Skip to content

Commit d0b5113

Browse files
authored
account-keys: Enable OsRng in argon2's rand_core as well
1 parent a084462 commit d0b5113

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/account-keys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ partial-default = { workspace = true, features = ["derive"] }
2626
protobuf = { workspace = true }
2727
rand = { workspace = true }
2828
rand_core = { workspace = true, features = ["os_rng"] }
29+
rand_core_06 = { workspace = true, features = ["getrandom"] } # used by argon2
2930
serde = { workspace = true, optional = true, features = ["derive"] }
3031
sha2 = { workspace = true }
3132
static_assertions = { workspace = true }

0 commit comments

Comments
 (0)