#post-quantum #security

no-std pqcrypto-falcon-wasi

Post-Quantum Signature Scheme falcon

3 releases

0.2.14 Jul 2, 2022
0.2.13 Jul 2, 2022
0.2.12 Oct 17, 2021

#1083 in Cryptography

Download history 88/week @ 2023-05-30 33/week @ 2023-06-06 60/week @ 2023-06-13 104/week @ 2023-06-20 64/week @ 2023-06-27 103/week @ 2023-07-04 80/week @ 2023-07-11 89/week @ 2023-07-18 92/week @ 2023-07-25 46/week @ 2023-08-01 72/week @ 2023-08-08 76/week @ 2023-08-15 49/week @ 2023-08-22 42/week @ 2023-08-29 80/week @ 2023-09-05 50/week @ 2023-09-12

223 downloads per month
Used in 15 crates (3 directly)

MIT/Apache

35MB
1M SLoC

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

falcon

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.

  • falcon-512
    • clean
    • avx2 (if supported)
  • falcon-1024
    • 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