Topic: Error_Creating RSA key
Hi, I am using wolfssl on Infineon board, while generating RSA key using wc_MakeRsaKey() it give error during making of p value. The function return 54 instead of 0.
I'm passing these parameters to function
ret=wc_MakeRsaKey(&rsakey, 2048, 65537, &rng);
Please suggest what is the issue.