Need Crypto library for Arduino -


i need use aes encryption , message authentication code mac in code. not find crypto library in arduino standard libraries. found available libraries other links such this: https://github.com/cathedrow/cryptosuite

can advise me best implementation know aes , hmac algorithms?

markt has created nice port of aes library.
https://forum.arduino.cc/index.php?topic=88890.0

some folk have ported rokkit hash:
https://forum.arduino.cc/index.php?topic=226686.0

but if search arduino.cc site, find few different implementations , algorithms.

there no better implementation, either works or doesn't. need decide whether footprint , memory usage acceptable situation.

btw, found these 5-second search of arduino site. seem have missed obvious research locations.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -