You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using this library in the Rust userspace implementation of WireGuard, and have found myself shimming a non-optimal HChaCha20 function to meet the spec. It would be great if this library supported it directly!
The text was updated successfully, but these errors were encountered:
mcginty
changed the title
support XChacha20Poly1305
support for XChacha20Poly1305 via implementing HChaCha20
Mar 9, 2018
I looked at adding HChaCha20 to this crate, and it's not exactly straightforward as it's not amenable to a SIMD-based implementation. I wound up implementing the entire construction from scratch:
I'm currently using this library in the Rust userspace implementation of WireGuard, and have found myself shimming a non-optimal HChaCha20 function to meet the spec. It would be great if this library supported it directly!
The text was updated successfully, but these errors were encountered: