Rename block-cipher-trait => block-cipher#139
Merged
Conversation
This is more consistent with the other RustCrypto/traits crates, as well as shorter and more convenient.
Merged
|
While this name is better, can you also release 0.7 for block-cipher-trait, probably with a deprecation notice on the crates.io page? Anyone looking at crates.io (did it myself) or using automated dependency checking won't realize that they're using an outdated dependency. |
Member
Author
|
Not sure that makes sense. However, I can file an unmaintained crate advisory to RustSec to inform people of the new name. EDIT: I suppose we could publish a "stub crate" announcing the new name, with no functionality. |
Member
|
I think it's worth to publish an empty |
Member
Author
|
Ok, will do. |
Member
|
Already done. :) |
tarcieri
added a commit
to rustsec/advisory-db
that referenced
this pull request
Jun 10, 2020
It's been renamed to `block-cipher`. See: RustCrypto/traits#139
tarcieri
added a commit
to rustsec/advisory-db
that referenced
this pull request
Jun 10, 2020
…0-0018) (#310) * Add unmaintained crate advisory for `block-cipher-trait` It's been renamed to `block-cipher`. See: RustCrypto/traits#139 * Assign RUSTSEC-2020-0018 to block-cipher-trait
|
Thanks! |
This was referenced Jun 11, 2020
This was referenced Jun 13, 2020
This was referenced Jun 28, 2020
This was referenced Jul 5, 2020
This was referenced Jul 26, 2020
Open
Open
This was referenced Aug 7, 2020
This was referenced Aug 25, 2020
This was referenced Feb 22, 2021
This was referenced May 20, 2021
This was referenced Jun 13, 2021
dns2utf8
pushed a commit
to dns2utf8/traits
that referenced
this pull request
Jan 24, 2023
This makes the SaltString::generate function available. Related: RustCrypto#130
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 free
to 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 is more consistent with the other RustCrypto/traits crates, as well as shorter and more convenient.