KRY-0x06-cli/README.md
surtur 0f444c1c40
feat: fully functional arithmetic operations on a particular curve
curve: y ^ 2 % = (x ^ 3 + x + 10) mod p; p == 71
operations:
* P + Q = R (point addition)
* P + P = 2P (point doubling)
* curve generation

closes #1
2020-09-05 23:16:24 +02:00

70 B

KRY-0x06-cli

this repo holds sawce for cli version of KRY-0x06