generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
In #58 we identified that the existing proofs only work when you start with a zeroized HMAC_CTX
. Since a common use of this state object is to calculate HMAC multiple times using the same key and digest (and hopefully gain performance improvements), we should extend our proofs to cover when HMAC_CTX
is reused and both the key
and md
passed to HMAC_Init_ex
are NULL
for subsequent calculations.
Metadata
Metadata
Assignees
Labels
No labels