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
the problem of different serialization of bn254 curve point between halo2 and arkworks.
to solve the problem above, we have to calculate Y based on X which needs a sqrt function on base field. That's missing on atpos. we implemented it with a pow(u256),
Although we had verified the correctness of the verifier.
Still many problems to be resolved to make it usable on aptos mainnet.
pow(u256)
,halo2-verifier.move/sources/bn254_utils.move
Line 55 in ac00bde
halo2-verifier.move/sources/bn254_utils.move
Line 64 in ac00bde
The text was updated successfully, but these errors were encountered: