Function ethcontract_common::hash::keccak256[][src]

pub fn keccak256<B>(data: B) -> [u8; 32] where
    B: AsRef<[u8]>, 
Expand description

Perform a Keccak256 hash of data and return its 32-byte result.