mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-24 14:31:08 +00:00
7 lines
397 B
Plaintext
7 lines
397 B
Plaintext
|
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.
|