Crate tuple_hash

Source
Expand description

TupleHash per NIST SP 800-185.

Re-exports§

pub use generic_array;

Structs§

TupleHash
A cryptographic hash over a set of strings such that each string is unambiguously encoded.
TupleHashXof
A cryptographic hash over a set of strings such that each string is unambiguously encoded.
TupleHashXofReader
An XofReader for TupleHashXof.

Traits§

Xof
A extendable output function (XOF).
XofReader
Output bytes from an XOF.

Functions§

tuple_hash
TupleHash over a fixed-size set of inputs.
tuple_hash128rust-crypto
TupleHash128 over a fixed-size set of inputs.
tuple_hash256rust-crypto
TupleHash256 over a fixed-size set of inputs.
tuple_hash_xof
TupleHashXof over a fixed-size set of inputs.
tuple_hash_xof128rust-crypto
TupleHashXof256 over a fixed-size set of inputs.
tuple_hash_xof256rust-crypto
TupleHashXof128 over a fixed-size set of inputs.

Type Aliases§

TupleHash128rust-crypto
TupleHash128.
TupleHash256rust-crypto
TupleHash256.
TupleHashXof128rust-crypto
TupleHashXof128.
TupleHashXof256rust-crypto
TupleHashXof256.