Skip to content

Commit

Permalink
add:missing hmac test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mertakman committed Dec 23, 2024
1 parent a98c077 commit 6e68ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hmac_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ func TestHMAC(t *testing.T) {
{"sha256", openssl.NewSHA256},
{"sha384", openssl.NewSHA384},
{"sha512", openssl.NewSHA512},
{"sha512_224", openssl.NewSHA512_224},
{"sha512_256", openssl.NewSHA512_256},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
Expand Down

0 comments on commit 6e68ea3

Please sign in to comment.