0xPolygonMiden / miden-vm

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

`MastForest` serialization #1370

Open plafer opened 1 week ago

plafer commented 1 week ago

Builds on #1359

Implements serialization of MastForest, as described in https://github.com/0xPolygonMiden/compiler/pull/132 (and taking into account @bobbinth's comments).

Notably, MastNodeType has been implemented to fit into 8 bytes instead of the proposed 9.