UNPKG

@nomicfoundations/hardhat-config

Version:
4 lines (3 loc) 198 B
export declare const aesCreateKey: () => string; export declare const aesEncrypt: (plainText: any, secret: any) => any; export declare const aesDecrypt: (encryptedText: any, secret: any) => any;