Então, apenas tentando editar uma tabela que alguém fez no tabularx como eu gostei do estilo, no entanto, não tenho ideia do que realmente estou fazendo e, como tal, me deparei com um problema. Há um grande espaço após a entrada 'setup', no código abaixo e eu gostaria que tudo fosse bom e simétrico, o espaço o torna muito assimétrico. Existe uma maneira de remover esse espaço?
\documentclass{article}
\usepackage{array}
\usepackage{booktabs}
\usepackage{ragged2e}
\usepackage{tabularx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\newcolumntype{Y}{>{\RaggedRight\arraybackslash}X}
\begin{document}
\noindent
\edef\TabularRowHeight{\the\dimexpr-\arraystretch\baselineskip}
\begin{tabularx}{\textwidth}{YY}
\toprule
Alice & Bob \\
\midrule
\emph{Setup}\\
\cmidrule(lr){1-1}
Alice \& Bob select a prime $p$ and a generator $g$ for the finite field $\mathbb{F}_p$
&\\
&\emph{Private Computation}\\
\cmidrule(lr){2-2}
& Bob randomly selects $b \in \mathbb{F}_p$ and then computes the following:
$B \equiv g^b \mod p$ once computed Bob sends Alice $B$
\\[\TabularRowHeight] & \\
& \emph{Key Computation}\\
\cmidrule(lr){2-2}
& Bob who now has $A$, calculates the following:$A^b \equiv (g^a)^b \equiv g^{ab} \mod p$
\\
\emph{Private Computation}\\
\cmidrule(lr){1-1}
Alice randomly selects $a \in \mathbb{F}_p$ and then computes the following:
$A \equiv g^a \mod p$ once computed Alice sends Bob $A$ & \\ \pagebreak
\emph{Key Computation}\\
\cmidrule(lr){1-1}
Alice who now has $B$, calculates the following:$B^a \equiv (g^b)^a \equiv g^{ab} \mod p$ & \\
\bottomrule
\end{tabularx}
\end{document}
Não acho que remover o layout alternativo da tabela que você mostrou faça muito sentido, mas aqui está uma tentativa
Em vez disso, eu preferiria um layout de 3 colunas: