Hello! I found the following in the cryptobox_secretstream documentation:
This algorithm has largely been replaced by the newer IETF variant of ChaCha20Poly1305 (and the associated XChaCha20Poly1305) AEAD ciphers (RFC 8439), but is useful for interoperability with legacy NaCl-based protocols.
It links to the chacha20poly1305 crate from this repository, but I'm not sure how to use this in streaming mode, for data that doesn't fit into memory all at once.
Is this what #628 is about? :) Thanks!
Hello! I found the following in the
cryptobox_secretstreamdocumentation:It links to the chacha20poly1305 crate from this repository, but I'm not sure how to use this in streaming mode, for data that doesn't fit into memory all at once.
Is this what #628 is about? :) Thanks!