答案1
这应该可以帮助你入门。
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation*}
\mathsf{F} =
\left[
\underbrace{
\left.
\begin{matrix}
\mathsf{F}_1 \doteq \\
\\
\boxed{\mathsf{A}_1} \\
\text{or $0$} \\
\end{matrix}
\middle| \quad{\cdots}\quad \middle|
\begin{matrix}
\mathsf{F}_\ell \doteq \\
\\
\boxed{\mathsf{A}_\ell} \\
\text{or $0$} \\
\end{matrix}
\right.
}_{\text{$\mathsf{A}_i$ included iff $i \in \mathsf{Attrib}$}}
\middle|
\begin{matrix}
\mathsf{F}_0 \doteq \\
\\
\boxed{\mathsf{A}_0} \\
\\
\end{matrix}
\right]
\end{equation*}
\begin{equation*}
\mathsf{M} =
\left[
\underbrace{
\begin{matrix}
\boxed{\mathsf{A}_1} \\
&\boxed{\mathsf{A}_2} \\
&&\ddots \\
&&&\boxed{\mathsf{A}_\ell} \\
\end{matrix}
}_{\text{Public, constant, from $\mathsf{Pub}$}}
\middle|
\underbrace{
\begin{matrix}
l_{1,0} \boxed{\mathsf{A}_1} \\
l_{2,0} \boxed{\mathsf{A}_2} \\
\vdots \\
l_{\ell,0} \boxed{\mathsf{A}_\ell} \\
\end{matrix}
}_{\text{From $\mathsf{Pub}$}}
\middle|
\underbrace{
\begin{matrix}
l_{1,1} \boxed{\mathsf{Z}_1} & \cdots & l_{1,\theta} \boxed{\mathsf{Z}_\theta} \\
l_{2,1} \boxed{\mathsf{Z}_1} & \cdots & l_{2,\theta} \boxed{\mathsf{Z}_\theta} \\
\vdots & & \vdots \\
l_{\ell,1} \boxed{\mathsf{Z}_1} & \cdots & l_{\ell,\theta} \boxed{\mathsf{Z}_\theta} \\
\end{matrix}
}_{\text{Secret, random, ephermerals}}
\right]
\bmod q
\end{equation*}
\end{document}