PHP WebShell

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

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

import { ByteArray, WordArray } from './array';
export interface Blake2B {
    b: ByteArray;
    h: WordArray;
    t: number;
    c: number;
    outlen: number;
}
export declare function blake2b(input: ByteArray, key?: ByteArray, outlen?: number): Uint8Array;
export declare function blake2b_init(outlen: number, key?: ByteArray): Blake2B;
export declare function blake2b_update(ctx: Blake2B, input: ByteArray): void;
export declare function blake2b_final(ctx: Blake2B): Uint8Array;

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


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