zkcrypto / jubjub

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

Fix wasm32 targets #40

Closed str4d closed 3 years ago

str4d commented 3 years ago

This PR changes the type of PrimeField::ReprBits on non-64-bit targets, which would normally be a breaking change, but as the crate cannot be compiled for those targets, and this change fixes that bug, I think a point release is a better option. The type of PrimeField::ReprBits on 64-bit targets is unaltered.

The PR will pass CI once https://github.com/zkcrypto/bls12_381/pull/47 is merged and we update jubjub to require bls12_381 0.3.1.