Skip to main content
Module

x/netzo/deno.d.ts>Crypto

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
interface Crypto
import { type Crypto } from "https://deno.land/x/netzo@v0.1.27/deno.d.ts";

Properties

readonly
subtle: SubtleCrypto

Methods

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