jbsgh
jbsgh
We are using Lua on an embedded system with 32 bit. Accordingly, lua_Numbers are 32 bit floats not able to store 32 bit integer-checksums. I've replaced all calls like lua_pushnumber(),...
## Description Improve usage of rand() for certain LCG-implementations. ## PR checklist I did not build it nor run any tests because our target differs from the officially supported targets...
### Summary benchmark.c generates pseudo-random numbers by calling rand() in myrand(). These numbers are used to feed the RSA key-generator. mbedtls_mpi_gen_prime() checks that the most significant uint32_t is greater or...