SHA512 constructor

SHA512()

Initializes a new instance of the SHA-512 hash algorithm.

Implementation

SHA512() {
  reset();
}