TupleHash256

TupleHash256 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 TupleHash256 instance with a default output length of 64 bytes.

constructor(S: ByteArray?, outputLength: Int)

Creates a new TupleHash256 instance with a non-default output length.

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun copy(): TupleHash256