UNPKG

@fruitsjs/crypto

Version:

Cryptographic functions for building Fruits Eco-Blockchain apps.

3 lines (2 loc) 209 B
import { EncryptedMessage } from './typings/encryptedMessage'; export declare function decryptMessage(encryptedMessage: EncryptedMessage, senderPublicKeyHex: string, recipientPrivateKeyHex: string): string;