export Hash trait

This commit is contained in:
sinu
2024-08-11 21:34:39 -07:00
parent b07210c01b
commit 0e2b78bf16

View File

@@ -135,7 +135,7 @@ extern crate std;
pub use error::Error;
pub use error::ErrorKind;
pub use hasher::Hasher;
pub use hasher::{Hash, Hasher};
pub use merkle_proof::MerkleProof;
pub use merkle_tree::MerkleTree;
pub use partial_tree::PartialTree;