RustCrypto / utils

Utility crates used in RustCrypto
432 stars 128 forks source link

Adding a zeroize function for flat types #1045

Closed nstilt1 closed 8 months ago

nstilt1 commented 8 months ago

For reducing zeroize code in chacha20, as per @newpavlov's suggestion I'm unsure of the name, documentation, and whether it should be a method instead of a function.