Skip to content

Commit

Permalink
update skiplist
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Oct 15, 2024
1 parent b3d5516 commit bbcac75
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions skiplist.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@
{'scheme': 'cross-sha3-r-sdpg-3-small', 'implementation': 'ref', 'estmemory': 776192},
{'scheme': 'cross-sha3-r-sdpg-5-fast', 'implementation': 'ref', 'estmemory': 440320},
{'scheme': 'cross-sha3-r-sdpg-5-small', 'implementation': 'ref', 'estmemory': 1063936},
{'scheme': 'dilithium2', 'implementation': 'clean', 'estmemory': 59392},
{'scheme': 'dilithium2', 'implementation': 'm4f', 'estmemory': 57344},
{'scheme': 'dilithium3', 'implementation': 'clean', 'estmemory': 90112},
{'scheme': 'dilithium3', 'implementation': 'm4f', 'estmemory': 79872},
{'scheme': 'dilithium5', 'implementation': 'clean', 'estmemory': 136192},
{'scheme': 'dilithium5', 'implementation': 'm4f', 'estmemory': 129024},
{'scheme': 'falcon-1024', 'implementation': 'clean', 'estmemory': 91136},
{'scheme': 'falcon-1024', 'implementation': 'm4-ct', 'estmemory': 89088},
{'scheme': 'falcon-1024', 'implementation': 'opt-ct', 'estmemory': 89088},
Expand Down Expand Up @@ -242,9 +236,15 @@
{'scheme': 'tuov_is_pkc_skc', 'implementation': 'ref', 'estmemory': 1275904},
{'scheme': 'tuov_v_pkc', 'implementation': 'ref', 'estmemory': 7083008},
{'scheme': 'tuov_v_pkc_skc', 'implementation': 'ref', 'estmemory': 4639744},
{'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},
{'scheme': 'ml-dsa-87', 'implementation': 'm4fstack', 'estmemory': 21504},
{'scheme': 'ml-dsa-87', 'implementation': 'm4f', 'estmemory': 129024},
{'scheme': 'ml-dsa-65', 'implementation': 'm4fstack', 'estmemory': 17408},
{'scheme': 'ml-dsa-65', 'implementation': 'm4f', 'estmemory': 79872},
{'scheme': 'ml-dsa-44', 'implementation': 'm4fstack', 'estmemory': 12288},
{'scheme': 'ml-dsa-44', 'implementation': 'm4f', 'estmemory': 57344},
{'scheme': 'ml-dsa-87', 'implementation': 'clean', 'estmemory': 136192},
{'scheme': 'ml-dsa-65', 'implementation': 'clean', 'estmemory': 90112},
{'scheme': 'ml-dsa-44', 'implementation': 'clean', 'estmemory': 59392},
]

0 comments on commit bbcac75

Please sign in to comment.