gtank / ristretto255

Implements ristretto255, a fast prime-order group.
https://ristretto.group
BSD 3-Clause "New" or "Revised" License
98 stars 22 forks source link

ristretto255: replace backend with filippo.io/edwards25519 #41

Closed FiloSottile closed 3 years ago

FiloSottile commented 3 years ago

Only one API change over #39, which is good because Elements should not be compared with == or used as map keys.

$ gorelease -base=ee84ce73ae03b6a2121400fb3c61c50540b3dfbb
github.com/gtank/ristretto255
-----------------------------
Incompatible changes:
- Element: old is comparable, new is not