-
Notifications
You must be signed in to change notification settings - Fork 268
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
Add a verify
function to PublicKey
#642
Add a verify
function to PublicKey
#642
Conversation
verify
function to PublicKey
This does not compile. |
lolz, this reminds me of the most painfully educational review I ever got on LKML "Does this even compile?" |
59e473c
to
e816173
Compare
Rebase only, no other changes. If I get green CI first go I win :) |
Ouch! You win. |
e816173
to
6f9dab1
Compare
Feature gated imports were incorrect |
To be uniform with `XOnlyPublicKey` add a `verify` function to the `PublicKey`.
6f9dab1
to
b9cb37d
Compare
And the formatter, it is hard to get good help. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK b9cb37d
To be uniform with
XOnlyPublicKey
add averify
function to thePublicKey
.Should have been done when we did #618