Skip to content

Commit

Permalink
Fix missing zeroize feature for x25519-dalek in mla lib
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Sep 8, 2023
1 parent 050f9fc commit a444ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mla/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ctr = { version = "0.9", default-features = false}
subtle = { version = "2", default-features = false}
digest = { version = "0", default-features = false}
# ECC
x25519-dalek = { version = "2", default-features = false}
x25519-dalek = { version = "2", default-features = false, features = ["zeroize"]}
hkdf = { version = "0", default-features = false}
sha2 = { version = "0", default-features = false}
zeroize = { version = "1", default-features = false}
Expand Down

0 comments on commit a444ed5

Please sign in to comment.