UNPKG

@fruitsjs/crypto

Version:

Cryptographic functions for building Fruits Eco-Blockchain apps.

2 lines (1 loc) 73 B
export declare const encryptAES: (text: string, key: string) => string;