[]Trait recrypt::api::Sha256Hashing

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

Required methods

fn hash<T: Hashable>(&self, t: &T) -> [u8; 32]

Loading content...

Implementors

impl Sha256Hashing for Sha256

Loading content...