This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YesHog crypto/tls lib includes: | |
1. A bignum (multi precision math) library working on x86 and AVR | |
2. A tls 1.0 stack negotiating ECDH-ECDSA-AES128-SHA tested on x86 and (someday) destined for AVR | |
3. A network stack for AVR that is functional (works but is incomplete) | |
4. Algorithm implementations of ECC ( only prime fields for now ), RSA | |
5. An ASN.1 parser | |
All of the above are written from scratch. | |
Posting in the hope that you enjoy it as much as I did. | |
Cheers! | |
Yogesh Nagarkar/yeshog.com |