You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is an interesting issue with respect to validation of field elements. Specifically, whenever we see a field element which fits within 256bits we are happy. But, in fact, it should be within 254 bits. It would be useful to sanity check this.
The text was updated successfully, but these errors were encountered:
@DavePearce I apologize for the earlier confusion where I accidentally pushed the changes to my forked repository (albertyosef#1). I've now created the PR in the correct repository (consensys/go-corset).
I think there is an interesting issue with respect to validation of field elements. Specifically, whenever we see a field element which fits within 256bits we are happy. But, in fact, it should be within 254 bits. It would be useful to sanity check this.
The text was updated successfully, but these errors were encountered: