mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix RC4 key length in cipher
This commit is contained in:
parent
83f3fc0d77
commit
ce4112538c
2 changed files with 6 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ arc4_context;
|
|||
*
|
||||
* \param ctx ARC4 context to be initialized
|
||||
* \param key the secret key
|
||||
* \param keylen length of the key
|
||||
* \param keylen length of the key, in bytes
|
||||
*/
|
||||
void arc4_setup( arc4_context *ctx, const unsigned char *key, unsigned int keylen );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue