zkcrypto / jubjub

Implementation of the Jubjub elliptic curve group
Other
119 stars 47 forks source link

Upgrade subtle and use new CtOption #20

Closed Eirik0 closed 5 years ago

Eirik0 commented 5 years ago

The new 2.1.0 version of subtle contains a CtOption<T> type which mirrors the functionality presented in the jubjub crate currently. Let's upgrade subtle and use their implementation instead.