This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

elliptic curve cryptography on 8051

Hey guys, I am working on making Elliptic Curve Cryptography El-Gamal in 8051 MCU using Keil uvision 4. I want to make it 128 bit, so I need to use GMP library. However, to use GMP I usually download it in mingw-get-setup first, so I think it won't run if I just copy the gmp.h to my project in Keil.

My questions are :

1. how can I use gmp in 8051 using Keil?

2. Or should I compile it first in gcc, then just download the hex file to 8051? How to program the register in gcc?

Thanks for your attention :D

Best regards

Parents
  • I can't write in binary form for this micro 8051.

    And you really believe that to the biggest obstacle you'll likely run into while trying to implement one of the more computationally challenging tasks there is, on one of the most computationally challenged class of micro controllers in the world?

Reply
  • I can't write in binary form for this micro 8051.

    And you really believe that to the biggest obstacle you'll likely run into while trying to implement one of the more computationally challenging tasks there is, on one of the most computationally challenged class of micro controllers in the world?

Children
No data