UNPKG

@fruitsjs/crypto

Version:

Cryptographic functions for building Fruits Eco-Blockchain apps.

2 lines (1 loc) 84 B
export declare const decryptAES: (encryptedBase64: string, key: string) => string;