user_settings.h 284 B

12345678910111213141516
  1. /* Configuration */
  2. #define IPHONE /* Needed for Xcode */
  3. #define HAVE_HASHDRBG
  4. #define HAVE_AESGCM
  5. #define WOLFSSL_SHA512
  6. #define WOLFSSL_SHA384
  7. #ifdef HAVE_FIPS
  8. #define NO_MD4
  9. #define NO_HC128
  10. #define NO_RABBIT
  11. #define NO_DSA
  12. #define NO_PWDBASED
  13. #else
  14. #define USE_FAST_MATH
  15. #endif