Docs.rs
commonware-cryptography-2026.7.0
commonware-cryptography 2026.7.0
Docs.rs crate page
MIT
OR
Apache-2.0
15 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
ahash ^0.8.12
normal
anyhow ^1.0.99
normal
optional
arbitrary ^1.4.1
normal
optional
blake3 ^1.8.2
normal
blst ^0.3.13
normal
bytes ^1.7.1
normal
cfg-if ^1.0.0
normal
commonware-codec ^2026.7.0
normal
commonware-formatting ^2026.7.0
normal
commonware-macros ^2026.7.0
normal
commonware-math ^2026.7.0
normal
commonware-parallel ^2026.7.0
normal
commonware-utils ^2026.7.0
normal
crc-fast ^1.10.0
normal
optional
ctutils ^0.3.1
normal
curve25519-dalek ^5.0.0
normal
ecdsa ^0.17.0
normal
fixedbitset ^0.5.7
normal
hashbrown ^0.16.1
normal
num-rational ^0.4.2
normal
optional
num-traits ^0.2.19
normal
optional
once_cell ^1.21.3
normal
p256 ^0.14.0
normal
rand ^0.10.2
normal
rand_chacha ^0.10.0
normal
rand_core ^0.10.1
normal
sha2 ^0.11.0
normal
thiserror ^2.0.12
normal
x25519-dalek ^3.0.0
normal
zeroize ^1.5.7
normal
anyhow ^1.0.99
dev
arbitrary ^1.4.1
dev
commonware-conformance ^2026.7.0
dev
commonware-invariants ^2026.7.0
dev
commonware-math ^2026.7.0
dev
crc ^3.4.0
dev
criterion ^0.7.0
dev
rayon ^1.10.0
dev
rstest ^0.26.1
dev
cpufeatures ^0.2.17
normal
aws-lc-rs ^1.16.3
normal
chacha20poly1305 ^0.10.1
normal
getrandom ^0.4.3
normal
getrandom ^0.2
normal
Versions
90.5%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module bloomfilter
commonware_
cryptography
2026.7.0
Module bloomfilter
Module Items
Structs
In crate commonware_
cryptography
commonware_cryptography
Module
bloomfilter
Copy item path
Source
Expand description
An implementation of a
Bloom Filter
.
Structs
ยง
Bloom
Filter
A
Bloom Filter
.