pub(crate) fn build_certs_cell(
auth_material: &Arc<RelayChannelAuthMaterial>,
is_responder: bool,
) -> CertsExpand description
Helper: Build a msg::Certs cell for the given relay identities and channel type.
Both relay initiator and responder handshake use this.