Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hpke/src/encryptionContext.ts>xor

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

Parameters

a: Uint8Array
b: Uint8Array

Returns

Uint8Array