brndnmtthws / dryoc

Don't Roll Your Own Crypto: pure-Rust, hard to misuse cryptography library
https://docs.rs/dryoc
MIT License
267 stars 14 forks source link

SIMD implementation for ChaCha20 #7

Closed brndnmtthws closed 1 year ago

brndnmtthws commented 1 year ago

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

brndnmtthws commented 1 year ago

Closing this because upstream has AVX2 & neon implementations.