Skip to content

WIP: Refactor HMAC functions to reduce code duplication

Ondřej Surý requested to merge 175-refactor-hmac-functions into master

This MR attempts to remove duplicated code in hmac functions by creating universal set of functions that accept the algorithm as the last parameter to every function.

Closes #175 (closed)

Merge request reports