You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be useful to be able to feed a hmac in a similar way to how a digest is fed. This allows computing a hmac over data that can't fit in memory at once. I can probably suggest a change.
The text was updated successfully, but these errors were encountered:
I later found the hmaci_* functions which would fit my current needs. Indeed, a val with_key : key -> ctx (or hmac_ctx if needed) would be nice to have.
It could be useful to be able to feed a hmac in a similar way to how a digest is fed. This allows computing a hmac over data that can't fit in memory at once. I can probably suggest a change.
The text was updated successfully, but these errors were encountered: