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

Replace block-cipher/stream-cipher with cipher crate #167

Merged
merged 1 commit into from
Oct 16, 2020
Merged

Conversation

tarcieri
Copy link
Member

This PR replaces all previous usages of the block-cipher and stream-cipher crates with the new unified cipher crate.

See also: RustCrypto/traits#337

This commit replaces all previous usages of the `block-cipher` and
`stream-cipher` crates with the new unified `cipher` crate.
@tarcieri tarcieri merged commit 1fdb35a into master Oct 16, 2020
@tarcieri tarcieri deleted the cipher-crate branch October 16, 2020 14:09
tarcieri added a commit that referenced this pull request Oct 16, 2020
Releases new versions of all crates in this repository which incorporate
the migration to the new `cipher` crate (#167).
@tarcieri tarcieri mentioned this pull request Oct 16, 2020
tarcieri added a commit that referenced this pull request Oct 16, 2020
Releases new versions of all crates in this repository which incorporate
the migration to the new `cipher` crate (#167).
tarcieri added a commit that referenced this pull request Oct 16, 2020
Releases new versions of all crates in this repository which incorporate
the migration to the new `cipher` crate (#167).
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