Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Henry Case 730b2c7d47 fix rust bindings il y a 3 ans
.cmake KEM and Sign C-API il y a 3 ans
.github/workflows fix rust bindings il y a 3 ans
3rd adds benchmark tool il y a 3 ans
public/pqc pqapi.h -> pqc.h il y a 3 ans
src adds rust binding il y a 3 ans
test pqapi.h -> pqc.h il y a 3 ans
.astylerc Disable AStyle line endings formatter il y a 5 ans
.gitattributes Fix tidy for signing il y a 5 ans
.gitignore Parallel tests (#206) il y a 5 ans
.gitmodules fix path to gbench il y a 3 ans
CMakeLists.txt adds gtest il y a 3 ans
README.md pqapi.h -> pqc.h il y a 3 ans

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.