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 251 B
import { defaultCryptoProvider } from "./implementation/default/provider.js"; export async function getCiphersuiteImpl(cs, provider = defaultCryptoProvider) { return provider.getCiphersuiteImpl(cs); } //# sourceMappingURL=getCiphersuiteImpl.js.map