Shake256 constructor

const Shake256(
  1. int outputSizeInBytes
)

Creates an instance to generate arbitrary size hash using SHAKE-256

Parameters:

  • outputSizeInBytes is the length of the output digest in bytes.

Implementation

const Shake256(this.outputSizeInBytes);