Skip to content

Commit

Permalink
Update rsa_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Davis Goodin <dagood@users.noreply.github.com>
  • Loading branch information
qmuntal and dagood authored Dec 17, 2024
1 parent 1eba53d commit ae7ba9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func TestRSAEncryptDecryptOAEP_WrongLabel(t *testing.T) {
}

// These are all the hashes supported by Go's crypto/rsa package
// as off Go 1.24.
// as of Go 1.24.
var stdHashes = [...]crypto.Hash{
crypto.MD5SHA1,
crypto.MD5,
Expand Down

0 comments on commit ae7ba9c

Please sign in to comment.