MD4 constructor
MD4()
The initial constructor for the MD4 class.
Initializes the MD4 hash function and resets it to its initial state.
Implementation
MD4() {
reset();
}
The initial constructor for the MD4 class.
Initializes the MD4 hash function and resets it to its initial state.
MD4() {
reset();
}