Henry Case 8659d89bc4 | 3 år sedan | |
---|---|---|
.cmake | 3 år sedan | |
.github/workflows | 3 år sedan | |
3rd | 3 år sedan | |
public/pqc | 3 år sedan | |
src | 3 år sedan | |
test | 3 år sedan | |
.astylerc | 5 år sedan | |
.gitattributes | 5 år sedan | |
.gitignore | 5 år sedan | |
.gitmodules | 3 år sedan | |
CMakeLists.txt | 3 år sedan | |
README.md | 3 år sedan |
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.