UNPKG

@fruitsjs/crypto

Version:

Cryptographic functions for building Fruits Eco-Blockchain apps.

6 lines (5 loc) 101 B
export interface EncryptedMessage { data: string; nonce: string; isText: boolean; }