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