Skip to content

Commit fa7df79

Browse files
authored
Add explicit zeroize features (#539)
1 parent e1ad075 commit fa7df79

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

argon2/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ std = ["alloc", "password-hash?/std"]
3838

3939
rand = ["password-hash?/rand_core"]
4040
simple = ["password-hash"]
41+
zeroize = ["dep:zeroize"]
4142

4243
[lints.rust.unexpected_cfgs]
4344
level = "warn"

balloon-hash/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ alloc = ["password-hash/alloc"]
3232
parallel = ["rayon", "std"]
3333
rand = ["password-hash/rand_core"]
3434
std = ["alloc", "password-hash/std"]
35+
zeroize = ["dep:zeroize"]
3536

3637
[package.metadata.docs.rs]
3738
all-features = true

bcrypt-pbkdf/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ hex-literal = "0.4.0"
2626
default = ["alloc", "std"]
2727
alloc = []
2828
std = []
29+
zeroize = ["dep:zeroize"]

0 commit comments

Comments
 (0)