commit | 6312317a1b5f9842854bc2f573d37d63069cc3ff | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Oct 12 14:24:44 2020 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Oct 12 14:24:44 2020 -0700 |
tree | 30c079e2c7d6b6bd3c8731a1ff1bf9fd80e8fb70 | |
parent | ddbf152fd28491848bbd9e2305d199a14e9df5a0 [diff] [blame] |
update format Change-Id: I1d951f107cbf9b3d8ababcac80da8dc62270c758
diff --git a/src/protocol-detail/crypto-helper.hpp b/src/protocol-detail/crypto-helper.hpp index 5f76ba8..baa2e66 100644 --- a/src/protocol-detail/crypto-helper.hpp +++ b/src/protocol-detail/crypto-helper.hpp
@@ -30,7 +30,8 @@ static const uint8_t INFO[] = {0xf0, 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, 0xf8, 0xf9}; static const int AES_128_KEY_LEN = 16; -class ECDHState { +class ECDHState +{ public: ECDHState(); ~ECDHState();