UNPKG

aes-ctr-concurrent

Version:

Native TypeScript Node.js library for AES-256-CTR, enabling concurrent encryption/decryption with precise IV offset handling down to any byte level, not just full blocks.

3 lines (2 loc) 156 B
export { default as AesCtrConcurrentError } from "./errors/aesCtrConcurrentError.js"; export { createCipher, createDecipher } from "./aesCtrConcurrent.js";