Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smlx
Copy link

@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.

None yet

1 participant