Skip to content

Commit

Permalink
Add one more check.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Sep 23, 2024
1 parent 71bca15 commit 1775eac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nimcrypto/hmac.nim
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ template hmacSizeBlock*(h: typedesc): int =
{.fatal: "Choosen hash primitive is not yet supported!".}
else:
{.fatal: "Choosen hash primitive is not yet supported!".}
else:
{.fatal: "Choosen hash primitive is not yet supported!".}

type
HMAC*[HashType] = object
Expand Down

0 comments on commit 1775eac

Please sign in to comment.