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
Hello,
I want to encrypt a stream using ChaCha20Poly1305. chacha20 does supply the apply_keystream function to encrypt streamed data.
I can't find a alternative to that using ChaCha20Poly1305.
As far as I can tell you have to supply the whole plain-/ciphertext loaded in memory.
How could I encrypt data that is larger that the available memory in my machine?
Am I missing something?
Cheers,
Paul
The text was updated successfully, but these errors were encountered:
Hello,
I want to encrypt a stream using ChaCha20Poly1305.
chacha20
does supply theapply_keystream
function to encrypt streamed data.I can't find a alternative to that using ChaCha20Poly1305.
As far as I can tell you have to supply the whole plain-/ciphertext loaded in memory.
How could I encrypt data that is larger that the available memory in my machine?
Am I missing something?
Cheers,
Paul
The text was updated successfully, but these errors were encountered: