PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/tweetnacl-ts

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

import { ByteArray } from './array';
export declare const enum SecretBoxLength {
    Key = 32,
    Nonce = 24,
    Overhead = 16,
    Zero = 32
}
export declare function secretbox(msg: ByteArray, nonce: ByteArray, key: ByteArray): ByteArray;
export declare function secretbox_open(box: ByteArray, nonce: ByteArray, key: ByteArray): ByteArray | undefined;
export declare function _onetimeauth(out: ByteArray, outpos: number, m: ByteArray, mpos: number, n: number, k: ByteArray): 0;

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


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