You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
259 B

  1. templete Verfier() {
  2. signal input hMsg[256];
  3. signal input Ax;
  4. signal input Ay;
  5. signal input Rx;
  6. signal input Ry;
  7. signal input s[256];
  8. componet exps = Exp();
  9. component exph = Exp();
  10. component adder = BabyAdd();
  11. }