SHA3384 constructor
SHA3384()
Constructor for SHA3384 with a fixed digest length of 384 bits (48 bytes)
Implementation
SHA3384() : super(384 ~/ 8);
Constructor for SHA3384 with a fixed digest length of 384 bits (48 bytes)
SHA3384() : super(384 ~/ 8);