interface StdCrypto
implements Crypto
import { type StdCrypto } from "https://deno.land/std@0.218.0/crypto/mod.ts";
Extensions to the Web Crypto
interface.
Properties
readonly
subtle: StdSubtleCryptoExtension to the crypto.SubtleCrypto
interface.