Henry Case f02248d478 | 3 vuotta sitten | |
---|---|---|
.cmake | 3 vuotta sitten | |
public/pqc | 3 vuotta sitten | |
src | 3 vuotta sitten | |
test | 3 vuotta sitten | |
.astylerc | 5 vuotta sitten | |
.gitattributes | 5 vuotta sitten | |
.gitignore | 5 vuotta sitten | |
.gitmodules | 5 vuotta sitten | |
CMakeLists.txt | 3 vuotta sitten | |
README.md | 3 vuotta sitten |
This is a repository of post-quantum schemes coppied from the submission to the NIST Post-Quantum Standarization. The sources were cloned from the PQClean project to form new library. The goal of the library is mainly experimentation.
Finalists:
Alternate candidates:
Finalists:
Alternate candidates:
CMake is used to build the library:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
Build outputs two libraries, a static libpqc_s.a
and dynamic libpqc.so
, which can be linked with a project.