Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/simplewebauthn/packages/server/src/helpers/iso/isoCrypto/index.ts

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
Latest
import * as simplewebauthn from "https://deno.land/x/simplewebauthn@v12.0.0/packages/server/src/helpers/iso/isoCrypto/index.ts";

Functions

Generate a digest of the provided data.

Fill up the provided bytes array with random bytes equal to its length.

Verify signatures with their public key. Supports EC2 and RSA public keys.