cloudflare / boringtun

Userspace WireGuard® Implementation in Rust
BSD 3-Clause "New" or "Revised" License
5.93k stars 397 forks source link

Replace custom Blake2s with RustCrypto crate implementation #277

Closed jeff-hiner closed 2 years ago

jeff-hiner commented 2 years ago

The crate's implementation is slightly faster, but unlikely to make a significant performance difference in practice.

Noah-Kennedy commented 1 year ago

@tungmeoo what part of this change were you interested in?