mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
Improve docs
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
ac69b45486
commit
38b227c16b
@ -37,8 +37,8 @@
|
|||||||
* It has three main parts:
|
* It has three main parts:
|
||||||
*
|
*
|
||||||
* - boolean operations
|
* - boolean operations
|
||||||
* These are all named mbedtls_ct_<type>_<operation>, and operate over
|
* These are all named mbedtls_ct_<type>_<operation>.
|
||||||
* mbedtls_ct_condition_t.
|
* They operate over <type> and return mbedtls_ct_condition_t.
|
||||||
* All arguments are considered secret.
|
* All arguments are considered secret.
|
||||||
* example: bool x = y | z => x = mbedtls_ct_bool_or(y, z)
|
* example: bool x = y | z => x = mbedtls_ct_bool_or(y, z)
|
||||||
* example: bool x = y == z => x = mbedtls_ct_uint_eq(y, z)
|
* example: bool x = y == z => x = mbedtls_ct_uint_eq(y, z)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user