Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to generic-array 1.0 #960

Closed
rukai opened this issue Oct 15, 2023 · 3 comments
Closed

Update to generic-array 1.0 #960

rukai opened this issue Oct 15, 2023 · 3 comments

Comments

@rukai
Copy link

rukai commented Oct 15, 2023

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.

@brxken128
Copy link
Contributor

brxken128 commented Oct 15, 2023

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).

@tarcieri
Copy link
Member

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.

See #944

@rukai
Copy link
Author

rukai commented Oct 15, 2023

oh excellent! Sounds good to me 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants