Closed 314eter closed 7 years ago
This is more efficient than first concatenating everything to one big cstruct.
hmac ~key (Cstruct.concat (messages))
vs
hmacv ~key messages
It's a perfectly reasonable request, but copy-pasting is a no-no.
See e22e9486f6f53ff1bf772e4f60c5d5feb8f9c06b; thanks for the suggestion.
It ended up being retired in favor of hmaci.
hmaci
This is more efficient than first concatenating everything to one big cstruct.
vs