PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/ethereum-cryptography/pure/shims

Просмотр файла: hdkey-crypto.d.ts

/// <reference types="node" />
export declare const createHmac: any;
export declare const randomBytes: any;
declare class Hash {
    private readonly hashFunction;
    private buffers;
    constructor(hashFunction: (msg: Buffer) => Buffer);
    update(buffer: Buffer): this;
    digest(param: any): Buffer;
}
export declare const createHash: (name: string) => Hash;
export {};
//# sourceMappingURL=hdkey-crypto.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!