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

x/simplewebauthn/packages/server/src/helpers/iso/isoUint8Array.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@v11.0.0/packages/server/src/helpers/iso/isoUint8Array.ts";

Functions

Make sure two Uint8Arrays are deeply equivalent

Combine multiple Uint8Arrays into a single Uint8Array

Convert an ASCII string to Uint8Array

Convert a hexadecimal string to isoUint8Array.

Convert a UTF-8 string back into bytes

Prepare a DataView we can slice our way around in as we parse the bytes in a Uint8Array

Convert a Uint8Array to Hexadecimal.

Convert bytes into a UTF-8 string