import { Hash } from "https://dotland.deno.dev/std@0.92.0/node/crypto.ts";
Calculates the digest of all of the data.
If encoding is provided a string will be returned; otherwise a Buffer is returned.
Supported encoding is currently 'hex' only. 'binary', 'base64' will be supported in the future versions.