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

use keil to encrypt

hi all
i need help to compile aes.c in keil µv4 to crypt and decrypt a text and i dont know how to do that i need your help

Parents
  • Do you know how to compile other programs using the Keil tools?

    Do you know how to compile and use AES using another compiler?

    Do you have experience porting code between different architectures?

    Exactly what are you stuck with? the Keil ARM compiler handles most standard code quite well, since the ARM architecture is so similar to most other "full-size" processor architectures. So not much difference from a PC except for amount of resources.

Reply
  • Do you know how to compile other programs using the Keil tools?

    Do you know how to compile and use AES using another compiler?

    Do you have experience porting code between different architectures?

    Exactly what are you stuck with? the Keil ARM compiler handles most standard code quite well, since the ARM architecture is so similar to most other "full-size" processor architectures. So not much difference from a PC except for amount of resources.

Children