mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-25 07:51:07 +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.