Henry Case 81ccb71992 | pirms 3 gadiem | |
---|---|---|
.cmake | pirms 3 gadiem | |
.github/workflows | pirms 3 gadiem | |
3rd | pirms 3 gadiem | |
public/pqc | pirms 3 gadiem | |
src | pirms 3 gadiem | |
test | pirms 3 gadiem | |
.astylerc | pirms 5 gadiem | |
.gitattributes | pirms 5 gadiem | |
.gitignore | pirms 5 gadiem | |
.gitmodules | pirms 3 gadiem | |
CMakeLists.txt | pirms 3 gadiem | |
README.md | pirms 3 gadiem |
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.