mmcloughlin / ec3

Elliptic Curve Cryptography Compiler: an incomplete experiment in code-generation for elliptic curves in Go
BSD 3-Clause "New" or "Revised" License
56 stars 6 forks source link

fp: naive sqr in terms of mul #32

Closed mmcloughlin closed 5 years ago

mmcloughlin commented 5 years ago

To get things going, implement square in terms of multiply.