mirror of
https://github.com/kmackay/micro-ecc.git
synced 2026-08-30 22:00:06 +00:00
Clean up some header files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user