zkcrypto / jubjub

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

Add `jubjub::Base` type #48

Closed str4d closed 2 years ago

str4d commented 3 years ago

We currently re-export bls12_381::Scalar as jubjub::Fq, but it would be nice to refer to jubjub::Base instead.