mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 12:42:57 +00: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.