aboutsummaryrefslogtreecommitdiffstats
path: root/ecc.hs
Commit message (Collapse)AuthorAgeFilesLines
* Start support of ECC points with field elementsÓscar Nájera2021-06-091-49/+63
|
* string interpolation for showÓscar Nájera2021-05-021-3/+2
|
* Refactor and hs-lintÓscar Nájera2021-04-051-14/+11
|
* Elliptic Curve on doubles with additionÓscar Nájera2021-04-051-0/+54
|
* organizeÓscar Nájera2021-04-051-5/+5
|
* Implement divisionÓscar Nájera2021-04-051-0/+4
|
* Instance FieldElement into Num typeclassÓscar Nájera2021-04-051-18/+15
|
* Define FieldElement substraction and multiplicationÓscar Nájera2021-04-051-0/+29
|
* Define FieldElement additionÓscar Nájera2021-04-031-0/+15