SHA3224 constructor
SHA3224()
Constructor for SHA3224 with a fixed digest length of 224 bits (28 bytes)
Implementation
SHA3224() : super(224 ~/ 8);
Constructor for SHA3224 with a fixed digest length of 224 bits (28 bytes)
SHA3224() : super(224 ~/ 8);