Uh oh!
There was an error while loading. Please reload this page.
Release new crates after 2018 edition / block-cipher v0.7 upgrade - #130
Merged
Conversation
This commit cuts releases of the following crates: - `blowfish` v0.5.0 - `cast5` v0.7.0 - `des` v0.4.0 - `idea` v0.1.0 - `rc2` v0.4.0 - `serpent` v0.1.0 - `sm4` v0.1.0 - `twofish` v0.3.0 - `threefish` v0.3.0 It also adds CHANGELOG.md details to `kuznyechik` and `magma` but does not release those yet as they had endianness issues we should double check are corrected before cutting a release.
tarcieri
commented
Jun 8, 2020
MemberAuthor
@newpavlov can I go ahead and cut releases of |
tarcieri added a commit
to RustCrypto/MACs
that referenced
this pull request
Jun 8, 2020
Just published in: RustCrypto/block-ciphers#130
tarcieri added a commit
to RustCrypto/MACs
that referenced
this pull request
Jun 8, 2020
Just published in: RustCrypto/block-ciphers#130
newpavlov
commented
Jun 8, 2020
Member
@tarcieri |
tarcieri
commented
Jun 9, 2020
MemberAuthor
Cool, will do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit cuts releases of the following crates:
blowfishv0.5.0cast5v0.7.0desv0.4.0ideav0.1.0rc2v0.4.0serpentv0.1.0sm4v0.1.0twofishv0.3.0threefishv0.1.0It also adds CHANGELOG.md details to
kuznyechikandmagmabut does not release those yet as they had endianness issues we should double check are corrected before cutting a release.