mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 14:30:49 +02:00
use heap hint with dilithium benchmark
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user