lattice_crypto 0.1.0
lattice_crypto: ^0.1.0 copied to clipboard
Post-quantum cryptographic primitives for the Lattice Signal protocol. KEM (ML-KEM/Kyber), SIG (ML-DSA/Dilithium), PRF, and randomness extraction.
0.1.0 #
- Initial release.
- Abstract KEM, SIG, and RingSig interfaces.
- Pure Dart development implementations (KemPure, SigPure, RingSigPure).
- PRF with HKDF-Expand counter mode (HMAC-SHA256, domain separator 0x01).
- Strong randomness extractor Ext (HMAC-SHA256, domain separator 0x02).
- CryptoProvider factory with three security levels (L128, L192, L256).