cryptography library for pc and microcontroller

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
dehghanimeh
Posts: 6
Joined: Mon Jan 12, 2009 11:04 am

cryptography library for pc and microcontroller

Post by dehghanimeh » Fri Oct 23, 2009 11:30 am

i want encrypt my data that transfer between Computer(pc) and usb device(atmega8 + v-usb)
i found several cryptography library for 8bit microcontroller
https://cryptolux.org/Links_to_Embedded_Crypto_Implementations
and many cryptography library for Computers like
http://www.polarssl.org
the cryptography algorithm must be same in Computer and microcontroller
but 8bit cryptography library cannot complied for Computers and cryptography library for Computers is large and slow for microcontroller
are there any cryptography library for the pc and 8bit microcontroller?
or
how can compile 8bit cryptography library for pc?

thank you

Post Reply