SHA3256 constructor

SHA3256()

Constructor for SHA3256 with a fixed digest length of 256 bits (32 bytes)

Implementation

SHA3256() : super(256 ~/ 8);