UNPKG

soda-sdk

Version:

This SDK provides functionalities for AES and RSA encryption schemes, ECDSA signature scheme and some functionalities used for working with sodalabs blockchain.

3 lines (2 loc) 136 B
export declare function loadAesKey(filePath: string): Buffer; export declare function writeAesKey(filePath: string, key: Buffer): void;