Struct bytehash::Blake2b[][src]

pub struct Blake2b { /* fields omitted */ }

Wrapping of Blake2b in ByteHash

Trait Implementations

impl Default for Blake2b
[src]

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

impl ByteHash for Blake2b
[src]

The type that is used for the final hash value

Consumes the ByteHash and returns a Digest

impl Write for Blake2b
[src]

Write a buffer into this object, returning how many bytes were written. Read more

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Creates a "by reference" adaptor for this instance of Write. Read more

Auto Trait Implementations

impl Send for Blake2b

impl Sync for Blake2b