commit | 4a5b995c2621d49e141dd099af8bb1aec50d881e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sun Dec 29 13:50:32 2013 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sun Dec 29 13:50:32 2013 +0100 |
tree | 27a59c42519d2c3739df43687845a250b6f6f3f5 | |
parent | 47a3536a3185a7664effe6cfd50d60c9e9c8fab6 [diff] [blame] |
Add AES-NI key expansion for 256 bits
diff --git a/include/polarssl/aes.h b/include/polarssl/aes.h index 0eb25df..9513a71 100644 --- a/include/polarssl/aes.h +++ b/include/polarssl/aes.h
@@ -55,6 +55,11 @@ /** * \brief AES context structure + * + * \note buf is able to hold 32 extra bytes, which can be used: + * - for alignment purposes if VIA padlock is used, and/or + * - to simplify key expansion in the 256-bit case by + * generating an extra round key */ typedef struct {