SHA3 constructor
SHA3(
- dynamic bytes, {
- int outputLength = 512,
Implementation
SHA3(super.bytes, {this.outputLength = 512});
SHA3(super.bytes, {this.outputLength = 512});