SHA3512 constructor
SHA3512()
Constructor for SHA3512 with a fixed digest length of 512 bits (64 bytes)
Implementation
SHA3512() : super(512 ~/ 8);
Constructor for SHA3512 with a fixed digest length of 512 bits (64 bytes)
SHA3512() : super(512 ~/ 8);