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

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

Required methods

fn new() -> Self

fn update(&mut self, data: &[u8])

fn finish(self) -> Hash

Loading content...

Implementors

Loading content...