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
81 changes: 25 additions & 56 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pqcrypto-traits = "0.3.5" # Shared trai
env = "1.0.1" # Provides a safe interface for std::env::{set_var, remove_var}.
once_cell = "1.21.4" # Single assignment cells and lazy values.
tokio = { version = "1.52.3", features = ["full"] } # Fast, async I/O
chacha20poly1305 = "0.10.1" # Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption with Additional Data Cipher (RFC 8439) with optional architecture-specific hardware acceleration
chacha20poly1305 = "0.11.0" # Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption with Additional Data Cipher (RFC 8439) with optional architecture-specific hardware acceleration
hkdf = "0.13.0" # HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
sha2 = "0.11.0" # Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512.
zeroize = "1.9.0" # Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler.
Loading