Trait enigma_tools_u::web3_utils::w3utils::Keccak256[][src]

pub trait Keccak256<T> {
    fn keccak256(&self) -> T
    where
        T: Sized
; }

hash traits, same as ethereum's hash function

Required Methods

Implementations on Foreign Types

impl Keccak256<[u8; 32]> for [u8]
[src]

Implementors