UNPKG

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

Version:

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

7 lines (6 loc) 171 B
/*! * Copyright (c) 2021-2022 Digital Bazaar, Inc. All rights reserved. */ export { deriveSecret, generateKeyPair, ed25519SecretKeyToX25519 } from './crypto-nacl.js';