import { Crypto } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";
Properties
readonly
subtle: SubtleCryptoMethods
getRandomValues<T extends >(buffer: T): T
| Int8Array
| Uint8Array
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| BigInt64Array
| BigUint64Array
randomUUID(): string