UNPKG

@fruitsjs/crypto

Version:

Cryptographic functions for building Fruits Eco-Blockchain apps.

2 lines (1 loc) 93 B
export declare const generateSignature: (messageHex: string, privateKey: string) => string;