Skip to content

Commit

Permalink
curve25519-dalek 4, x25519-dalek 2
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Dec 17, 2023
1 parent 69f7557 commit 349fa9a
Show file tree
Hide file tree
Showing 8 changed files with 156 additions and 137 deletions.
168 changes: 71 additions & 97 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ base64 = "0.21"
chacha20poly1305 = { version = "0.10", default-features = false, features = ["alloc"] }

# - X25519 from RFC 7748
x25519-dalek = "1"
x25519-dalek = { version = "2", features = ["static_secrets"] }

# - HKDF from RFC 5869 with SHA-256
# - HMAC from RFC 2104 with SHA-256
Expand All @@ -39,7 +39,6 @@ scrypt = { version = "0.11", default-features = false }

# - CSPRNG
rand = "0.8"
rand_7 = { package = "rand", version = "0.7" }

# - Key encoding
bech32 = "0.9"
Expand Down
Loading

0 comments on commit 349fa9a

Please sign in to comment.