SHAKE constructor
SHAKE(
- int bitSize
Constructor for SHAKE with a specified bit size
Implementation
SHAKE(this.bitSize) : super(bitSize ~/ 8 * 2);
Constructor for SHAKE with a specified bit size
SHAKE(this.bitSize) : super(bitSize ~/ 8 * 2);