mbedtls/ChangeLog.d/constant_time_module.txt
gabor-mezei-arm 6565ea0739
Add changelog entry
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
2021-09-28 17:11:47 +02:00

6 lines
397 B
Text

Changes
* The mbedcrypto library includes new a source code module constant_time.c,
containing various functions meant to resist timing side channel attacks.
This module does not have a separate configuration option, and functions
from this module will be included in the build as required. Currently
the interface of this module is private and may change at any time.