Directly expose vli functions if uECC_ENABLE_VLI_API != 0

Added a header file for those functions as well.
This commit is contained in:
Ken MacKay
2015-10-12 21:29:56 -07:00
parent ca9e456f42
commit 74f6d2d9d7
8 changed files with 815 additions and 763 deletions
+2 -2
View File
@@ -50,9 +50,9 @@ platform. */
#endif
/* Specifies whether compressed point format is supported.
Set to 0 if compressed point is not supported. That saves code size. */
Set to 0 to disable point compression/decompression functions. */
#ifndef uECC_SUPPORT_COMPRESSED_POINT
#define uECC_SUPPORT_COMPRESSED_POINT 0
#define uECC_SUPPORT_COMPRESSED_POINT 1
#endif
struct uECC_Curve_t;