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.
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 ofPrimeField::ReprBits
on 64-bit targets is unaltered.