Shake128 constructor
const
Shake128(
- int outputSizeInBytes
Creates an instance to generate arbitrary size hash using SHAKE-128
Parameters:
outputSizeInBytesis the length of the output digest in bytes.
Implementation
const Shake128(this.outputSizeInBytes);