From d401a156c7a725674c06cfab9ab9e23163054367 Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Mon, 15 Apr 2024 15:32:51 +0800 Subject: [PATCH] update skiplist --- skiplist.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skiplist.py b/skiplist.py index 47192e42..b97c1b84 100644 --- a/skiplist.py +++ b/skiplist.py @@ -237,4 +237,7 @@ {'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}, ]