RIPEMD128 constructor
RIPEMD128()
Initializes an instance of the RIPEMD-128 hash with a state length of 4.
Implementation
RIPEMD128() : super(16 ~/ 4);
Initializes an instance of the RIPEMD-128 hash with a state length of 4.
RIPEMD128() : super(16 ~/ 4);