Struct cryptohash::Blake2b [] [src]

pub struct Blake2b {}

Wraps Blake2b in the CryptoHash trait

Trait Implementations

impl Clone for Blake2b
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Blake2b
[src]

[src]

Formats the value using the given formatter.

impl CryptoHash for Blake2b
[src]

The hash-state currently being computed

The output type of the hash function

NULL: Self::Digest = BlakeDigestWrap([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
                 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])

All zero hash, used as Null/None

[src]

Constructor for a new hash-state