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

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

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

Concatenates two Uint8Arrays.

Parameters

a: Uint8Array
b: Uint8Array

Returns

Uint8Array