1

(3 replies, posted in wolfSSL)

Hi Kaleb,

Thank you for the information.

Can you share what is the footprint and performance of ED25519 algorithm on NXP platform?

Regards,
Nikhil

2

(3 replies, posted in wolfSSL)

Hi,

I am compiling ed25519 and it takes lot of memory space, i think it take other redundancy files which are not required for it.

Can you suggest me which source and header files are required for stand-alone ed25519 compilation and which macro should be enabled?

Regards,
Nikhil Dosi

3

(1 replies, posted in wolfSSL)

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.