type alias DigestAlgorithmObjectimport { type DigestAlgorithmObject } from "https://deno.land/std@0.183.0/crypto/crypto.ts"; definition: { name: DigestAlgorithmName; length?: number; }