zkcrypto / jubjub

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

Add `jubjub::AffinePoint::batch_from_bytes` API #51

Closed str4d closed 2 years ago

str4d commented 2 years ago

This enables the inversion inside jubjub::AffinePoint::from_bytes to be batched.