Skip to content
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

Revm: write simulation for arithmetic #545

Open
9 of 11 tasks
clarus opened this issue May 14, 2024 · 0 comments
Open
9 of 11 tasks

Revm: write simulation for arithmetic #545

clarus opened this issue May 14, 2024 · 0 comments
Labels

Comments

@clarus
Copy link
Collaborator

clarus commented May 14, 2024

Write simulations (no proofs yet) for the following functions in the https://github.com/formal-land/coq-of-rust/blob/main/CoqOfRust/revm/instructions/arithmetic.v file :

  • add
  • mul
  • sub
  • div
  • sdiv
  • rem
  • smod
  • addmod
  • mulmod
  • exp
  • signextend

The corresponding source file in Rust is https://github.com/bluealloy/revm/blob/main/crates/interpreter/src/instructions/arithmetic.rs

This task mimics formal-land/coq-of-python#7 for the Python version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant