365 Architect

09 — KaTeX Sample Math

This page verifies inline math such as n=256n = 256, q=3329q = 3329, and s2<β\lVert \mathbf{s} \rVert_2 < \beta.

Block Equation

b=As+e(modq)\displaystyle \mathbf{b} = \mathbf{A}\mathbf{s} + \mathbf{e} \pmod q

Matrix Example

A=(102013456)\displaystyle \mathbf{A} = \begin{pmatrix} 1 & 0 & 2 \\ 0 & 1 & 3 \\ 4 & 5 & 6 \end{pmatrix}

Kyber-Style Lattice Equation

(t,u)=(As+e,Ar+e1)Rqk×k×Rqk\displaystyle (\mathbf{t}, \mathbf{u}) = \left( \mathbf{A}\mathbf{s} + \mathbf{e}, \mathbf{A}^\top \mathbf{r} + \mathbf{e}_1 \right) \in R_q^{k \times k} \times R_q^k

Mixed Narrative

Kyber-style constructions rely on Module-LWE where Rq=Zq[X]/(X256+1)R_q = \mathbb{Z}_q[X]/(X^{256}+1) and ciphertext components stay compact enough for practical deployment.

Share on LinkedIn