function getHashesimport { getHashes } from "https://dotland.deno.dev/std@0.92.0/node/crypto.ts"; getHashes(): SupportedAlgorithm[]Returns an array of the names of the supported hash algorithms, such as 'sha1'. ReturnsSupportedAlgorithm[]