]>
Commit | Line | Data |
---|---|---|
1 | // Define byte offset of key within context structure. | |
2 | #define ContextKey 0 | |
3 | ||
4 | /* Define byte offset of key length within context structure. The number | |
5 | stored there is the number of bytes from the start of the first round key | |
6 | to the start of the last round key. That is 16 less than the number of | |
7 | bytes in the entire key. | |
8 | */ | |
9 | #define ContextKeyLength 240 |