aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/noise.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-05-24 03:12:20 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-05-30 18:07:28 +0200
commita01df9c6770586fbc43a9805b7abaa37d541a0ca (patch)
treee451b2ac91f75c0b594b05fd9cec8694baae39ef /src/noise.h
parenthandshake: process in parallel (diff)
downloadwireguard-monolithic-historical-a01df9c6770586fbc43a9805b7abaa37d541a0ca.tar.xz
wireguard-monolithic-historical-a01df9c6770586fbc43a9805b7abaa37d541a0ca.zip
noise: no need to store ephemeral public key
Diffstat (limited to 'src/noise.h')
-rw-r--r--src/noise.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/noise.h b/src/noise.h
index c9b2b56..ccceb6b 100644
--- a/src/noise.h
+++ b/src/noise.h
@@ -75,7 +75,6 @@ struct noise_handshake {
struct noise_static_identity *static_identity;
- u8 ephemeral_public[NOISE_PUBLIC_KEY_LEN];
u8 ephemeral_private[NOISE_PUBLIC_KEY_LEN];
u8 remote_static[NOISE_PUBLIC_KEY_LEN];