Skip to content

crypto-common: add SerializableState trait#1361

Closed
rpiasetskyi wants to merge 12 commits intoRustCrypto:cipher+digest/hybrid-arrayfrom
rpiasetskyi:master
Closed

crypto-common: add SerializableState trait#1361
rpiasetskyi wants to merge 12 commits intoRustCrypto:cipher+digest/hybrid-arrayfrom
rpiasetskyi:master

Conversation

@rpiasetskyi
Copy link
Contributor

Trait for saving the internal state of the object and restoring it later.

Original PR: #1078

Replaces `generic-array` with `hybrid-array`, which is built on a
combination of `typenum` and const generics, providing a degree of
interoperability between the two systems.

`hybrid-array` is designed to be a largely drop-in replacement, and the
number of changes required to switch are relatively minimal aside from
some idiosyncracies.
Replaces `generic-array` with `hybrid-array`, which is built on a
combination of `typenum` and const generics, providing a degree of
interoperability between the two systems.

`hybrid-array` is designed to be a largely drop-in replacement, and the
number of changes required to switch are relatively minimal aside from
some idiosyncrasies.
@rpiasetskyi
Copy link
Contributor Author

@tarcieri sorry for the mess with PR :(

@tarcieri
Copy link
Member

No worries

@rpiasetskyi rpiasetskyi force-pushed the master branch 2 times, most recently from fef2d6d to 470f0ac Compare October 17, 2023 12:42
@tarcieri tarcieri force-pushed the cipher+digest/hybrid-array branch from fb64380 to f93a1d6 Compare October 27, 2023 00:50
@tarcieri tarcieri deleted the branch RustCrypto:cipher+digest/hybrid-array October 27, 2023 18:15
@tarcieri tarcieri closed this Oct 27, 2023
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