What does this ambiguous pronoun represent in the text of RFC 4880?

爷,独闯天下 提交于 2019-12-12 11:42:29

问题


What does RFC 4880 sec 5.1 mean by "this"?

The value "m" in the above formulas is derived from the session key as follows. First, the session key is prefixed with a one-octet algorithm identifier that specifies the symmetric encryption algorithm used to encrypt the following Symmetrically Encrypted Data Packet. Then a two-octet checksum is appended, which is equal to the sum of the preceding session key octets, not including the algorithm identifier, modulo 65536. This value is then encoded as described in PKCS#1 block encoding EME-PKCS1-v1_5 in Section 7.2.1 of [RFC3447] to form the "m" value used in the formulas above. See Section 13.1 of this document for notes on OpenPGP’s use of PKCS#1.

Is it the 2 octet checksum? is it the entire "one octet prefix + session key + checksum"?

来源:https://stackoverflow.com/questions/11301425/what-does-this-ambiguous-pronoun-represent-in-the-text-of-rfc-4880

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!