I'm trying to find some sort of reference for the Apple's CommonCrypto library, because apparently Apple doesn't have any obvious link for that, and the ones given by Google are outdated, like this one below:
Any hints on this? Is there a better library I could use to develop an app with lots of cryptographic features?
Thanks.
There is a good sample project called CryptoCompatibility which you can find and download via Xcode. It is better to learn from it than from just looking at the header files. Just search for it in the Documentation & API Reference window.