You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add (and am willing to make a PR) these two new methods.
I propose the names be sign_ecdsa_with_noncedata and sign_ecdsa_recoverable_with_noncedata and their function signatures add an extra argument at the end of type [u8; 32] and called noncedata.
Questions:
I would be willing to do this PR, but I want to get an idea of the willingness to add this to the API. Any objections?
Should I also add a new wrapper struct (similar to the other structs such as Message etc.)?
The text was updated successfully, but these errors were encountered:
I would like to add (and am willing to make a PR) these two new methods.
I propose the names be
sign_ecdsa_with_noncedata
andsign_ecdsa_recoverable_with_noncedata
and their function signatures add an extra argument at the end of type[u8; 32]
and callednoncedata
.Questions:
Message
etc.)?The text was updated successfully, but these errors were encountered: