UNPKG

evm-blockchain-tools

Version:

This is a collection of resuseable tools to support development for EVM-powered blockchains

4 lines (3 loc) 226 B
export declare function genSalt(length?: number): Buffer; export declare function encrypt(text: string, privateString: string): string; export declare function decrypt(encryptedMessage: string, privateString: string): string;