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
4 changes: 2 additions & 2 deletions native/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 native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ memchr = "2.7"
# cryptographic collision resistance.
xxhash-rust = { version = "0.8", features = ["xxh3"] }
# Content-defined chunking (FastCDC/Gear-256 per ADR-0001).
fastcdc = "3.1"
fastcdc = "4.0"
# AEAD primitives. RustCrypto suite is the standard well-audited choice;
# AES-256-GCM uses aesni hardware accel on x86 (AVX2 + AES-NI), NEON on ARM.
# ChaCha20-Poly1305 fallback runs on every architecture in constant time.
Expand Down
Loading