This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RSA in MSP430F1612

Other Parts Discussed in Thread: MSP430F1612

Hi all,

    I need to implement RSA 128 bit encryption in MSP430F1612. has anyone worked in this before if so please let me know if i can implement, and where can i get the supporting library file. I could find some header file for AES not for RSA.

Regrads

nathan

 

  • The AES headers are there because some of the MSPs have AES hardware support built-in . These are the register definitions for the AES hardware module. There is no 'library' however.

    The AES module does encryption of 128bit data chunks with an 128 bit key according tot he AES (FIPS PUB 197) standard in hardware.

  • is there any article which will give a kick start, or big digit support as found for atmel and pic

  • Concerning RSA: I actually do not know any ready-made RSA library for embedded systems, but as a starting point I would recommend axTLS.

    Hardy

**Attention** This is a public forum