Files
mbedtls/ChangeLog.d
Gilles Peskine 487bbf6805 DHM: new functions to query the length of the modulus
Add two functions mbedtls_dhm_get_len() and mbedtls_dhm_get_bitlen() to
query the length of the modulus in bytes or bits.

Remove the len field: the cost of calling mbedtls_dhm_get_len() each time
it's needed is negligible, and this improves the abstraction of the DHM
module.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-06-15 00:12:37 +02:00
..
2021-06-01 09:40:53 +02:00
2021-05-12 14:36:24 -04:00
2021-06-07 12:00:04 +02:00
2021-05-27 17:34:14 +02:00
2021-06-09 13:31:42 +02:00
2021-05-26 13:36:40 +02:00
2021-04-27 17:20:56 +01:00