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

Migrate to hybrid-array; MSRV 1.65 #944

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Sep 5, 2023

Builds on RustCrypto/traits#1319.

Migrates the following crates away from using generic-array to using hybrid-array instead:

  • block-buffer
  • block-padding
  • dbl
  • inout

@tarcieri tarcieri changed the title Migrate to hybrid array [WIP] Migrate to hybrid-array; MSRV 1.65 Sep 5, 2023
@tarcieri tarcieri force-pushed the migrate-to-hybrid-array branch 3 times, most recently from 0f34165 to da7395d Compare September 5, 2023 21:37
@tarcieri tarcieri force-pushed the migrate-to-hybrid-array branch 4 times, most recently from 2ca9557 to 7362ec1 Compare October 8, 2023 21:22
@tarcieri
Copy link
Member Author

Note that RustCrypto/traits#1319 should probably land first, since block-buffer depends on crypto-common

@tarcieri tarcieri changed the title [WIP] Migrate to hybrid-array; MSRV 1.65 Migrate to hybrid-array; MSRV 1.65 Oct 26, 2023
@tarcieri tarcieri marked this pull request as ready for review October 26, 2023 01:33
@tarcieri tarcieri marked this pull request as draft October 26, 2023 01:34
Migrates the following crates away from using `generic-array` to using
`hybrid-array` instead:

- `block-buffer`
- `block-padding`
- `dbl`
- `inout`
@tarcieri tarcieri marked this pull request as ready for review October 26, 2023 17:48
@tarcieri tarcieri merged commit b755f1a into master Oct 26, 2023
99 checks passed
@tarcieri tarcieri deleted the migrate-to-hybrid-array branch October 26, 2023 19:23
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

Successfully merging this pull request may close these issues.

2 participants