bitcoin_hashes
macro_rules! hash_newtype { ($newtype:ident, $hash:ty, $len:expr, $docs:meta) => { ... }; ($newtype:ident, $hash:ty, $len:expr, $docs:meta, $reverse:expr) => { ... }; }
Create a new newtype around a [Hash] type.