| Crates.io | kyber-nz |
| lib.rs | kyber-nz |
| version | 0.1.0 |
| created_at | 2025-12-09 19:55:44.462158+00 |
| updated_at | 2025-12-09 19:55:44.462158+00 |
| description | A pure Rust, secure and robust implementation of FIPS 203 (ML-KEM) |
| homepage | |
| repository | https://github.com/nougzarm/kyber-nz |
| max_upload_size | |
| id | 1976167 |
| size | 58,845 |
kyber-nz is a pure Rust implementation of the FIPS 203 (Module-Lattice-Based Key-Encapsulation Mechanism) standard, formerly known as CRYSTALS-Kyber.
This project aims to provide a readable, modular, and compliant implementation of the NIST specifications for post-quantum cryptography.
polynomial), encryption (pke), and encapsulation (kem).Add the dependency to your Cargo.toml file:
[dependencies]
kyber-nz = { path = "." } # If local
# or via git once hosted
# kyber-nz = { git = "[https://github.com/nougzarm/kyber-nz](https://github.com/nougzarm/kyber-nz)" }