pqcrypto
pqcrypto copied to clipboard
Rust Post-Quantum cryptography
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...
### 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...
Should fix #82
> 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.
Closes #66