Skip to content

Conversation

@erickcestari
Copy link

The comments in schnorrSign and Sign incorrectly stated that CustomNonce triggers RFC6979 nonce generation. The actual behavior is the opposite:

  • With CustomNonce: BIP-340 compliant nonce derivation (steps 6-8)
  • Without CustomNonce (default): RFC6979 deterministic nonce generation

Also fixes typo "set 14" -> "step 14".

The comments in schnorrSign and Sign incorrectly stated that CustomNonce
triggers RFC6979 nonce generation. The actual behavior is the opposite:

- With CustomNonce: BIP-340 compliant nonce derivation (steps 6-8)
- Without CustomNonce (default): RFC6979 deterministic nonce generation

Also fixes typo "set 14" -> "step 14".
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.

1 participant