Struct cryptoxide::poly1305::Poly1305[][src]

pub struct Poly1305 { /* fields omitted */ }
Expand description

Poly1305 Context

Use the Mac traits for interaction

Implementations

Create a new Poly1305 context using the key (32 bytes)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Process input data. 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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

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.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.