Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Henry Case 8659d89bc4 fix path to gbench pirms 3 gadiem
.cmake KEM and Sign C-API pirms 3 gadiem
.github/workflows fix test run pirms 3 gadiem
3rd adds benchmark tool pirms 3 gadiem
public/pqc pqapi.h -> pqc.h pirms 3 gadiem
src pqapi.h -> pqc.h pirms 3 gadiem
test pqapi.h -> pqc.h pirms 3 gadiem
.astylerc Disable AStyle line endings formatter pirms 5 gadiem
.gitattributes Fix tidy for signing pirms 5 gadiem
.gitignore Parallel tests (#206) pirms 5 gadiem
.gitmodules fix path to gbench pirms 3 gadiem
CMakeLists.txt adds gtest pirms 3 gadiem
README.md pqapi.h -> pqc.h pirms 3 gadiem

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.