UNPKG

@zebec-network/core-utils

Version:
3 lines (2 loc) 157 B
export declare function hashSHA256(input: string): Promise<string>; export declare function hashSHA256ToBuffer(input: string): Promise<Buffer<ArrayBuffer>>;