ed25519
ed25519 copied to clipboard
Add PointAdd, ScalarMult and DoubleScalarMult to edwards25519
Hi,
This pull request adds constant time implementations of ScalarMult and DoubleScalarMult, and exposes PointAdd as an API function. This is done to make it possible to implement custom crypto systems on top of the ed25519 package, such as Cramer-Shoup.
You might want to check out go-ristretto.