You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Streaming symmetric encryption. Unauthenticated! Extension to libsodium
Usage
varcsx=require('crypto-stream-xor')
API
In libsodium style this module has a "high-level" API that where an algorithm
with good properties has been picked for you. However, if you need a specific
PRF you can also access the specific algorithm
(xsalsa20, chacha20, xchacha20).