pub struct Codec {
pub ecdh: EncryptECDH,
pub random_key: Bytes,
pub wt_session_ticket_key: Bytes,
}Fields§
§ecdh: EncryptECDH§random_key: Bytes§wt_session_ticket_key: Bytespub struct Codec {
pub ecdh: EncryptECDH,
pub random_key: Bytes,
pub wt_session_ticket_key: Bytes,
}ecdh: EncryptECDH§random_key: Bytes§wt_session_ticket_key: Bytes