Using the code as is will include unnecessary crypto algorithms. This can prove
as difficult when the
code is used in applications that are targeted for the iPhone App Store
The iPhone and also the Mac provide in house implementations of sha1 and hmac
(in the
CommonCryptor lib).
I created (and added) a patch which switches to the CommonCryptor
implementation.
Original issue reported on code.google.com by ullrich....@gmail.com on 16 Mar 2009 at 5:27
Original issue reported on code.google.com by
ullrich....@gmail.com
on 16 Mar 2009 at 5:27Attachments: