Hi there!
Thanks for your great library.
I have a question: why nonce size in XChaCha20 is strictly 32 in bytes, or NONCE_SIZE == 24.
In my case i need NONCE_SIZE to be eqal to 12.
Encryption with 12 value works fine, but decryption in method hChaCha20 fails with crash.