Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/octo-cable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ aes = "0.8"
ctr = "0.9"
hmac = "0.12"
subtle = "2"
hkdf = "0.12"
hkdf = "0.13"
sha2 = "0.10"
rand = "0.8"

Expand Down
2 changes: 1 addition & 1 deletion crates/octo-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ed25519-dalek = { version = "2.2", features = ["serde", "zeroize"] }
# Mission 0970-a1: X25519 ECDH + ChaCha20-Poly1305 encryption for
# `InnerRequest::ciphertext` (replaces BLAKE3 hash placeholder from 0970-a).
x25519-dalek = { version = "2", features = ["static_secrets"] }
hkdf = "0.12"
hkdf = "0.13"
getrandom = "0.2"
hex = "0.4"
base64 = "0.22"
Expand Down
Loading