Make the default optimization level be 2
diff --git a/uECC.h b/uECC.h
index a5feb7f..443d28b 100644
--- a/uECC.h
+++ b/uECC.h
@@ -25,7 +25,7 @@
    Larger values produce code that is faster but larger.
    Currently supported values are 0 - 3; 0 is unusably slow for most applications. */
 #ifndef uECC_OPTIMIZATION_LEVEL
-    #define uECC_OPTIMIZATION_LEVEL 1
+    #define uECC_OPTIMIZATION_LEVEL 2
 #endif
 
 #ifndef uECC_SQUARE_FUNC