UNPKG

libnexa-ts

Version:

A pure and powerful Nexa SDK library.

11 lines 508 B
export default class Hash { static sha1(buf: Uint8Array): Uint8Array; static sha256(buf: Uint8Array): Uint8Array; static sha512(buf: Uint8Array): Uint8Array; static ripemd160(buf: Uint8Array): Uint8Array; static sha256sha256(buf: Uint8Array): Uint8Array; static sha256ripemd160(buf: Uint8Array): Uint8Array; static sha256hmac(data: Uint8Array, key: Uint8Array): Uint8Array; static sha512hmac(data: Uint8Array, key: Uint8Array): Uint8Array; } //# sourceMappingURL=hash.d.ts.map