mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
ECDH: Fix whitespace, permissions
This commit is contained in:
committed by
Janos Follath
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
3
3rdparty/everest/library/everest.c
vendored
Executable file → Normal file
3
3rdparty/everest/library/everest.c
vendored
Executable file → Normal file
@@ -107,4 +107,5 @@ int mbedtls_everest_calc_secret( mbedtls_ecdh_context_everest *ctx, size_t *olen
|
||||
return mbedtls_x25519_calc_secret( x25519_ctx, olen, buf, blen, f_rng, p_rng );
|
||||
}
|
||||
|
||||
#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
Reference in New Issue
Block a user