StCredZero / SCZ-BasicEncodingRules-iOS

Implementation of Basic Encoding Rules to enable import of RSA keys to iOS KeyChain using exponent & mod
39 stars 13 forks source link

Does this library require the ObjC runtime? #4

Open dmorrow opened 9 years ago

dmorrow commented 9 years ago

It is included in BasicEncodingRules.h, but I am able to compile without that #include.

StCredZero commented 9 years ago

XCode probably includes it for you now. It's definitely written with ObjC, using ObjC polymorphic dispatch.

On Thu, Feb 12, 2015 at 1:50 PM, Danny Morrow notifications@github.com wrote:

It is included in BasicEncodingRules.h, but I am able to compile without that #include.

— Reply to this email directly or view it on GitHub https://github.com/StCredZero/SCZ-BasicEncodingRules-iOS/issues/4.