Expand description
The content-addressing implementation for gantz graphs.
Re-exports§
pub use blake3;
Modules§
- hash
- A dedicated hash trait for constructing a content address.
Structs§
- Content
Addr - The content address of a graph.
- Content
Addr Short - Provides a
Displayimplementation that formats the CA into shorthand form.
Traits§
- CaHash
- Types that can be hashed to produce a content address.
Functions§
- content_
addr - Hash some type implementing
Hash.