commit | 001b613a81d5cdb13230752a3020e72e47467093 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Thu Oct 03 14:50:20 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 14 17:58:32 2024 -0600 |
tree | fd52a9667773b1fe729c0d5b76d061af9fa93a24 | |
parent | f51f35564eaff75764d9077358ad35f2413fa334 [diff] |
mbedtls: Enable smaller implementation for SHA256/512 Smaller implementation for SHA256 and SHA512 helps to reduce the ROM footprint though it has a certain impact on performance. As a trade-off, enable it as a default config when MbedTLS is enabled can reduce the target size significantly with acceptable performance loss. Signed-off-by: Raymond Mao <raymond.mao@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>