SHA3 constructor

SHA3(
  1. dynamic bytes,
  2. {int outputLength = 512}
)

Implementation

SHA3(super.bytes, {this.outputLength = 512});