2026-01-15 08:47:02 +08:00

14 lines
263 B
TOML

[package]
name = "double-ratchets"
version = "0.0.1"
edition = "2024"
[dependencies]
x25519-dalek = { version="2.0.1", features=["static_secrets"] }
chacha20poly1305 = "0.10.1"
rand_core = "0.6.4"
rand = "0.8.5"
hkdf = "0.12.4"
thiserror = "2"
blake2 = "0.10.6"