Reference implementations of PQC
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Henry Case f02248d478 pqapi.h -> pqc.h 3 anni fa
.cmake KEM and Sign C-API 3 anni fa
public/pqc pqapi.h -> pqc.h 3 anni fa
src pqapi.h -> pqc.h 3 anni fa
test pqapi.h -> pqc.h 3 anni fa
.astylerc Disable AStyle line endings formatter 5 anni fa
.gitattributes Fix tidy for signing 5 anni fa
.gitignore Parallel tests (#206) 5 anni fa
.gitmodules Prohibit using char without explicit sign modifier 5 anni fa
CMakeLists.txt pqapi.h -> pqc.h 3 anni fa
README.md pqapi.h -> pqc.h 3 anni fa

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.