mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 12:28:45 +00:00
This change permits users of the ChaCha20/Poly1305 algorithms (and the AEAD construction thereof) to pass NULL pointers for data that they do not need, and avoids the need to provide a valid buffer for data that is not used.