Expand description
TupleHash per NIST SP 800-185.
Re-exports§
pub use generic_array;
Structs§
- Tuple
Hash - A cryptographic hash over a set of strings such that each string is unambiguously encoded.
- Tuple
Hash Xof - A cryptographic hash over a set of strings such that each string is unambiguously encoded.
- Tuple
Hash XofReader - An
XofReaderforTupleHashXof.
Traits§
Functions§
- tuple_
hash TupleHashover a fixed-size set of inputs.- tuple_
hash128 rust-crypto TupleHash128over a fixed-size set of inputs.- tuple_
hash256 rust-crypto TupleHash256over a fixed-size set of inputs.- tuple_
hash_ xof TupleHashXofover a fixed-size set of inputs.- tuple_
hash_ xof128 rust-crypto TupleHashXof256over a fixed-size set of inputs.- tuple_
hash_ xof256 rust-crypto TupleHashXof128over a fixed-size set of inputs.
Type Aliases§
- Tuple
Hash128 rust-crypto TupleHash128.- Tuple
Hash256 rust-crypto TupleHash256.- Tuple
Hash Xof128 rust-crypto TupleHashXof128.- Tuple
Hash Xof256 rust-crypto TupleHashXof256.