Skip to content

Commit

Permalink
fix aimer skiplist
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Oct 31, 2024
1 parent 9fcdb6c commit 2196c5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skiplist.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
{'scheme': 'aimer256s', 'implementation': 'm4speed', 'estmemory': 633856},
{'scheme': 'aimer128f', 'implementation': 'm4stack', 'estmemory': 22528},
{'scheme': 'aimer128f', 'implementation': 'm4speed', 'estmemory': 131072},
{'scheme': 'aimer192s_mem', 'implementation': 'mem_opt', 'estmemory': 70656},
{'scheme': 'aimer192f_mem', 'implementation': 'mem_opt', 'estmemory': 46080},
{'scheme': 'aimer128s_mem', 'implementation': 'mem_opt', 'estmemory': 39936},
{'scheme': 'aimer256f_mem', 'implementation': 'mem_opt', 'estmemory': 105472},
{'scheme': 'aimer256s_mem', 'implementation': 'mem_opt', 'estmemory': 135168},
{'scheme': 'aimer128f_mem', 'implementation': 'mem_opt', 'estmemory': 22528},
{'scheme': 'aimer192s', 'implementation': 'mem_opt', 'estmemory': 70656},
{'scheme': 'aimer192f', 'implementation': 'mem_opt', 'estmemory': 46080},
{'scheme': 'aimer128s', 'implementation': 'mem_opt', 'estmemory': 39936},
{'scheme': 'aimer256f', 'implementation': 'mem_opt', 'estmemory': 105472},
{'scheme': 'aimer256s', 'implementation': 'mem_opt', 'estmemory': 135168},
{'scheme': 'aimer128f', 'implementation': 'mem_opt', 'estmemory': 22528},
{'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 2196c5d

Please sign in to comment.