UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

7 lines (6 loc) 298 B
import { IBuffer, Bytes } from '../buffer'; export declare function sha1_hex(s: string | Bytes): string; export declare function sha1_b64(s: string | Bytes): string; export declare function sha1_str(s: string | Bytes): string; declare var sha1: (s: string | Bytes) => IBuffer; export default sha1;