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