kokke / tiny-ECDH-c

Small portable Elliptic-Curve Diffie-Hellman in C
The Unlicense
254 stars 65 forks source link

Region ‘IMEM’ overflowed by 17932 bytes #18

Open JustQuestion opened 5 years ago

JustQuestion commented 5 years ago

We want to use it in a 32-bit processor. but it gives an overflow error. would appreciate your help.

region ‘IMEM’ overflowed by 17932 bytes.

kokke commented 5 years ago

Hi @JustQuestion

Can you please provide a bit information about how you build and use the code? Which curve are you using, how are you building the library etc.