PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@cosmjs/crypto/build

Просмотр файла: hmac.d.ts

import { HashFunction } from "./hash";
export declare class Hmac<H extends HashFunction> implements HashFunction {
    readonly blockSize: number;
    private readonly messageHasher;
    private readonly oKeyPad;
    private readonly iKeyPad;
    private readonly hash;
    constructor(hashFunctionConstructor: new () => H, originalKey: Uint8Array);
    update(data: Uint8Array): Hmac<H>;
    digest(): Uint8Array;
}

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


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