Add Keccak hasher (#6101)

* fix keccak hasher

* Update hasher.rs

Co-authored-by: Gavin Wood <i@gavwood.com>
This commit is contained in:
satellitex
2020-05-22 02:32:23 +09:00
committed by GitHub
parent aa95c596e6
commit ab9ff537cd
4 changed files with 59 additions and 0 deletions
+2
View File
@@ -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;