Henry Case 27e987f28e | vor 3 Jahren | |
---|---|---|
.cmake | vor 3 Jahren | |
.github/workflows | vor 3 Jahren | |
3rd | vor 3 Jahren | |
public/pqc | vor 3 Jahren | |
src | vor 3 Jahren | |
test | vor 3 Jahren | |
.astylerc | vor 5 Jahren | |
.gitattributes | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
.gitmodules | vor 3 Jahren | |
CMakeLists.txt | vor 3 Jahren | |
README.md | vor 3 Jahren |
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.