diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-10-31 03:13:11 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-10-31 03:14:52 +0100 |
commit | 738fbdecdccd5667b66fa1f48eeaa1c91dd854da (patch) | |
tree | 312d60f57a71dcb8b967a70ce228909da5885285 /src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h | |
parent | 40ad5f5fccd08f4adcb3bf12ba1d3c68edb6acf8 (diff) | |
download | fastd-738fbdecdccd5667b66fa1f48eeaa1c91dd854da.tar fastd-738fbdecdccd5667b66fa1f48eeaa1c91dd854da.zip |
ec25519-fhmqvc: add a new shared handshake key field (which is equivalent to the compat one for now)
Diffstat (limited to 'src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h')
-rw-r--r-- | src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h index 5798a22..01903c8 100644 --- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h +++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h @@ -69,6 +69,7 @@ struct fastd_protocol_peer_state { uint64_t last_handshake_serial; aligned_int256_t peer_handshake_key; aligned_int256_t sigma; + fastd_sha256_t shared_handshake_key; fastd_sha256_t shared_handshake_key_compat; }; |