We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I think I understand a good amount of the theory behind elliptic curve cryptography, however, I am slightly unclear on how exactly a message is encrypted and then how is it decrypted. I am using the ATECC608A module with i2c interfacing. So my questions are
If there is any example code for it, it would be of great help if you share it.
I need to know step by step instructions to program it.
Thanks for the help
Keil themselves do not offer related docu, however googling for some corresponding content I located:
- https://www.johannes-bauer.com/compsci/ecc/
- https://fangpenlin.com/posts/2019/10/07/elliptic-curve-cryptography-explained/
- https://www.quora.com/What-is-the-best-open-programming-language-for-elliptic-curve-cryptography
Maybe that helps :-)