Doug Richardson
unread,Nov 15, 2009, 6:01:14 PM11/15/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OAuth Objective-C
I needed a 64-bit compatible version of the framework but when I
created the 64-bit target the unit tests failed. The only thing that
looked suspicious was the SHA1 implementation used by hmac_sha1, so I
replaced the HMAC function in hmac_sha1.c with the Common Crypto
implementation, CCHmac, and the unit tests all passed.
Is there a reason CCHmac isn't used?
Thanks,
Doug