SHAKE128

constructor()(source)

Creates a new SHAKE128 instance with a default output length of 32 bytes.


constructor(outputLength: Int)(source)

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

Parameters

outputLength

The number of bytes returned when digest is invoked

Throws