0xPolygonMiden / miden-vm

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

Change `FailedSignatureGeneration`'s inner type to `String` #1319

Open igamigo opened 2 months ago

igamigo commented 2 months ago

ExecutionError::FailedSignatureGeneration(&'static str) is currently not very versatile so changing its inner type to String should make it more usable from the base code. More context here.