function createHashDeprecatedimport { createHash } from "https://deno.land/x/packup@v0.1.13/deps.ts"; createHash(algorithm: SupportedAlgorithm): HasherCreates a new Hash instance. Parametersalgorithm: SupportedAlgorithmname of hash algorithm to use ReturnsHasher