TupleHash128
TupleHash128 implementation
https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf#5%20TupleHash
See also
Constructors
Link copied to clipboard
constructor(S: ByteArray?)
Creates a new TupleHash128 instance with a default output length of 32 bytes.
constructor(S: ByteArray?, outputLength: Int)
Creates a new TupleHash128 instance with a non-default output length.