Skip to content

Commit

Permalink
feat: add mstream constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumuran committed Jun 7, 2023
1 parent 445393e commit 5208891
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion constraints/miden-vm/stack.air
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,10 @@ ev mpverify([s[16], op_bits[8], op_helpers[6]]):
ev pipe([s[16], op_bits[8], op_helpers[6]]):


# TODO: add constraints
# Bus constraint is implemented in a separate file
ev mstream([s[16], op_bits[8], op_helpers[6]]):
enf s[i]' = s[i] for i in 8..12
enf s[i]' = s[i] for i in 13..16

# TODO: add constraints
ev span([s[16], op_bits[8], op_helpers[6]])
Expand Down

0 comments on commit 5208891

Please sign in to comment.