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