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