Henry Case 06d4e77b1b | 3 년 전 | |
---|---|---|
.cmake | 3 년 전 | |
.github/workflows | 3 년 전 | |
3rd | 3 년 전 | |
public/pqc | 3 년 전 | |
src | 3 년 전 | |
test | 3 년 전 | |
.astylerc | 5 년 전 | |
.gitattributes | 5 년 전 | |
.gitignore | 5 년 전 | |
.gitmodules | 3 년 전 | |
CMakeLists.txt | 3 년 전 | |
README.md | 3 년 전 |
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.