#post-quantum #security

no-std pqcrypto-kyber

Post-Quantum Key-Encapsulation Mechanism kyber

23 releases

0.7.6 May 31, 2022
0.7.4 Nov 25, 2021
0.7.1 Jun 10, 2021
0.7.0 Feb 26, 2021
0.4.1 Jul 24, 2019

#803 in Cryptography

Download history 1092/week @ 2023-06-01 1302/week @ 2023-06-08 1080/week @ 2023-06-15 1202/week @ 2023-06-22 1196/week @ 2023-06-29 1233/week @ 2023-07-06 1457/week @ 2023-07-13 1656/week @ 2023-07-20 1272/week @ 2023-07-27 1357/week @ 2023-08-03 1085/week @ 2023-08-10 1316/week @ 2023-08-17 1169/week @ 2023-08-24 948/week @ 2023-08-31 1087/week @ 2023-09-07 1216/week @ 2023-09-14

4,657 downloads per month
Used in 7 crates (3 directly)

MIT/Apache

35MB
1M SLoC

GNU Style Assembly 567K SLoC // 0.0% comments C 354K SLoC // 0.2% comments Rust 2K SLoC // 0.0% comments Python 1.5K SLoC // 0.1% comments SWIG 348 SLoC // 0.0% comments INI 5 SLoC

kyber

This crate contains bindings to the C implementations of the following schemes, from PQClean.

This project packages Post-Quantum cryptographic algorithms that participate in the NIST PQC standardization effort. It is currently a collection of wrappers around C implementations from the PQClean project.

Serialization

If you want serde support, enable the serialization feature.

Included implementations from PQClean

Below is a list of the included schemes and the corresponding implementations sourced from PQClean. The "default" implementation is used in the Rust-friendly interface, alternative implementations are exposed as ffi methods only.

  • kyber512
    • clean
    • avx2 (if supported)
    • aarch64 (if supported)
  • kyber768
    • clean
    • avx2 (if supported)
    • aarch64 (if supported)
  • kyber1024
    • clean
    • avx2 (if supported)
    • aarch64 (if supported)
  • kyber512-90s
    • clean
    • avx2 (if supported)
  • kyber768-90s
    • clean
    • avx2 (if supported)
  • kyber1024-90s
    • clean
    • avx2 (if supported)

License

The wrappers and wrapper generation scripts in this project are covered by the MIT or Apache 2.0 licenses, at your choice.

The implementations we link to are not, however. Please see the PQClean project for the appropriate licenses.

Dependencies