Module arrayref

Module arrayref 

Source
Expand description

This module contains the traits and related errors for hashers that take array references as arguments and write the outputs to mutable array references.

Enums§

HashError
Error indicating that hashing failed.

Traits§

DigestIncremental
A trait for incremental hashing, where the output is written into a provided buffer.
Hash
A trait for oneshot hashing, where the output is written into a provided buffer.