krypteia-quantica 0.1.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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

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