We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cipher
crate has been renamed to cipher
block-cipher
0.8.0
This crate has been renamed from block-cipher to cipher.
The new repository location is at:
<https://github.com/RustCrypto/traits/tree/master/cipher>
See advisory page for additional details.
The text was updated successfully, but these errors were encountered:
Output of cargo tree:
cargo tree
│ ├── witnet_crypto v0.3.2 │ │ ├── aes v0.5.0 │ │ │ ├── aes-soft v0.5.0 │ │ │ │ ├── block-cipher v0.8.0 │ │ │ │ │ └── generic-array v0.14.3 │ │ │ │ │ └── typenum v1.11.2 │ │ │ │ │ [build-dependencies] │ │ │ │ │ └── version_check v0.9.1 │ │ │ │ ├── byteorder v1.3.4 │ │ │ │ └── opaque-debug v0.3.0 │ │ │ └── block-cipher v0.8.0 (*) │ │ ├── bech32 v0.7.2 │ │ ├── block-modes v0.6.1 │ │ │ ├── block-cipher v0.8.0 (*) │ │ │ └── block-padding v0.2.1
Updating aes and block-modes in crypto/Cargo.toml should be enough
aes
block-modes
crypto/Cargo.toml
Sorry, something went wrong.
That's just laughing a bit with it no? I knew I had seen this before and updated it: #1290 😄
tmpolaczyk
Successfully merging a pull request may close this issue.
block-cipher
0.8.0
This crate has been renamed from
block-cipher
tocipher
.The new repository location is at:
<https://github.com/RustCrypto/traits/tree/master/cipher>
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: