Skip to content

Commit

Permalink
Add explicit zeroize features (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
ros-cr authored Nov 25, 2024
1 parent e1ad075 commit fa7df79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions argon2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ std = ["alloc", "password-hash?/std"]

rand = ["password-hash?/rand_core"]
simple = ["password-hash"]
zeroize = ["dep:zeroize"]

[lints.rust.unexpected_cfgs]
level = "warn"
Expand Down
1 change: 1 addition & 0 deletions balloon-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ alloc = ["password-hash/alloc"]
parallel = ["rayon", "std"]
rand = ["password-hash/rand_core"]
std = ["alloc", "password-hash/std"]
zeroize = ["dep:zeroize"]

[package.metadata.docs.rs]
all-features = true
Expand Down
1 change: 1 addition & 0 deletions bcrypt-pbkdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ hex-literal = "0.4.0"
default = ["alloc", "std"]
alloc = []
std = []
zeroize = ["dep:zeroize"]

0 comments on commit fa7df79

Please sign in to comment.