Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class Crypto
Abstract
import { Crypto } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Properties

DigestStream: DigestStream
readonly
subtle: SubtleCrypto

Methods

getRandomValues<T extends
| Int8Array
| Uint8Array
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| BigInt64Array
| BigUint64Array
>
(buffer: T): T
randomUUID(): string