SHA512 static method

Hasher SHA512(
  1. dynamic data
)

Implementation

static Hasher SHA512(dynamic data) => sha512.SHA512(data);