Skip to content

Commit 5067abc

Browse files
authored
Merge pull request #42 from tnull/2025-09-switch-to-rust-bitcoin-chacha20poly1305
Switch to use `rust-bitcoin`'s `ChaCha20Poly1305`
2 parents 28976f4 + c1e572e commit 5067abc

File tree

8 files changed

+45
-1117
lines changed

8 files changed

+45
-1117
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ serde = { version = "1.0.196", default-features = false, features = ["serde_deri
2929
serde_json = { version = "1.0.113", default-features = false, optional = true }
3030

3131
bitcoin_hashes = "0.14.0"
32+
chacha20-poly1305 = "0.1.2"
3233

3334
[target.'cfg(genproto)'.build-dependencies]
3435
prost-build = { version = "0.11.3" }

0 commit comments

Comments
 (0)