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

rfc6979: initial crate #409

Merged
merged 1 commit into from
Nov 21, 2021
Merged

rfc6979: initial crate #409

merged 1 commit into from
Nov 21, 2021

Conversation

tarcieri
Copy link
Member

Splits out the RFC6979 deterministic nonce generation so it can (eventually) be used for DSA as well as ECDSA.

The implementation is generic over a Digest as well as a UInt type as defined by crypto-bigint.

It's also no_std friendly and avoids making heap allocations.

Splits out the RFC6979 deterministic nonce generation so it can
(eventually) be used for DSA as well as ECDSA.

The implementation is generic over a `Digest` as well as a `UInt` type
as defined by `crypto-bigint`.

It's also `no_std` friendly and avoids making heap allocations.
@tarcieri tarcieri merged commit a2c7fa2 into master Nov 21, 2021
@tarcieri tarcieri deleted the rfc6979-crate branch November 21, 2021 18:33
@tarcieri tarcieri mentioned this pull request Nov 21, 2021
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.

2 participants