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

gen: asm generation for formulae #93

Open mmcloughlin opened 5 years ago

mmcloughlin commented 5 years ago

In order to match crypto/elliptic performance for P-256 and others #92 I believe it will be necessary to lower formulae to assembly.

Related #57 #55