Skip to content

Commit

Permalink
Add ECDSA p512 support
Browse files Browse the repository at this point in the history
  • Loading branch information
J3imip committed Jan 6, 2025
1 parent 98eb92d commit 330a048
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 @@ -59,6 +59,7 @@ func verifyECDSA(data, sig []byte, publicKey *ecdsa.PublicKey) error {
56: 28,
64: 32,
96: 48,
128: 64,
132: 66,
}

Expand Down

0 comments on commit 330a048

Please sign in to comment.