Skip to content

Commit

Permalink
skip ml-dsa-87 clean - does not fit in TCM
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Jan 15, 2025
1 parent fcfa893 commit a9d090c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class M7Settings(mupq.PlatformSettings):
]

platform_memory = {
"nucleo-f767zi": 384 * 1024,
"nucleo-f767zi": 128 * 1024,
"mps2-an500": 4096 * 1024,
}

Expand Down
1 change: 1 addition & 0 deletions skiplist.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,5 @@
{'scheme': 'dilithium3', 'implementation': 'm7fstack', 'estmemory': 17408},
{'scheme': 'falcon-padded-1024', 'implementation': 'clean', 'estmemory': 91136},
{'scheme': 'falcon-padded-512', 'implementation': 'clean', 'estmemory': 48128},
{'scheme': 'ml-dsa-87', 'implementation': 'clean', 'estmemory': 131073},
]

0 comments on commit a9d090c

Please sign in to comment.