import { Hash } from "https://deno.land/std@0.127.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', 'binary', 'base64'.