mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
Add Keccak hasher (#6101)
* fix keccak hasher * Update hasher.rs Co-authored-by: Gavin Wood <i@gavwood.com>
This commit is contained in:
@@ -83,6 +83,8 @@ pub use crypto::{DeriveJunction, Pair, Public};
|
||||
pub use hash_db::Hasher;
|
||||
#[cfg(feature = "std")]
|
||||
pub use self::hasher::blake2::Blake2Hasher;
|
||||
#[cfg(feature = "std")]
|
||||
pub use self::hasher::keccak::KeccakHasher;
|
||||
|
||||
pub use sp_storage as storage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user