diff options
author | Denys Vlasenko | 2021-04-26 13:46:36 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-04-26 13:46:36 +0200 |
commit | 6b69ab68b47d0933f8b4a1d7ed8460274a736a5f (patch) | |
tree | fd8febe91940f0c2fa8761d5ae6e65bfd4f4ec1f /networking/tls_fe.h | |
parent | f18a1fd6f368ada05b33cf36483304a5e3c4945d (diff) | |
download | busybox-6b69ab68b47d0933f8b4a1d7ed8460274a736a5f.zip busybox-6b69ab68b47d0933f8b4a1d7ed8460274a736a5f.tar.gz |
tls: make x25519 key generation code more similar to P256
function old new delta
curve_x25519_compute_pubkey_and_premaster - 74 +74
tls_handshake 2146 2072 -74
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 74/-74) Total: 0 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tls_fe.h')
-rw-r--r-- | networking/tls_fe.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/networking/tls_fe.h b/networking/tls_fe.h deleted file mode 100644 index 2859c9d..0000000 --- a/networking/tls_fe.h +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (C) 2018 Denys Vlasenko - * - * Licensed under GPLv2, see file LICENSE in this source tree. - */ -void curve25519(uint8_t *result, const uint8_t *e, const uint8_t *q) FAST_FUNC; |