0xPolygonMiden / miden-vm

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

stdlib: adds native hasher init procedure without padding #1313

Closed hackaugusto closed 2 months ago

hackaugusto commented 2 months ago

Describe your changes

Adds a procedure to initialize the stack with the native hasher initial state. This only covers the case without the need for padding.

Related to https://github.com/0xPolygonMiden/miden-vm/issues/1311

Checklist before requesting a review

bobbinth commented 2 months ago

Oh - one thing: could you also update the changelog?

hackaugusto commented 2 months ago

Oh - one thing: could you also update the changelog?

Added.

Btw, IMO we should add a PR template, and have a checklist in there. I personally always forget to add the changelog to everything. (either that or a CI check)