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

ec: montgomery curve #25

Open mmcloughlin opened 5 years ago

mmcloughlin commented 5 years ago

Curve25519 requires arithmetic on a Montgomery Curve.

This should be implemented with the Explicit Formula Database #26.