bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
375 stars 112 forks source link

ec_math1.jpg/svg updated with magic negate key methods. #114

Closed jachiang closed 5 years ago

jachiang commented 5 years ago

Addresses #103.

jnewbery commented 5 years ago

Thanks for this.

A couple of suggestions:

bitschmidty commented 5 years ago

This looks ok to me. But Im shaky on the tech so asking @jnewbery to confirm

jachiang commented 5 years ago

Thanks for this.

A couple of suggestions:

* in the top right cell (scalar-div), add a small note: `(only when n is prime)`

* in the bottom right cell (scalar-point-div), change `Mul with 1/scalar` to `Mul with scalar inverse` to match the top right cell.

Cheers. Suggestions have been incorporated.

jnewbery commented 5 years ago

Thanks James!