mirror of
https://github.com/sheumann/65816-crypto.git
synced 2025-02-16 13:30:25 +00:00
Add note about context size.
This commit is contained in:
parent
d4baf7dbe4
commit
f60585cc3e
6
aes.h
6
aes.h
@ -21,7 +21,11 @@ struct aes_context {
|
||||
unsigned char reserved2[16*13];
|
||||
};
|
||||
|
||||
/* The context structure must be in bank 0, preferably page-aligned. */
|
||||
/*
|
||||
* The context structure must be in bank 0, preferably page-aligned.
|
||||
* Note that a 256-byte (one page) context structure is sufficient for
|
||||
* AES-128 and AES-192. The full length is needed only for AES-256.
|
||||
*/
|
||||
|
||||
/*
|
||||
* AES key expansion functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user