cloudflare / circl

CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
http://blog.cloudflare.com/introducing-circl
Other
1.26k stars 139 forks source link

Implement Ristretto #165

Open claucece opened 3 years ago

claucece commented 3 years ago

There is already a library: https://github.com/gtank/ristretto255

We can adapt it for CIRCL.

cc./ @armfazh @chris-wood

bwesterb commented 3 years ago

There is also https://github.com/bwesterb/go-ristretto

claucece commented 3 years ago

Oh! Love that!

chris-wood commented 3 years ago

@claucece @armfazh should we keep this ticket open to re-implement ristretto255 internally? #216 added support for ristretto255 as a Group instance, but it just wraps @bwesterb's package.

armfazh commented 3 years ago

Yes, it remains open.

claucece commented 3 years ago

Oh, for sure! @chris-wood I will be super nice to have it internally ;)