Expand description
TupleHash per NIST SP 800-185.
Re-exports§
pub use generic_array;
Structs§
- Implements
right_encodeandleft_encode. - An iterator over the parts of an encoded string.
- A cryptographic hash over a set of strings such that each string is unambiguously encoded.
- A cryptographic hash over a set of strings such that each string is unambiguously encoded.
Traits§
- A extendable output function (XOF).
- Output bytes from an XOF.
Functions§
TupleHashover a fixed-size set of inputs.- tuple_
hash128 rust-cryptoTupleHash128over a fixed-size set of inputs. - tuple_
hash256 rust-cryptoTupleHash256over a fixed-size set of inputs. TupleHashXofover a fixed-size set of inputs.- tuple_
hash_ xof128 rust-cryptoTupleHashXof256over a fixed-size set of inputs. - tuple_
hash_ xof256 rust-cryptoTupleHashXof128over a fixed-size set of inputs.
Type Aliases§
- Tuple
Hash128 rust-cryptoTupleHash128. - Tuple
Hash256 rust-cryptoTupleHash256. - Tuple
Hash Xof128 rust-cryptoTupleHashXof128. - Tuple
Hash Xof256 rust-cryptoTupleHashXof256.