mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-19 13:17:36 +02:00
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". |
||
|---|---|---|
| .. | ||
| musig2 | ||
| bench_test.go | ||
| error.go | ||
| pubkey.go | ||
| signature.go | ||
| signature_test.go | ||