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 5 forks source link

arith: intermediate representation for register arithmetic #98

Closed mmcloughlin closed 4 years ago

mmcloughlin commented 4 years ago

Provides an intermediate representation for register-based arithmetic, and a 64-bit evaluator for it.

Updates #96