Update hmac_hmacsha256.c

This commit is contained in:
Steve Thomas 2015-10-10 19:28:13 -05:00
parent 958323b8bc
commit e07599dafe

View File

@ -66,6 +66,7 @@ crypto_auth_hmacsha256_init(crypto_auth_hmacsha256_state *state,
}
crypto_hash_sha256_update(&state->octx, pad, 64);
sodium_memzero((void *) pad, sizeof pad);
sodium_memzero((void *) khash, sizeof khash);
return 0;