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