Skip to content

Commit

Permalink
bump cipher to 0.5.0-pre.7
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Sep 28, 2024
1 parent 21d80b0 commit 505f59a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
15 changes: 7 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ exclude = ["benches"]

[profile.dev]
opt-level = 2

[patch.crates-io]
# https://github.com/RustCrypto/stream-ciphers/pull/368
salsa20 = { git = "https://github.com/RustCrypto/stream-ciphers.git" }
2 changes: 1 addition & 1 deletion bcrypt-pbkdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.72"

[dependencies]
blowfish = { version = "=0.10.0-pre.1", features = ["bcrypt"] }
blowfish = { version = "=0.10.0-pre.2", features = ["bcrypt"] }
pbkdf2 = { version = "=0.13.0-pre.1", default-features = false, path = "../pbkdf2" }
sha2 = { version = "=0.11.0-pre.4", default-features = false }
zeroize = { version = "1", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion yescrypt/src/salsa20.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use salsa20::cipher::Unsigned;
use salsa20::cipher::typenum::Unsigned;

use crate::{
common::{blkcpy, blkxor},
Expand Down

0 comments on commit 505f59a

Please sign in to comment.