We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a1796 commit dc94ae7Copy full SHA for dc94ae7
2 files changed
docs/developer/protocols/vmess.md
@@ -190,7 +190,6 @@ AES-GCM 要求 Key-Nonce 组合不重复。由于其中使用了 EAuID、Nonce
190
* X:保留;
191
* 余量 P:在校验值之前加入 P 字节的随机值;
192
* 加密方式:指定数据部分的加密方式:
193
- * 0x00:Legacy(等同于 0x01);
194
* 0x01:Legacy (AES-128-CFB);
195
* 0x03:AES-128-GCM;
196
* 0x04:ChaCha20-Poly1305;
docs/en_US/developer/protocols/vmess.md
@@ -190,7 +190,6 @@ Where:
* X: Reserved;
* Margin P: Add P random bytes before the checksum;
* Encryption method: Specifies the encryption method for the data section:
- * 0x00: Legacy (equivalent to 0x01);
* 0x01: Legacy (AES-128-CFB);
* 0x03: AES-128-GCM;
* 0x04: ChaCha20-Poly1305;
0 commit comments