1 2 3 4 5
//! Helper and Wrapper types that encapsulate data to enable useful type checking. mod blake2b512_digest; pub use blake2b512_digest::Blake2b512Digest;