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]
fn input_c(self, c: &[u8]) -> GhashWithC[src]
Feeds data for GHASH's C input
fn result(self) -> [u8; 16][src]
Retrieve the digest result
Trait Implementations
impl Copy for GhashWithC[src]
impl Clone for GhashWithC[src]
fn clone(&self) -> GhashWithC[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more