eca
kry
Go to file
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
.gitignore initial commit 2020-08-30 17:40:39 +02:00
KRY-0x06-cli.csproj initial commit 2020-08-30 17:40:39 +02:00
KRY-0x06-cli.sln initial commit 2020-08-30 17:40:39 +02:00
Program.cs feat: fully functional arithmetic operations on a particular curve 2020-09-05 23:16:24 +02:00
README.md feat: fully functional arithmetic operations on a particular curve 2020-09-05 23:16:24 +02:00

KRY-0x06-cli

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