krypteia-quantica 0.2.0

Pure-Rust post-quantum cryptography: FIPS 203 ML-KEM, FIPS 204 ML-DSA, and FIPS 205 SLH-DSA. First-order arithmetic masking, shuffled NTT, FORS recompute-and-compare redundancy, constant-time rejection sampling. Targets embedded (no_std), STM32 M0/M4/M33, ESP32-C3 RISC-V. Zero runtime dependencies.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "krypteia-quantica"
version = "0.2.0"
dependencies = [
 "krypteia-silentops",
 "krypteia-tessera",
]

[[package]]
name = "krypteia-silentops"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d8b17fc713a709614d0fa2a51e3be5a0226d6c729a7ac564cf6fd0f5b744051"

[[package]]
name = "krypteia-tessera"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2777de6fc461b125f23d1d2492b792050c6911d52d19dee31ae6f095cd389b03"