mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 10:22:57 +00:00
- Fixed name of xtea_crypt_ecb()
This commit is contained in:
@@ -60,7 +60,7 @@ void xtea_setup( xtea_context *ctx, unsigned char key[16] );
|
|||||||
* \param input 8-byte input block
|
* \param input 8-byte input block
|
||||||
* \param output 8-byte output block
|
* \param output 8-byte output block
|
||||||
*/
|
*/
|
||||||
void xtea_crypt( xtea_context *ctx,
|
void xtea_crypt_ecb( xtea_context *ctx,
|
||||||
int mode,
|
int mode,
|
||||||
unsigned char input[8],
|
unsigned char input[8],
|
||||||
unsigned char output[8] );
|
unsigned char output[8] );
|
||||||
|
|||||||
Reference in New Issue
Block a user