pub struct Polyval { /* fields omitted */ }
Expand description
POLYVAL: GHASH-like universal hash over GF(2^128).
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
Initialize POLYVAL with the given H
field element
Size of the key for the universal hash function.
Input a field element X
to be authenticated
Get POLYVAL result (i.e. computed S
field element)
Size of the inputs to and outputs from the universal hash function
Input data into the universal hash function. If the length of the
data is not a multiple of the block size, the remaining data is
padded with zeroes up to the BlockSize
. Read more
Verify the UniversalHash
of the processed input matches a given Output
.
This is useful when constructing Message Authentication Codes (MACs)
from universal hash functions. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.