Giter Club home page Giter Club logo

pqc-acme's Introduction

Post-Quantum ACME Protocol

Completion of course work

Course: Computer Science University: Federal University of Santa Catarina (UFSC) Author: Matheus de Oliveira Saldanha

Instructions for setting up the environment and running the ACME client and server

The instructions are for a Linux environment.

First, make sure that Go is installed, if not, just access the Go page and follow the download instructions.

After that, create the following folder structure in the $HOME directory:

mkdir -p go/src/github.com/{username}
mkdir -p go/bin
mkdir -p go/pkg

Where {username} is any name.

After this:

cd go/src/github.com/{username}
git clone [email protected]:zinho02/pqc-acme.git

Follow the instructions to install the bindings from LibOQS to Go and install the repository at $HOME/go/src/github.com/, they can be found here .

With that done, change the end of the $HOME/.bashrc file with the following changes:

export GOROOT=$HOME/go/src/github.com/{user}/go
export GOPATH=$HOME/go:$HOME/go/src/github.com/{username}/go:$HOME/go/src/github.com/{username}
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/go/src/github.com/liboqs-go/.config

With that done, just run the available ACME client and server instructions:

pqc-acme's People

Contributors

zinho02 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.