ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ {
const [aead, aeadInterface] = await makeAead(hpkealg.aead);
const cs = new CipherSuite({
kem: await makeDhKem(hpkealg.kem),
kdf: makeKdf(hpkealg.kdf),
aead: aeadInterface,
});
return makeGenericHpke(hpkealg, aead, cs);
}
//# sourceMappingURL=makeHpke.js.map