Remove ipad and opad from specific md contexts

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-24 18:57:13 +01:00
parent 4da88c50c1
commit 80c988ba79
7 changed files with 0 additions and 21 deletions

View file

@ -57,9 +57,6 @@ typedef struct
uint32_t total[2]; /*!< number of bytes processed */
uint32_t state[4]; /*!< intermediate digest state */
unsigned char buffer[64]; /*!< data block being processed */
unsigned char ipad[64]; /*!< HMAC: inner padding */
unsigned char opad[64]; /*!< HMAC: outer padding */
}
md4_context;