mirror of
https://github.com/tlsnotary/rs-merkle.git
synced 2026-01-07 22:13:57 -05:00
export Hash trait
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user