mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 17:44:22 +01:00
ECDH: Fix whitespace, permissions
This commit is contained in:
parent
999f3b53a1
commit
c3cbddecb5
0
3rdparty/everest/include/everest/everest.h
vendored
Executable file → Normal file
0
3rdparty/everest/include/everest/everest.h
vendored
Executable file → Normal file
0
3rdparty/everest/include/everest/x25519.h
vendored
Executable file → Normal file
0
3rdparty/everest/include/everest/x25519.h
vendored
Executable file → Normal file
1
3rdparty/everest/library/everest.c
vendored
Executable file → Normal file
1
3rdparty/everest/library/everest.c
vendored
Executable file → Normal 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
0
3rdparty/everest/library/x25519.c
vendored
Executable file → Normal 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
0
library/ecdh.c
Executable file → Normal file
0
library/ecdsa.c
Executable file → Normal file
0
library/ecdsa.c
Executable file → Normal file
0
library/ecp.c
Executable file → Normal file
0
library/ecp.c
Executable file → Normal file
0
programs/test/benchmark.c
Executable file → Normal file
0
programs/test/benchmark.c
Executable file → Normal file
Loading…
Reference in New Issue
Block a user