macro_rules! assert_length {
    ($len:expr, $hash:expr) => { ... };
}
Expand description

Helper for ensuring the the proper number of bytes is used in various situations