Struct crypto::ghash::GhashWithC [−][src]
pub struct GhashWithC { /* fields omitted */ }A structure representing the state of a GHASH computation, after input for C was provided
Methods
impl GhashWithC[src]
impl GhashWithCpub fn input_c(self, c: &[u8]) -> GhashWithC[src]
pub fn input_c(self, c: &[u8]) -> GhashWithCFeeds data for GHASH's C input
pub fn result(self) -> [u8; 16][src]
pub fn result(self) -> [u8; 16]Retrieve the digest result
Trait Implementations
impl Copy for GhashWithC[src]
impl Copy for GhashWithCimpl Clone for GhashWithC[src]
impl Clone for GhashWithCfn clone(&self) -> GhashWithC[src]
fn clone(&self) -> GhashWithCReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for GhashWithC
impl Send for GhashWithCimpl Sync for GhashWithC
impl Sync for GhashWithC