GuildOfWeavers / distaff

Zero-knowledge virtual machine written in Rust
MIT License
244 stars 44 forks source link

Add more boolean assembly instructions #27

Closed bobbinth closed 4 years ago

bobbinth commented 4 years ago

Currently, the only boolean operation is not. It would be useful have or and and operations as well. It would probably make sense to add these in the core instruction set (not just assembly).