We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9877bec + b06458f commit 994a1fbCopy full SHA for 994a1fb
1 file changed
wolfcrypt/benchmark/benchmark.c
@@ -15477,9 +15477,9 @@ void bench_dilithiumKeySign(byte level)
15477
}
15478
#endif
15479
15480
- ret = wc_dilithium_init(key);
+ ret = wc_dilithium_init_ex(key, HEAP_HINT, devId);
15481
if (ret != 0) {
15482
- printf("wc_dilithium_init failed %d\n", ret);
+ printf("wc_dilithium_init_ex failed %d\n", ret);
15483
goto out;
15484
15485
0 commit comments