use heap hint with dilithium benchmark

This commit is contained in:
JacobBarthelmeh
2026-03-13 13:46:02 -06:00
parent aa9ee8b4fa
commit b06458f9a4
+2 -2
View File
@@ -15474,9 +15474,9 @@ void bench_dilithiumKeySign(byte level)
}
#endif
ret = wc_dilithium_init(key);
ret = wc_dilithium_init_ex(key, HEAP_HINT, devId);
if (ret != 0) {
printf("wc_dilithium_init failed %d\n", ret);
printf("wc_dilithium_init_ex failed %d\n", ret);
goto out;
}