FelipeMdeO commented on issue #16760:
URL: https://github.com/apache/nuttx/issues/16760#issuecomment-5247265320

   Hello @yamt , @xiaoxiang781216 ,
   
   I could only reproduce this with `CONFIG_LIBC_RAND_ORDER=1` (the old Kconfig 
default): on an ESP32-S3, `mbedbenchmark` stops dead at `mbedtls_rsa_gen_key()` 
and never returns. With `CONFIG_LIBC_RAND_ORDER=2` it does not happen, which is 
why the `esp32s3-devkit:mbedtls` config added in #16773 — which ships 
`CONFIG_LIBC_RAND_ORDER=2` — never showed the problem.
   In any case this is moot now: #19244 replaced the LCG with xorshift32 and 
removed `CONFIG_LIBC_RAND_ORDER` altogether, and on current master the same 
benchmark completes RSA-2048/3072/4096 and runs to the end. I think this can be 
closed.
   
   + @cederom 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to