SHAKE constructor

SHAKE(
  1. int bitSize
)

Constructor for SHAKE with a specified bit size

Implementation

SHAKE(this.bitSize) : super(bitSize ~/ 8 * 2);