RustCrypto/block-ciphers

Update GenericArray

Closed this issue · 2 comments

The current version of generic array in use by this (and other) projects in the RustCrypto ecosystem is 0.14.7. generic-array has released 1.1.0 of their crate, and includes the important feature "zeroize".

This crate should be updated to 1.1.0 so that consumers of this crate can use the zeroize feature.

We plan to migrate to the hybrid-array crate instead. The pre versions in this repository already use it.

Sounds good to me! Thank you!