UNPKG

@digitalcredentials/x25519-key-agreement-key-2020

Version:

An X25519 (Curve25519) DH (Diffie-Hellman) key implementation to work with the X25519 2020 Crypto suite.

10 lines (4 loc) 246 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var X25519KeyAgreementKey2020 = require('./X25519KeyAgreementKey2020.js'); exports.X25519KeyAgreementKey2020 = X25519KeyAgreementKey2020.X25519KeyAgreementKey2020;