pub trait Digest { // Required method fn bytes() -> usize; }
A trait describing a fixed size digest.
The number of bytes in a digest.