UNPKG

aead-stream

Version:

Authenticated encryption on arbitrary large files

10 lines (9 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultOptions = void 0; exports.defaultOptions = { algorithm: "chacha20-poly1305", nonceLength: 12, authTagLength: 16, chunkSize: 64 * 1024, // 64K };