mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-05 05:13:40 +00:00
- Fixed typo in doxygen info
This commit is contained in:
parent
314052fbfc
commit
4793cc4620
@ -87,7 +87,7 @@ int des_key_check_key_parity( const unsigned char key[DES_KEY_SIZE] );
|
||||
*
|
||||
* \param key 8-byte secret key
|
||||
*
|
||||
* \resurn 0 if no weak key was found, 1 if a weak key was identified.
|
||||
* \return 0 if no weak key was found, 1 if a weak key was identified.
|
||||
*/
|
||||
int des_key_check_weak( const unsigned char key[DES_KEY_SIZE] );
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user