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 challenge hashing in Groth16 Solidity verifier uses abi.encodePacked which is gas inefficient and may be deprecated in the future. It would be better to manually align the inputs in assembly.
The text was updated successfully, but these errors were encountered:
The challenge hashing in Groth16 Solidity verifier uses
abi.encodePacked
which is gas inefficient and may be deprecated in the future. It would be better to manually align the inputs in assembly.The text was updated successfully, but these errors were encountered: