Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Henry Case 8659d89bc4 fix path to gbench há 3 anos
.cmake KEM and Sign C-API há 3 anos
.github/workflows fix test run há 3 anos
3rd adds benchmark tool há 3 anos
public/pqc pqapi.h -> pqc.h há 3 anos
src pqapi.h -> pqc.h há 3 anos
test pqapi.h -> pqc.h há 3 anos
.astylerc Disable AStyle line endings formatter há 5 anos
.gitattributes Fix tidy for signing há 5 anos
.gitignore Parallel tests (#206) há 5 anos
.gitmodules fix path to gbench há 3 anos
CMakeLists.txt adds gtest há 3 anos
README.md pqapi.h -> pqc.h há 3 anos

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.