RustCrypto / utils

Utility crates used in RustCrypto
450 stars 130 forks source link

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

Closed silvanshade closed 9 months ago

silvanshade commented 9 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).