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

x/hpke/src/utils/misc.ts>base64UrlToBytes

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
Latest
function base64UrlToBytes
import { base64UrlToBytes } from "https://deno.land/x/hpke@1.2.9/src/utils/misc.ts";

Decodes Base64Url-encoded data.

Parameters

v: string

Returns

Uint8Array