Looking at libsodium docs,
Unlike other variants directly using the ChaCha20 cipher, generating a random nonce for each message is acceptable with this XChaCha20-based construction, provided that the output of the PRNG is indistinguishable from random data.
I am seeing similar claims elsewhere.
This seems like a desirable property, as I am concerned about key wearout in an application that is using AEAD. So, I'd like to request XChaCha20 support.
I don't know if XChaCha20 brings any new pitfalls of its own, and is studied well enough.
Looking at libsodium docs,
I am seeing similar claims elsewhere.
This seems like a desirable property, as I am concerned about key wearout in an application that is using AEAD. So, I'd like to request XChaCha20 support.
I don't know if XChaCha20 brings any new pitfalls of its own, and is studied well enough.