function createHashDeprecatedDeprecatedUse Web Crypto API or std/crypto instead. import { createHash } from "https://deno.land/x/packup@v0.2.3/deps.ts"; DeprecatedUse Web Crypto API or std/crypto instead. createHash(algorithm: SupportedAlgorithm): HasherCreates a new Hash instance. Parametersalgorithm: SupportedAlgorithmname of hash algorithm to use ReturnsHasher