Trait tetsy_crypto::Keccak256[][src]

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

Required methods

fn keccak256(&self) -> T where
    T: Sized
[src]

Loading content...

Implementors

impl<T> Keccak256<[u8; 32]> for T where
    T: AsRef<[u8]>, 
[src]

Loading content...