PHP WebShell

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

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

import { ByteArray, HalfArray } from './array';
export interface Poly1305 {
    buffer: ByteArray;
    r: HalfArray;
    h: HalfArray;
    pad: HalfArray;
    leftover: number;
    fin: number;
}
export declare function poly1305_init(key: ByteArray): Poly1305;
export declare function poly1305_blocks(self: Poly1305, m: ByteArray, mpos: number, bytes: number): void;
export declare function poly1305_finish(self: Poly1305, mac: ByteArray, macpos: number): void;
export declare function poly1305_update(self: Poly1305, m: ByteArray, mpos: number, bytes: number): void;

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


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