0xPolygonMiden / compiler

Compiler from MidenIR to Miden Assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obtain digests for tx kernel functions exposed in Rust Miden SDK

greenhat opened this issue · comments

Goal

To publish the Rust Miden SDK crates #138 we need to hard-code the digests for all exposed functions (tx kernel, stdlib, etc.).

Implementation

The first thing that comes to mind is to compile their MASM and pull the digests out of it.