go-crypto icon indicating copy to clipboard operation
go-crypto copied to clipboard

feat: add new constructor for an ecdsa.PublicKey

Open smlx opened this issue 2 years ago • 0 comments

The existing NewPublicKey was unusable from an external package due to the fact that it used an internal package interface in its function signature.

The new constructor uses the elliptic.Curve interface from the standard library instead.

smlx avatar Mar 24 '23 13:03 smlx