diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-05-24 03:12:20 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-05-30 18:07:28 +0200 |
commit | 499d37da4f1602ca83315efb8741347d02899c7b (patch) | |
tree | 3ef925bdadd7b463e1377dd71924582a03502fea /src/noise.h | |
parent | 6a10ce00780c3060e55b5f8029f28b0619a69b9c (diff) |
noise: no need to store ephemeral public key
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/noise.h')
-rw-r--r-- | src/noise.h | 1 |
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]; |