mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Format again?
This commit is contained in:
@@ -65,8 +65,8 @@ int aes_setkey(
|
||||
int mode, // 1 or 0 for Encrypt/Decrypt
|
||||
const uchar* key, // AES input key
|
||||
uint keysize); // size in bytes (must be 16, 24, 32 for
|
||||
// 128, 192 or 256-bit keys respectively)
|
||||
// returns 0 for success
|
||||
// 128, 192 or 256-bit keys respectively)
|
||||
// returns 0 for success
|
||||
|
||||
/******************************************************************************
|
||||
* AES_CIPHER : called to encrypt or decrypt ONE 128-bit block of data
|
||||
@@ -75,6 +75,6 @@ int aes_cipher(
|
||||
aes_context* ctx, // pointer to context
|
||||
const uchar input[16], // 128-bit block to en/decipher
|
||||
uchar output[16]); // 128-bit output result block
|
||||
// returns 0 for success
|
||||
// returns 0 for success
|
||||
|
||||
#endif /* AES_HEADER */
|
||||
|
||||
Reference in New Issue
Block a user