Moved to IDE/XCODE. Fixed build warnings with xcode. Updated the user_settings.h to support fast math, ECC, timing resistance, single precision math, ARMv8, SHA3, ChaCha20/Poly1305, Ed/Curve25519 and ensure default disables are defined. Added Xcode iOS benchmark example. Runs wolfCrypt test, wolfCrypt benchmark and the new TLS benchmark by cipher suite.

This commit is contained in:
David Garske
2017-12-07 11:02:19 +01:00
parent 24ef88f6f0
commit bababf115a
31 changed files with 1930 additions and 65 deletions

View File

@@ -0,0 +1,4 @@
# vim:ft=automake
# All paths should be given relative to the root
EXTRA_DIST+= examples/benchmark/tls-bench.c