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

There's no easy way to clone an element #35

Closed gtank closed 3 years ago

gtank commented 3 years ago

Per discussion with @FiloSottile, if we were writing this today we'd proably now include a NewElement().Set to support this pattern.

FiloSottile commented 3 years ago

This sounds like a definitely good addition.

FiloSottile commented 3 years ago

Same for Scalar.Set.