0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
615 stars 152 forks source link

Update `usize` serialization and deserialization #1266

Closed Fumuran closed 5 months ago

Fumuran commented 5 months ago

This PR changes the serialization and deserialization method of usize values to write_usize() and read_usize() respectively.