Created
January 23, 2012 13:42
-
-
Save sprite2005/1663173 to your computer and use it in GitHub Desktop.
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
void CCHmacInit( | |
CCHmacContext *ctx, | |
CCHmacAlgorithm algorithm, | |
const void *key, | |
size_t keyLength) | |
__OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_5_0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment