mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-28 10:39:37 +08:00

Parameter validation was previously performed and tested unconditionally for the ChaCha/Poly modules. This commit therefore only needs go guard the existing tests accordingly and use the appropriate test macros for parameter validation.