function createHashimport { createHash } from "https://deno.land/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