Tls13KeySchedule.computeFinishedVerifyData
ubyte[] computeFinishedVerifyData(const(ubyte)[] finishedKey, const(ubyte)[] transcriptHash)Computes the verify_data for a Finished message.
verify_data = HMAC(finished_key, Transcript-Hash)
Parameters
finishedKey | The key derived via deriveFinishedKey. |
transcriptHash | The current transcript hash. |
Returns
The verify_data.