UNPKG

knxultimate

Version:

KNX IP protocol implementation for Node. This is the ENGINE of Node-Red KNX-Ultimate node.

6 lines (5 loc) 206 B
export declare function sharedKey(secretKey: Uint8Array, publicKey: Uint8Array): Uint8Array; export declare function generateKeyPair(seed: Uint8Array): { public: Uint8Array; private: Uint8Array; };