Functions§
- compute_
empty_ hash - Compute the transcript hash of an empty string: Hash(“”).
- compute_
finished - Compute the TLS 1.3 Finished verify_data.
- derive_
finished_ key - Derive the Finished key from a traffic secret.
- derive_
secret - Derive-Secret as defined in RFC 8446 §7.1.
- derive_
ticket_ psk - Derive the PSK for a NewSessionTicket.
- derive_
traffic_ keys - Derive handshake traffic keys from a traffic secret.
- hkdf_
expand_ label - HKDF-Expand-Label as defined in RFC 8446 §7.1.
- key_
update_ secret - KeyUpdate: new_secret = HKDF-Expand-Label(old_traffic_secret, “traffic upd”, “”, Hash.length)