验证规则(0 C)。
"If we xor these bytes with the unencrypted header and verify message bytes of" 14 00 00 0c 98 F0 AE CB C4...
如果我们用这些字节和未加密的消息头经查证,该消息的字节为“4 00 00 0c 98 F0 AE CB C4…”。
We take the result and add a record header byte "0x14" to indicate "finished" and length bytes "00 00 0c" to indicate that we're sending 12 bytes of verify data.
我们在这个结果的前面加上一个记录头字节“0x14”指明“完成”和长度字节“00 00 0c”指明我们将发送12字节的“verify data”。
应用推荐