Trait recrypt::api_480::Sha256Hashing[]

pub trait Sha256Hashing {
    fn hash<T: Hashable>(&self, t: &T) -> [u8; 32];
}

Required methods

Implementors