mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-14 08:52:37 +08:00

Do not hexify binary data to compare them, do compare them directly. That simplifies the check code and save memory. Signed-off-by: Ronald Cron <ronald.cron@arm.com>