Skip to content

Use golang hmac in general when using a MAC

Richard T. Carback III requested to merge hotfix/hmac into dev

There are a couple exceptions to this (KMACS, unencryptedMACs), but in general we are going to use the HMAC construction across the board.

Merge request reports