added in curve25519 crypto

This commit is contained in:
Jacob Barthelmeh
2015-02-19 10:59:05 -07:00
parent 17ed9e147f
commit 4babd2cf2d
13 changed files with 1909 additions and 2 deletions

View File

@@ -164,6 +164,11 @@ if BUILD_ECC
src_libwolfssl_la_SOURCES += wolfcrypt/src/ecc.c
endif
if BUILD_ECC25519
src_libwolfssl_la_SOURCES += wolfcrypt/src/ecc25519.c
src_libwolfssl_la_SOURCES += wolfcrypt/src/ecc25519_fe.c
endif
if BUILD_LIBZ
src_libwolfssl_la_SOURCES += wolfcrypt/src/compress.c
endif