NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
82 stars 50 forks source link

Implement `ModBuiltin` + `EvalCircuit` hint #641

Closed MaksymMalicki closed 2 months ago

MaksymMalicki commented 3 months ago

Reference for the ModBuiltin: https://github.com/lambdaclass/cairo-vm/blob/93f1f54f38059af89850b1c06d4c901300f9b94d/vm/src/vm/runners/builtin_runner/modulo.rs#L494

TAdev0 commented 2 months ago

hi @MaksymMalicki whats up with this?

cicr99 commented 2 months ago

The work in this draft has been picked up by @Sh0g0-1758 and it's going to be separated into several PRs, starting with #666 and then the ones to solve issues: