We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hashstate
hmac_state
1 parent 193086d commit c713e95Copy full SHA for c713e95
1 file changed
src/headers/tomcrypt_mac.h
@@ -11,7 +11,6 @@
11
typedef struct Hmac_state {
12
hash_state md;
13
int hash;
14
- hash_state hashstate;
15
unsigned char key[MAXBLOCKSIZE];
16
} hmac_state;
17
0 commit comments