Skip to content
代码片段 群组 项目
提交 d9874d87 编辑于 作者: Jason A. Donenfeld's avatar Jason A. Donenfeld
浏览文件

noise: align static_identity keys


Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
上级 c2272092
No related branches found
No related tags found
无相关合并请求
......@@ -54,10 +54,10 @@ struct noise_keypairs {
};
struct noise_static_identity {
bool has_identity;
u8 static_public[NOISE_PUBLIC_KEY_LEN];
u8 static_private[NOISE_PUBLIC_KEY_LEN];
struct rw_semaphore lock;
bool has_identity;
};
enum noise_handshake_state {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册