qv-core 4.3.2

Sigvault — post-quantum cryptographic tokens (ML-DSA-87 + Falcon-512/1024, XChaCha20-Poly1305, SHA3-256, mutation-chain replay protection).
Documentation
1
2
3
4
5
pub mod suite;
pub mod engine;

pub use suite::SuiteId;
pub use engine::{QVSigningKey, QVVerifyingKey, generate_keypair, sign, verify, sha3_256};