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

finishedKeyThe key derived via deriveFinishedKey.
transcriptHashThe current transcript hash.

Returns

The verify_data.