snarkVM
snarkVM copied to clipboard
[Feature] Add `square_root` support
🚀 Feature
Add square_root support:
- [ ] In bytecode, add a
sqrtopcode for field and scalar - [ ] In circuits, implement
SquareRootfor scalar (note: field is already impl'ed)