Skip to content

feat: add new constructor for an ecdsa.PublicKey#157

Open
smlx wants to merge 1 commit intoProtonMail:mainfrom
smlx:construct-public-key
Open

feat: add new constructor for an ecdsa.PublicKey#157
smlx wants to merge 1 commit intoProtonMail:mainfrom
smlx:construct-public-key

Conversation

@smlx
Copy link
Copy Markdown

@smlx smlx commented Mar 24, 2023

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.

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 smlx marked this pull request as draft March 24, 2023 13:46
@smlx smlx marked this pull request as ready for review March 24, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant