secp256k1.cr icon indicating copy to clipboard operation
secp256k1.cr copied to clipboard

correctly implement secp256k1's prime field

Open q9f opened this issue 4 years ago • 0 comments

  • It’s easier and more correct to implement secp256k1’s prime field
  • Then you don’t have to worry about doing the operations modulo the order
  • You just perform them all on the finite field
  • It’s like a nice logical building block

q9f avatar Dec 20 '19 16:12 q9f