Sha512 constructor

Sha512()

Instantiate digest scheme

Implementation

Sha512() {
  _d = Digest('SHA-512');
}