Skip to main content
Module

x/jose/runtime/random.ts

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.
Extremely Popular
Go to Latest
File
import crypto from './webcrypto.ts'
export default crypto.getRandomValues.bind(crypto)