Struct crypto::ghash::GhashWithC [] [src]

pub struct GhashWithC {
    // some 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

Feeds data for GHASH's C input

fn result(self) -> [u8; 16]

Retrieve the digest result

Trait Implementations

impl Copy for GhashWithC
[src]

impl Clone for GhashWithC
[src]

fn clone(&self) -> GhashWithC

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more