ed25519 icon indicating copy to clipboard operation
ed25519 copied to clipboard

Add PointAdd, ScalarMult and DoubleScalarMult to edwards25519

Open olabini opened this issue 9 years ago • 1 comments

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.

olabini avatar Jul 25 '16 17:07 olabini

You might want to check out go-ristretto.

bwesterb avatar Jun 04 '18 21:06 bwesterb