RAXOR
A seekable (random-access) XSALSA20 xor stream.
npm install raxor
Usage
const RAXOR =// nonce and key should be buffers of the ... nonce and keyconst r = nonce keyr // seek to byte offset 10kr // xor the input buffer as if it was as this offsetr // destroy the instance
License
MIT