UNPKG

eciesjs

Version:

Elliptic Curve Integrated Encryption Scheme for secp256k1/curve25519

3 lines (2 loc) 181 B
export declare const deriveKey: (master: Uint8Array, salt?: Uint8Array, info?: Uint8Array) => Uint8Array; export declare const getSharedKey: (...parts: Uint8Array[]) => Uint8Array;