SHA1 constructor

SHA1()

Initializes an instance of the SHA-1 hash.

Implementation

SHA1() {
  reset();
}