pqc/
lib.rs

1/// This crate is under development and is being squatted upon, see the numerous topics in
2/// the community on the issue and please contact me if you feel the namespace is better used elsewhere
3/// along with having code ready to utilise it. 
4///
5/// PQC contains pure rust implementations for the NIST Post-Quantum Cryptography Standardization project algorithms
6
7const STATE: &str = "unimplemented";
8