Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 207 Bytes

plonk_gadget.md

File metadata and controls

10 lines (9 loc) · 207 Bytes

练习使用plonk gadget 书写简单电路 参考 read me: https://github.com/dusk-network/plonk

题目:
有输入a,b,c,d 整数,满足 c = a.euqals(b), if(c) { return d }else { return d^2 }