mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 13:05:30 +00:00
Remove reference to utility program for RFC 3526/7919 verification
This commit is contained in:
parent
5a7c35d1a8
commit
0482fd597a
|
@ -299,8 +299,6 @@ int mbedtls_dhm_self_test( int verbose );
|
||||||
* hence the corresponding subgroup has order (p-1)/2 and avoids leaking a
|
* hence the corresponding subgroup has order (p-1)/2 and avoids leaking a
|
||||||
* bit in the private exponent).
|
* bit in the private exponent).
|
||||||
*
|
*
|
||||||
* The above description can be validated using the
|
|
||||||
* the program programs/util/rfc_3526_7919_verify.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(MBEDTLS_DEPRECATED_REMOVED)
|
#if !defined(MBEDTLS_DEPRECATED_REMOVED)
|
||||||
|
|
Loading…
Reference in a new issue