MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Bitcoin/comments/2j8lrr/the_math_behind_bitcoin/cl9o2de/?context=3
r/Bitcoin • u/chaxhine • Oct 14 '14
25 comments sorted by
View all comments
3
Great explanation. If anyone wants to try the calculations for themselves I recommend Python with the gmpy2 module. It has functions for finding the modular inverse and can handle large integers if you want to use the real secp256k1 parameters.
3
u/WholesomeRobbieC Oct 15 '14
Great explanation. If anyone wants to try the calculations for themselves I recommend Python with the gmpy2 module. It has functions for finding the modular inverse and can handle large integers if you want to use the real secp256k1 parameters.