Skip to content

Commit

Permalink
Merge pull request #11 from rarimo/feature/curve-support
Browse files Browse the repository at this point in the history
Add ECDSA p512 support
  • Loading branch information
artemskriabin authored Jan 6, 2025
2 parents 98eb92d + 330a048 commit 6b015ba
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 6b015ba

Please sign in to comment.