You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the plan is to migrate over fully to hybrid-array, so there's likely no point.
hybrid-array work has already started iirc, and aims to ease the move from GA to const generics (once Rust has adequate support for all of RustCrypto's needs).
We're migrating to hybrid-array, which is a simple wrapper around core arrays which uses significantly less unsafe code and deeply integrates with const generics.
Generic-array recently released 1.0 https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md
I would love to see this dependency updated.
It does however require an MSRV of 1.65 which might be a blocker for this project.
The text was updated successfully, but these errors were encountered: