function createHashimport { createHash } from "https://dotland.deno.dev/std@0.110.0/hash/mod.ts"; createHash(algorithm: SupportedAlgorithm): HasherCreates a new Hash instance. Creates a new Hash instance. Parametersalgorithm: SupportedAlgorithmname of hash algorithm to use ReturnsHasher