Skip to content

Commit

Permalink
Go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
J3imip committed Dec 25, 2024
1 parent 430a94b commit 68f03af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/types/signature_algorithm.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func verifyECDSA(data, sig []byte, publicKey *ecdsa.PublicKey) error {

return errors.New("failed to verify ECDSA signature in raw format")
}

func GeneralHash(algorithm HashAlgorithm) hash.Hash {
switch algorithm {
case SHA1:
Expand Down

0 comments on commit 68f03af

Please sign in to comment.