Files
opaque-lattice/docs/hello.typ
2026-01-07 11:40:09 -07:00

22 lines
352 B
XML

= Hello World
This is a test document.
== Math Test
The Ring-LWE problem states that:
$ (a, a dot s + e) approx_c (a, u) $
where $s, e$ are small and $u$ is uniform random.
== Parameters
#table(
columns: 3,
[Parameter], [Value], [Description],
[$n$], [256], [Ring dimension],
[$q$], [12289], [Modulus],
[$beta$], [3], [Error bound],
)