UNPKG

ts-mls

Version:

[![CI](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml/badge.svg)](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/ts-mls.svg)](https://badge.fury.io/js/ts-mls) [![Coverage Status](https://co

5 lines (4 loc) 256 B
import { CipherSuite } from "@hpke/core"; import { Aead } from "../../crypto/aead.js"; import { HpkeAlgorithm, Hpke } from "../../crypto/hpke.js"; export declare function makeGenericHpke(hpkealg: HpkeAlgorithm, aead: Aead, cs: CipherSuite): Promise<Hpke>;