update doc

pull/182/head^2
V2Ray 2015-09-15 00:56:17 +02:00
parent 36e81c4dee
commit 2564c909a5
1 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@
## 基于时间的用户 ID Hash
H = MD5
K = 用户 ID (16 字节)
M = UTC 时间,精确到秒,取值为当前时间的前后 30 秒随机值(8 字节)
Hash = HMAC(H, K, M)
* H = MD5
* K = 用户 ID (16 字节)
* M = UTC 时间,精确到秒,取值为当前时间的前后 30 秒随机值(8 字节)
* Hash = HMAC(H, K, M)