Skip to content

elliptic-curve: migrate to hybrid-array; MSRV 1.71#1462

Merged
tarcieri merged 1 commit intomasterfrom
elliptic-curve/hybrid-array
Jan 9, 2024
Merged

elliptic-curve: migrate to hybrid-array; MSRV 1.71#1462
tarcieri merged 1 commit intomasterfrom
elliptic-curve/hybrid-array

Conversation

@tarcieri
Copy link
Copy Markdown
Member

@tarcieri tarcieri commented Jan 9, 2024

Migrates from generic-array to the hybrid-array crate, which provides an Array newtype for a public inner core array type, and significantly less unsafe code.

Also bumps digest and the encoding format crates (pem-rfc7468, pkcs8, sec1), which have also received similar hybrid-array upgrades.

@tarcieri tarcieri force-pushed the elliptic-curve/hybrid-array branch 5 times, most recently from 4e33128 to 014d0fb Compare January 9, 2024 02:22
Migrates from `generic-array` to the `hybrid-array` crate, which
provides an `Array` newtype for a public inner core array type, and
significantly less unsafe code.

Also bumps `digest` and the encoding format crates (`pem-rfc7468`,
`pkcs8`, `sec1`), which have also received similar `hybrid-array`
upgrades.
@tarcieri tarcieri force-pushed the elliptic-curve/hybrid-array branch from 014d0fb to a134905 Compare January 9, 2024 14:51
@tarcieri tarcieri changed the title [WIP] elliptic-curve: migrate to hybrid-array; MSRV 1.71 elliptic-curve: migrate to hybrid-array; MSRV 1.71 Jan 9, 2024
@tarcieri tarcieri marked this pull request as ready for review January 9, 2024 14:53
@tarcieri tarcieri merged commit 1ac412b into master Jan 9, 2024
@tarcieri tarcieri deleted the elliptic-curve/hybrid-array branch January 9, 2024 14:58
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.

1 participant