pqcrypto icon indicating copy to clipboard operation
pqcrypto copied to clipboard

Rust Post-Quantum cryptography

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

Hello! In our app, [MullvadVPN](https://github.com/mullvad/mullvadvpn-app) on android, We've seen rare crashes (SIGABRT) stemming from `PQCRYPTO_RUST_randombytes` on mostly Android TV devices. I believe one thing they have in common is that...

help wanted
question

### Chores - Update pqclean, github-actions and pip - Let dependabot update cargo, pqclean, github-actions and pip

Hi there, I tried to build with wasi as described here https://github.com/rustpq/pqcrypto/blob/main/WASM.md It does not seem to work. ```bash ❯ cargo build --no-default-features --target wasm32-wasi --features avx2,serialization error: failed to...

> Thanks a lot for your support! With fix #81 I can compile the code now on my RasPi 4B. ML-DSA-44 quits now with "Illegal instruction". I assume this is...

the WASI api has changed somehow, and the tests are broken.