Extended digest algorithms accepted by stdCrypto.subtle.digest.
The length option will be ignored for
Web Standard algorithms.
Extensions to the Web Crypto API
Extended digest algorithms accepted by stdCrypto.subtle.digest.
The length option will be ignored for
Web Standard algorithms.
Add Package
deno add jsr:@std/crypto
Import symbol
import { type DigestAlgorithm } from "@std/crypto/crypto";
Import directly with a jsr specifier
import { type DigestAlgorithm } from "jsr:@std/crypto/crypto";
Add Package
bunx jsr add @std/crypto
Import symbol
import { type DigestAlgorithm } from "@std/crypto/crypto";