dryoc icon indicating copy to clipboard operation
dryoc copied to clipboard

Don't Roll Your Own Crypto: pure-Rust, hard to misuse cryptography library

Results 5 dryoc issues
Sort by recently updated
recently updated
newest added

curve25519-dalek has SIMD but it lacks Neon: https://github.com/dalek-cryptography/curve25519-dalek/tree/main/src/backend/vector

There's already SIMD for Neon and AVX2 Chacha20 in the chacha20 crate: https://github.com/RustCrypto/stream-ciphers/tree/master/chacha20/src/backends

Looks like this is also missing.