import * as simplewebauthn from "https://deno.land/x/simplewebauthn@v8.3.2/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 |