pq-crystals C implementation of the post-quantum KYBER algorithm

Peter Schwabe 9592c9d53a Back to actual Kyber parameters in the eval script 5 years ago
avx2 5d23a27e4b Fixed SHA3-256 and SHA3-512 (double squeezeblocks) 5 years ago
cm4 9592c9d53a Back to actual Kyber parameters in the eval script 5 years ago
ref ca375e3e33 Updated comments in code 5 years ago
scripts 6b047cbea2 Slightly changed output of Kyber.py evaluation script to match naming in the NIST submission document 5 years ago
.gitignore 843e18f626 Adding gitignore and simple README file 5 years ago
.travis.yml 3f71d3b456 Remove CLANG environment variable 5 years ago
AUTHORS a46579290e Added commas in AUTHORS file. 6 years ago
README.md 843e18f626 Adding gitignore and simple README file 5 years ago

README.md

Kyber

Build Status Coverage Status

This directory contains our implementation of Kyber. Both the reference code and the AVX2 optimized code are in the directories ref/ and avx2/, respectively.