Struct blake2::Blake2b [] [src]

pub struct Blake2b<N> where N: ArrayLength<u8> + Copy { /* fields omitted */ }

Methods

impl<N> Blake2b<N> where N: ArrayLength<u8> + Copy
[src]

Trait Implementations

impl<N: Copy> Copy for Blake2b<N> where N: ArrayLength<u8> + Copy
[src]

impl<N> Clone for Blake2b<N> where N: ArrayLength<u8> + Copy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N> Digest for Blake2b<N> where N: ArrayLength<u8> + Copy
[src]

Create new digest instance.

Digest input data. This method can be called repeatedly for use with streaming messages. Read more

Retrieve the digest result. This method consumes digest instance.

Get the block size in bytes.

Get the block size in bits.

Get the output size in bytes.

Get the output size in bits.