Skip to content

Commit 56fe5f2

Browse files
committed
consensus_encoding: Re-export hashes crate
Add a pub extern re-export of the `hashes` dep.
1 parent fb5bacc commit 56fe5f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

consensus_encoding/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ extern crate alloc;
1717
#[cfg(feature = "std")]
1818
extern crate std;
1919

20+
/// Rust implementation of cryptographic hash function algorithms.
21+
pub extern crate hashes;
22+
2023
mod decode;
2124
mod encode;
2225

0 commit comments

Comments
 (0)