Dtls13ClientKeySchedule.hkdfExpandLabel
ubyte[] hkdfExpandLabel(const(ubyte)[] secret, string label,
const(ubyte)[] context, size_t length)HKDF-Expand-Label with "dtls13 " prefix for DTLS 1.3.
Parameters
secret | The input secret. |
label | The label string (without prefix). |
context | The context data, or null. |
length | Output length in bytes. |
Returns
Derived key material.