-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This updates the `byte_decomposition` model to use the `fixedFunctionalModel`. At this stage, more work needs to be done to enable more useful testing, since there are no accepted traces for this model which actually compute the desired function.
- Loading branch information
1 parent
688f1b4
commit 600b54e
Showing
6 changed files
with
48 additions
and
531,464 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
{ "ST": [], "CT": [], "BYTE": [], "ARG": [] } | ||
{ "ST": [1], "CT": [0], "BYTE": [0], "ARG": [0] } | ||
{ "ST": [1], "CT": [0], "BYTE": [123], "ARG": [123] } | ||
{ "ST": [1,1], "CT": [0,1], "BYTE": [99,104], "ARG": [99,25448] } | ||
{ "ST": [1,1,1], "CT": [0,1,2], "BYTE": [99,104,1], "ARG": [99,25448,6514689] } | ||
{ "ST": [1,1,1,1], "CT": [0,1,2,3], "BYTE": [0,0,0,0], "ARG": [0,0,0,0] } | ||
{ "ST": [1,1,1,1], "CT": [0,1,2,3], "BYTE": [1,0,0,0], "ARG": [1,256,65536,16777216] } | ||
{ "ST": [1,1,1,1], "CT": [0,1,2,3], "BYTE": [0,0,0,123], "ARG": [0,0,0,123] } | ||
{ "ST": [1,1,1,1], "CT": [0,1,2,3], "BYTE": [0,0,123,0], "ARG": [0,0,123,31488] } | ||
{ "ST": [1,1,1,1], "CT": [0,1,2,3], "BYTE": [0,0,99,104], "ARG": [0,0,99,25448] } | ||
{ "ST": [1,1,1,1], "CT": [0,1,2,3], "BYTE": [99,104,255,1], "ARG": [99,25448,6514943,1667825409] } | ||
{ "ST": [1,1,1,1], "CT": [0,1,2,3], "BYTE": [1,2,3,4], "ARG": [1,258,66051,16909060] } | ||
{ "ST": [1,1,1,1], "CT": [0,1,2,3], "BYTE": [99,104,1,11], "ARG": [99,25448,6514689,1667760395] } | ||
{ "ST": [1,1,1,1,1], "CT": [0,1,2,3,0], "BYTE": [1,2,3,4,5], "ARG": [1,258,66051,16909060,5] } | ||
{ "ST": [1,1,1,1,1,1], "CT": [0,1,2,3,0,1], "BYTE": [1,2,3,4,5,6], "ARG": [1,258,66051,16909060,5,1286] } | ||
{ "ST": [1], "CT": [1], "BYTE": [123], "ARG": [123] } | ||
{ "ST": [1,1], "CT": [1,2], "BYTE": [123,2], "ARG": [123,31490] } | ||
{ "ST": [1,1,1,1,1], "CT": [4,5,6,7,8], "BYTE": [1,2,3,4,5], "ARG": [1,258,66051,16909060,4328719365] } | ||
{ "ST": [1,1,1,1,1,1,1,1], "CT": [0,1,2,3,0,1,2,3], "BYTE": [1,0,0,0,1,2,3,4], "ARG": [1,256,65536,16777216,1,258,66051,16909060] } | ||
{ "ST": [1,1,1,1,1,1,1,1], "CT": [0,1,2,3,0,1,2,3], "BYTE": [0,0,99,104,99,104,1,11], "ARG": [0,0,99,25448,99,25448,6514689,1667760395] } | ||
{ "ST": [0,1,1,1,1], "CT": [0,0,1,2,3], "BYTE": [123,0,0,0,0], "ARG": [0,0,0,0,0] } |
Oops, something went wrong.