Skip to content

Commit

Permalink
MLA: force x25519-dalek's static_secrets feature
Browse files Browse the repository at this point in the history
  • Loading branch information
commial committed Oct 2, 2023
1 parent d0f9553 commit 932cf66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Code cleaning
- Bump dependencies
- Benchmarking: reduce the number of test case per test, add new scenarios
- Explicitely ask for `zeroize` feature in `x25519-dalek`
- Explicitely ask for `zeroize` and `static_secrets` feature in `x25519-dalek`

### Fixed

Expand Down
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, features = ["zeroize"]}
x25519-dalek = { version = "2", default-features = false, features = ["zeroize", "static_secrets"]}
hkdf = { version = "0", default-features = false}
sha2 = { version = "0", default-features = false}
zeroize = { version = "1", default-features = false}
Expand Down

0 comments on commit 932cf66

Please sign in to comment.