pqcrypto icon indicating copy to clipboard operation
pqcrypto copied to clipboard

Rust Post-Quantum cryptography

Results 6 pqcrypto issues
Sort by recently updated
recently updated
newest added

This scopes tests dependent upon the `cryptographically-insecure` feature to be run only with the `cryptographically-insecure` feature is enabled. This is a solution to issue #42

Relevant (IMHO) error ``` $ cargo test . . . error: use of deprecated constant `ffi::PQCLEAN_RAINBOWVCIRCUMZENITHAL_CLEAN_CRYPTO_PUBLICKEYBYTES`: Insecure cryptography, do not use in production --> pqcrypto-rainbow/src/ffi.rs:1183:40 | 1183 | let mut...

FYI I just cut a new version of [`pcrypto-compat`](https://github.com/rozbb/pqcrypto-compat) which implements the RustCrypto KEM and signature traits over the `pqcrypto` primitives. If it looks like a nice interface, I could...

Hello, I have compiled a list of reasons on why Zeroize Support would be good for this library. This is a continuation of #28 and #29 ## Reasons 1. Zeroize...

We're currently simply checking `cpuid` each time.