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: add Set() to Scalar and Element types #37

Closed gtank closed 3 years ago

gtank commented 3 years ago

This allows an easier Clone pattern than round-tripping through bytes and closes #35.