ECDH: Fix whitespace, permissions

This commit is contained in:
Christoph M. Wintersteiger 2018-12-14 11:03:02 +00:00 committed by Janos Follath
parent 999f3b53a1
commit c3cbddecb5
10 changed files with 5 additions and 4 deletions

0
3rdparty/everest/include/everest/everest.h vendored Executable file → Normal file
View File

0
3rdparty/everest/include/everest/x25519.h vendored Executable file → Normal file
View File

1
3rdparty/everest/library/everest.c vendored Executable file → Normal file
View File

@ -108,3 +108,4 @@ int mbedtls_everest_calc_secret( mbedtls_ecdh_context_everest *ctx, size_t *olen
} }
#endif /* MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED */ #endif /* MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED */

0
3rdparty/everest/library/x25519.c vendored Executable file → Normal file
View File

View File

@ -2078,7 +2078,7 @@
*/ */
//#define MBEDTLS_PLATFORM_GMTIME_R_ALT //#define MBEDTLS_PLATFORM_GMTIME_R_ALT
/* /**
* \def MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED * \def MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
* *
* Enable the verified implementations of crypto primitives * Enable the verified implementations of crypto primitives

0
library/ecdh.c Executable file → Normal file
View File

0
library/ecdsa.c Executable file → Normal file
View File

0
library/ecp.c Executable file → Normal file
View File

0
programs/test/benchmark.c Executable file → Normal file
View File