Shake128 constructor

const Shake128(
  1. int outputSizeInBytes
)

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

Parameters:

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

Implementation

const Shake128(this.outputSizeInBytes);