0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
612 stars 150 forks source link

Create method to add list of values to advice provider #1318

Open igamigo opened 2 months ago

igamigo commented 2 months ago

When using the VM, there are a couple of instances where an arbitrary list of values needs to be pushed to the advice stack (like in this example), so it might make sense to provide a method to do so more easily.