MD5 constructor

MD5()

Creates a new MD5 instance.

Implementation

MD5() {
  reset();
}