bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
369 stars 111 forks source link

Fix mistake in deterministic nonce section #104

Closed kanzure closed 4 years ago

kanzure commented 4 years ago

Generate the deterministic nonce using the private key and the message, not the public key and the message.

jnewbery commented 4 years ago

Thanks!