Skip to content

Commit

Permalink
Merge pull request #327 from mupq/tuov
Browse files Browse the repository at this point in the history
Add Tuov
  • Loading branch information
rpls authored Jan 19, 2024
2 parents bfd8248 + 1ccd61f commit ca8b4f3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mk/mps2-an386.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
EXCLUDED_SCHEMES = \
mupq/crypto_sign/tuov_v/ref%

MPS2_DATA_IN_FLASH = 1
CROSS_PREFIX ?= arm-none-eabi
CC := $(CROSS_PREFIX)-gcc
Expand Down
1 change: 1 addition & 0 deletions mk/nucleo-l4r5zi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OPENCM3_TARGET=lib/stm32/l4

EXCLUDED_SCHEMES = \
mupq/pqclean/crypto_kem/mceliece% \
mupq/crypto_sign/tuov% \
mupq/crypto_sign/falcon-1024-tree%

DEVICES_DATA := ldscripts/devices.data
Expand Down
1 change: 1 addition & 0 deletions mk/stm32f4discovery.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OPENCM3_TARGET=lib/stm32/f4

EXCLUDED_SCHEMES = \
mupq/pqclean/crypto_kem/mceliece% \
mupq/crypto_sign/tuov% \
mupq/crypto_sign/falcon-1024-tree%

include mk/opencm3.mk
Expand Down
2 changes: 1 addition & 1 deletion mupq
Submodule mupq updated 372 files
12 changes: 12 additions & 0 deletions skiplist.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,16 @@
{'scheme': 'biscuit192s', 'implementation': 'ref', 'estmemory': 2257920},
{'scheme': 'biscuit256f', 'implementation': 'ref', 'estmemory': 505856},
{'scheme': 'biscuit256s', 'implementation': 'ref', 'estmemory': 4004864},
{'scheme': 'tuov_ip', 'implementation': 'ref', 'estmemory': 3790848},
{'scheme': 'tuov_ip_pkc', 'implementation': 'ref', 'estmemory': 799744},
{'scheme': 'tuov_ip_pkc_skc', 'implementation': 'ref', 'estmemory': 865280},
{'scheme': 'tuov_is', 'implementation': 'ref', 'estmemory': 1111040},
{'scheme': 'tuov_is_pkc', 'implementation': 'ref', 'estmemory': 1176576},
{'scheme': 'tuov_is_pkc_skc', 'implementation': 'ref', 'estmemory': 1275904},
{'scheme': 'tuov_iii', 'implementation': 'ref', 'estmemory': 3280896},
{'scheme': 'tuov_iii_pkc', 'implementation': 'ref', 'estmemory': 3468288},
{'scheme': 'tuov_iii_pkc_skc', 'implementation': 'ref', 'estmemory': 3790848},
{'scheme': 'tuov_v', 'implementation': 'ref', 'estmemory': 8388608},
{'scheme': 'tuov_v_pkc', 'implementation': 'ref', 'estmemory': 7083008},
{'scheme': 'tuov_v_pkc_skc', 'implementation': 'ref', 'estmemory': 4639744},
]

0 comments on commit ca8b4f3

Please sign in to comment.