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

unify acc and op3 #56

Open mmcloughlin opened 5 years ago

mmcloughlin commented 5 years ago

There is a lot of similarity between the addition chain language acc and op3 formulas. Can they be unifed?

mmcloughlin commented 5 years ago

Due to #68 the op3 language has been extended beyond the syntax supported by the explicit formulas database. This suggests that the op3 packages should be pulled out of the efd tree.