Source Code
Browsing the library source
Each cipher and hashing algorithm in PolarSSL (AES, MD5, SHA-1, etc.) is self-contained and can be easily reused as a standalone module.
Block and stream ciphers
Hash functions
Public-key cryptography
Cryptographic protocols
Random number generators
Browsing the example source
PolarSSL also comes with a set of example programs to show basic ways to use the library and perform standard operations and functionalities. These examples may help you get started with using PolarSSL:
