Skip to content

Commit

Permalink
add skiplist entries for new aimer implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Aug 12, 2024
1 parent 7cead3c commit a9204b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mupq
Submodule mupq updated 280 files
19 changes: 12 additions & 7 deletions skiplist.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
skip_list = [
{'scheme': 'aimer-l1-param1', 'implementation': 'ref', 'estmemory': 206848},
{'scheme': 'aimer-l1-param2', 'implementation': 'ref', 'estmemory': 461824},
{'scheme': 'aimer-l1-param3', 'implementation': 'ref', 'estmemory': 1442816},
{'scheme': 'aimer-l3-param1', 'implementation': 'ref', 'estmemory': 452608},
{'scheme': 'aimer-l3-param2', 'implementation': 'ref', 'estmemory': 1091584},
{'scheme': 'aimer-l5-param1', 'implementation': 'ref', 'estmemory': 926720},
{'scheme': 'aimer-l5-param2', 'implementation': 'ref', 'estmemory': 2169856},
{'scheme': 'aimer192s', 'implementation': 'opt_mem', 'estmemory': 70656},
{'scheme': 'aimer192s', 'implementation': 'ref', 'estmemory': 2036736},
{'scheme': 'aimer192f', 'implementation': 'opt_mem', 'estmemory': 46080},
{'scheme': 'aimer192f', 'implementation': 'ref', 'estmemory': 287744},
{'scheme': 'aimer128s', 'implementation': 'opt_mem', 'estmemory': 39936},
{'scheme': 'aimer128s', 'implementation': 'ref', 'estmemory': 924672},
{'scheme': 'aimer256f', 'implementation': 'opt_mem', 'estmemory': 105472},
{'scheme': 'aimer256f', 'implementation': 'ref', 'estmemory': 600064},
{'scheme': 'aimer256s', 'implementation': 'opt_mem', 'estmemory': 135168},
{'scheme': 'aimer256s', 'implementation': 'ref', 'estmemory': 4148224},
{'scheme': 'aimer128f', 'implementation': 'opt_mem', 'estmemory': 22528},
{'scheme': 'aimer128f', 'implementation': 'ref', 'estmemory': 131072},
{'scheme': 'ascon-sign-128f-robust', 'implementation': 'ref', 'estmemory': 21504},
{'scheme': 'ascon-sign-128f-simple', 'implementation': 'ref', 'estmemory': 21504},
{'scheme': 'ascon-sign-128s-robust', 'implementation': 'ref', 'estmemory': 12288},
Expand Down

0 comments on commit a9204b9

Please sign in to comment.