pub struct Poly1305 { /* fields omitted */ }
Expand description
Poly1305
Context
Use the Mac
traits for interaction
Create a new Poly1305
context using the key (32 bytes)
Performs copy-assignment from source
. Read more
Reset the Mac state to begin processing another input stream.
Obtain the result of a Mac computation as a MacResult
.
Obtain the result of a Mac computation as u8. This method should be used very carefully
since incorrect use of the Mac code could result in permitting a timing attack which defeats
the security provided by a Mac function. Read more
Get the size of the Mac code, in bytes.
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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.