On Monday, December 21, 2015 at 5:37:53 PM UTC-5, [email protected] wrote: > > >>> >> Hmmm... I cannot duplicate it. I just tried again on iOS 6.0 and 8.1. >> >> For iOS, I test using two jail broken devices: (1) iPad2 running 8.1 and >> (2) iPad3 running iOS 6.0. I cross compile it according to >> https://www.cryptopp.com/wiki/IOS_%28Command_Line%29 . I SCP >> cryptest.exe, TestVectors/ and TestData/ to the device. I then SSH into the >> device, and execute the tests. >> >> Jeff >> > Also this instruction is confusing:
You can also specify different architectures. For example, setenv-ios.sh armv7s will configure for A6 processors and the armv7s instruction set. If you want to build a fat binary (for example, both armv7 and armv7s), then its easier to open GNUMakefile and change it by hand (search for IOS_ARCH after applying the patch). IOS never appears in the makefile, only makefile-cross. -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
