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

Support deterministic sigs as per RFC 6979 #11

Open
libitx opened this issue Apr 26, 2022 · 1 comment
Open

Support deterministic sigs as per RFC 6979 #11

libitx opened this issue Apr 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@libitx
Copy link
Contributor

libitx commented Apr 26, 2022

Currently K is random. Ideally default should be deterministic, perhaps with option for random if needed for some reason.

@libitx libitx added the enhancement New feature or request label Apr 26, 2022
@brentongunning
Copy link
Contributor

Yep we should look into this. Thanks for opening an issue. Only reason it's not in today is we'd need to write some code for HMAC and I wasn't sure how complex that would get. But ecdsaSignWithK is there for this purpose in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants