Type Alias Blake3Digest
pub type Blake3Digest<const N: usize> = Digest<N>;Expand description
Alias for the generic Digest type, for consistency with other hash modules.
Aliased Typeยง
pub struct Blake3Digest<const N: usize>(/* private fields */);