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