Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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.

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

No branches or pull requests

1 participant