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) 221 B
import { KdfInterface } from "@hpke/core"; import { Kdf, KdfAlgorithm } from "../../kdf.js"; export declare function makeKdfImpl(k: KdfInterface): Kdf; export declare function makeKdf(kdfAlg: KdfAlgorithm): KdfInterface;