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§
- Hash
Error - Error indicating that hashing failed.
Traits§
- Digest
Incremental - 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.