RustCrypto / utils

Utility crates used in RustCrypto
427 stars 123 forks source link

zeroize: add `Zeroize` impls for `__m512` types; MSRV 1.72 #1052

Closed silvanshade closed 4 months ago

silvanshade commented 5 months ago

This PR adds Zeroize impls for __m512 types. It also bumps the MSRV to 1.72.0 since that was when these types were stabilized (according to godbolt).