Skip to content

Commit

Permalink
Awesome_Rust_Cryptography.md: add ml-kem crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Apr 12, 2024
1 parent c0f23b7 commit a72eca5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Awesome_Rust_Cryptography.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ of preference.
- [Platform / Framework Bindings](#platform--framework-bindings)
- [Cryptographic Hardware](#cryptographic-hardware)
- [Post-Quantum Cryptography](#post-quantum-cryptography)
- [Random Number Generators](#random-Number-generators)
- [Random Number Generators](#random-number-generators)
- [Zero-knowledge Proofs](#zero-knowledge-proofs)
- [Secure Multiparty Computation](#secure-multiparty-computation)
- [Fully Homomorphic Encryption](#fully-homomorphic-encryption)
Expand Down Expand Up @@ -542,6 +542,11 @@ These libraries provide host-side drivers for cryptographic hardware devices
These libraries are designed to be secure against hypothetical future attacks
by large quantum computers.

- [ml-kem](https://github.com/RustCrypto/KEMs/tree/master/ml-kem) Pure Rust
implementation of the Module-Lattice-Based Key-Encapsulation Mechanism
standard (formerly known as Kyber) as described in the FIPS 203 Initial
Public Draft.

- [oqs](https://github.com/open-quantum-safe/liboqs-rust) Wrapper around
Open-Quantum-Safe's liboqs cryptographic library.

Expand Down

0 comments on commit a72eca5

Please sign in to comment.