macro_rules! assert_length {
($len:expr, $hash:expr) => { ... };
}Expand description
Helper for ensuring the proper number of bytes is used in various situations
macro_rules! assert_length {
($len:expr, $hash:expr) => { ... };
}Helper for ensuring the proper number of bytes is used in various situations