Skip to content

Commit

Permalink
extend skiplist
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Jun 11, 2024
1 parent d601e16 commit c0fe390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skiplist.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,6 @@
{'scheme': 'dilithium2', 'implementation': 'm4fstack', 'estmemory': 12288},
{'scheme': 'dilithium5', 'implementation': 'm4fstack', 'estmemory': 21504},
{'scheme': 'dilithium3', 'implementation': 'm4fstack', 'estmemory': 17408},
{'scheme': 'falcon-padded-1024', 'implementation': 'clean', 'estmemory': 91136},
{'scheme': 'falcon-padded-512', 'implementation': 'clean', 'estmemory': 48128},
]

0 comments on commit c0fe390

Please sign in to comment.