UNPKG

@walletconnect/crypto

Version:

Isomorphic Cryptography Library for AES, HMAC and SHA2

4 lines 247 B
export declare function sha256(msg: Uint8Array): Promise<Uint8Array>; export declare function sha512(msg: Uint8Array): Promise<Uint8Array>; export declare function ripemd160(msg: Uint8Array): Promise<Uint8Array>; //# sourceMappingURL=sha2.d.ts.map