dryoc icon indicating copy to clipboard operation
dryoc copied to clipboard

SIMD implementation for ChaCha20

Open brndnmtthws opened this issue 3 years ago • 0 comments

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 avatar Sep 19 '22 21:09 brndnmtthws