Struct bytehash::Blake2b[][src]

pub struct Blake2b;

Wrapping of Blake2b in ByteHash

Trait Implementations

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. Read more

impl ByteHash for Blake2b
[src]

The type that is used for the final hash value

The state for computing hashes

Construct a new hash-state

Auto Trait Implementations

impl Send for Blake2b

impl Sync for Blake2b