Trait sgxs::crypto::SgxHashOps[][src]

pub trait SgxHashOps {
    fn new() -> Self;
fn update(&mut self, data: &[u8]);
fn finish(self) -> Hash; }

Required methods

Implementors