Reference implementations of PQC
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Henry Case 8659d89bc4 fix path to gbench hace 3 años
.cmake KEM and Sign C-API hace 3 años
.github/workflows fix test run hace 3 años
3rd adds benchmark tool hace 3 años
public/pqc pqapi.h -> pqc.h hace 3 años
src pqapi.h -> pqc.h hace 3 años
test pqapi.h -> pqc.h hace 3 años
.astylerc Disable AStyle line endings formatter hace 5 años
.gitattributes Fix tidy for signing hace 5 años
.gitignore Parallel tests (#206) hace 5 años
.gitmodules fix path to gbench hace 3 años
CMakeLists.txt adds gtest hace 3 años
README.md pqapi.h -> pqc.h hace 3 años

README.md

PQ Crypto Catalog

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.

Schemes

Key Encapsulation Mechanisms

Finalists:

  • Kyber
  • NTRU
  • SABER

Alternate candidates:

  • FrodoKEM

Signature schemes

Finalists:

  • Dilithium
  • Falcon
  • Rainbow

Alternate candidates:

  • SPHINCS+

Building

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.