We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344f3dc commit 5ed07abCopy full SHA for 5ed07ab
rust/cardano-blockchain-types/src/hashes.rs
@@ -7,6 +7,7 @@ use std::str::FromStr;
7
use catalyst_types::hashes::{Blake2b224Hash, Blake2b256Hash, Blake2bHashError};
8
use pallas_crypto::hash::Hash;
9
10
+/// Defines a new type wrapper for the given hash type.
11
macro_rules! define_hashes {
12
($($(#[$($attrss:tt)*])* ($name:ident, $inner:ty)),+) => {
13
$(
0 commit comments