UNPKG

@fruitsjs/crypto

Version:

Cryptographic functions for building Fruits Eco-Blockchain apps.

6 lines (5 loc) 115 B
export interface Keys { agreementPrivateKey: string; publicKey: string; signPrivateKey: string; }