Crate gantz_ca

Crate gantz_ca 

Source
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§

ContentAddr
The content address of a graph.
ContentAddrShort
Provides a Display implementation 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.