Clean up some header files.

This commit is contained in:
Ken MacKay
2015-10-12 21:51:39 -07:00
parent 1affc1b75c
commit 12d16b6b67
3 changed files with 17 additions and 0 deletions
+3
View File
@@ -28,6 +28,9 @@ platform. */
#define uECC_OPTIMIZATION_LEVEL 2
#endif
/* uECC_SQUARE_FUNC - If enabled (defined as nonzero), this will cause a specific function to be
used for (scalar) squaring instead of the generic multiplication function. This can make things
faster somewhat faster, but increases the code size. */
#ifndef uECC_SQUARE_FUNC
#define uECC_SQUARE_FUNC 0
#endif