mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 03:17:42 +03:00
curve25519-dalek 4
, x25519-dalek 2
This commit is contained in:
parent
69f755731a
commit
349fa9a7bb
8 changed files with 156 additions and 137 deletions
|
@ -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
|
||||
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue