remove response data iv

This commit is contained in:
V2Ray 2015-09-07 01:05:17 +02:00
parent 5504877d88
commit b5a46dec8e
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
* M 字节:随机填充内容
* 1 字节:保留,总是 0x00
* 16 字节:请求数据 IV
* 16 字节:响应数据 IV
* 4 字节:认证信息 V
* 1 字节:指令
* 0x00保留
@ -38,4 +37,4 @@
数据部分
* N 字节:应答数据
其中数据部分使用块密码加密
其中数据部分使用块密码加密IV 为 md5(请求数据 IV)