PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/tweetnacl-ts/es

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

import { ByteArray, WordArray } from './array';
export interface Blake2S {
    h: WordArray;
    b: WordArray;
    c: number;
    t: number;
    outlen: number;
}
export declare function blake2s(input: ByteArray, key?: ByteArray, outlen?: number): Uint8Array;
export declare function blake2s_init(outlen: number, key?: ByteArray): Blake2S;
export declare function blake2s_update(ctx: Blake2S, input: ByteArray): void;
export declare function blake2s_final(ctx: Blake2S): ByteArray;

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


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