cond_select.zk 208 B

123456789101112131415
  1. k = 11;
  2. field = "pallas";
  3. constant "CondSelect" {}
  4. witness "CondSelect" {
  5. Base a,
  6. Base b,
  7. Base cond,
  8. }
  9. circuit "CondSelect" {
  10. out = cond_select(cond, a, b);
  11. #constrain_instance(out);
  12. }