-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EVM: Generic BN254 (alt_BN128) Interface for Precompiles / Use @noble/curves By Default #3564
Commits on Aug 6, 2024
-
Rename BN254 (alt_BN128) interface to match the more generic naming s…
…cheme started with BLS
Configuration menu - View commit details
-
Copy full SHA for 47db32f - Browse repository at this point
Copy the full SHA 47db32fView commit details -
Add bn254 EVM constructor option, use option for existing rustbn.js p…
…assing instead of separate constructor parameter
Configuration menu - View commit details
-
Copy full SHA for 2cb20a3 - Browse repository at this point
Copy the full SHA 2cb20a3View commit details -
Add a thin wrapper interface around pure rustbn, use interface within…
… createEVM() method
Configuration menu - View commit details
-
Copy full SHA for 59766c9 - Browse repository at this point
Copy the full SHA 59766c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb2f4a7 - Browse repository at this point
Copy the full SHA fb2f4a7View commit details -
Switch over to use Uint8Array as input and output values for the inte…
…rface, encapsule string conversions for rustbn
Configuration menu - View commit details
-
Copy full SHA for ef4e8dc - Browse repository at this point
Copy the full SHA ef4e8dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe2f32 - Browse repository at this point
Copy the full SHA cfe2f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1743872 - Browse repository at this point
Copy the full SHA 1743872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 978335f - Browse repository at this point
Copy the full SHA 978335fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec29aaf - Browse repository at this point
Copy the full SHA ec29aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7fdd49 - Browse repository at this point
Copy the full SHA b7fdd49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e0be50 - Browse repository at this point
Copy the full SHA 4e0be50View commit details -
Add generic equalityLengthCheck, moduloLengthCheck methods from BLS u…
…tils to precompile utils
Configuration menu - View commit details
-
Copy full SHA for d61aa47 - Browse repository at this point
Copy the full SHA d61aa47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610852b - Browse repository at this point
Copy the full SHA 610852bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69bca4c - Browse repository at this point
Copy the full SHA 69bca4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d324623 - Browse repository at this point
Copy the full SHA d324623View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef7ab69 - Browse repository at this point
Copy the full SHA ef7ab69View commit details -
Replace equality length check with byte length correction (chop off o…
…r right-pad) as stated in EIP
Configuration menu - View commit details
-
Copy full SHA for 484a859 - Browse repository at this point
Copy the full SHA 484a859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f387e - Browse repository at this point
Copy the full SHA 69f387eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09bbab2 - Browse repository at this point
Copy the full SHA 09bbab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29faa84 - Browse repository at this point
Copy the full SHA 29faa84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1780d - Browse repository at this point
Copy the full SHA ea1780dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4eca5 - Browse repository at this point
Copy the full SHA ce4eca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50919fc - Browse repository at this point
Copy the full SHA 50919fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e41321 - Browse repository at this point
Copy the full SHA 8e41321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 042765c - Browse repository at this point
Copy the full SHA 042765cView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d978474 - Browse repository at this point
Copy the full SHA d978474View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe48cf - Browse repository at this point
Copy the full SHA cfe48cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for def936d - Browse repository at this point
Copy the full SHA def936dView commit details -
Use plain Noble BN254 by default, clean-up, interface type exports, n…
…ew --bn254 option for VM test runners (default: rustbn.js)
Configuration menu - View commit details
-
Copy full SHA for c187705 - Browse repository at this point
Copy the full SHA c187705View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35850c - Browse repository at this point
Copy the full SHA f35850cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33cc3e9 - Browse repository at this point
Copy the full SHA 33cc3e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b3e324 - Browse repository at this point
Copy the full SHA 3b3e324View commit details