Skip to content

Commit

Permalink
adapt test for rot chain layout
Browse files Browse the repository at this point in the history
mitschabaude committed Nov 17, 2023

Verified

This commit was signed with the committer’s verified signature.
rouault Even Rouault
1 parent 0bf7eca commit 245f847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gadgets/bitwise.unit-test.ts
Original file line number Diff line number Diff line change
@@ -228,7 +228,7 @@ constraintSystem(
ifNotAllConstant(contains(xorChain(64)))
);

let rotChain: GateType[] = ['Rot64', 'RangeCheck0', 'RangeCheck0'];
let rotChain: GateType[] = ['Rot64', 'RangeCheck0'];
let isJustRotate = ifNotAllConstant(
and(contains(rotChain), withoutGenerics(equals(rotChain)))
);

0 comments on commit 245f847

Please sign in to comment.