UNPKG

@onekeyfe/blockchain-libs

Version:
5 lines (4 loc) 193 B
import sha512 from 'js-sha512'; export declare function genericHash(arr: sha512.Message): number[]; export declare const PUBLIC_KEY_LENGTH: number; export declare const HASH_BYTES_LENGTH = 32;