aiken icon indicating copy to clipboard operation
aiken copied to clipboard

Start working on separating pairs from 2 tuples in Aiken

Open MicroProofs opened this issue 11 months ago • 0 comments

This PR separates out pairs from 2 tuples in Aiken.

This removes confusion for different encodings of tuples based on length. This also allows for the user to flexibly choose between the trade offs of using pairs vs using 2 tuples.

MicroProofs avatar Mar 01 '24 18:03 MicroProofs