0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
611 stars 148 forks source link

implement adv.push_smtset/get #1373

Open Raneet10 opened 5 days ago

Raneet10 commented 5 days ago

Describe your changes

This PR attempts to implement adv.push_smtget and adv.push_smtset as described in #1220. This is currently a rough draft since I wanted first to be sure I am following this correctly before adding tests and polishing. I am also quite new to rust so please do suggest good practices wherever appropriate! Thank you!

Checklist before requesting a review