|
Preamble |
6.7.2. Cipher KeysThe keys required for message body ciphering are computed as follows: request-cipher-key = H(H( shared-secret || "request cipher key" )) response-cipher-key = H(H( shared-secret || "response cipher key" )) where the following apply:
|