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]

Feeds data for GHASH's C input

Retrieve the digest result

Trait Implementations

impl Copy for GhashWithC
[src]

impl Clone for GhashWithC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GhashWithC

impl Sync for GhashWithC