Usman Ch
Usman Ch
I guess you can check the line where the default_RNG function is defined. #if default_RNG_defined static uECC_RNG_Function g_rng_function = **&default_RNG;** #else static uECC_RNG_Function g_rng_function = 0; #endif probably replacing it...
I think as long as the signature created using **uECC_sign()** is verified by the **uECC_verify()** function, we are good.
> We plan on using the first api on a PC to sign the binaries and the second api on the device to authenticate so we should be ok. Marc...