Struct blake2b::Blake2b [] [src]

pub struct Blake2b { /* fields omitted */ }

Methods

impl Blake2b
[src]

Trait Implementations

impl Copy for Blake2b
[src]

impl Clone for Blake2b
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Blake2b
[src]

Formats the value using the given formatter.

impl Eq for Blake2b
[src]

impl Hash for Blake2b
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Blake2b
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Blake2b
[src]

Returns the "default value" for a type. Read more