UNPKG

@libp2p/crypto

Version:
4 lines 214 B
import type { Curve } from './index.js'; import type { ECDHKey } from '../interface.js'; export declare function generateEphemeralKeyPair(curve: Curve): Promise<ECDHKey>; //# sourceMappingURL=index.browser.d.ts.map