This commit is contained in:
2026-01-07 11:40:09 -07:00
parent 44e60097e3
commit 9be4bcaf7d
4 changed files with 1222 additions and 57 deletions

21
docs/hello.typ Normal file
View File

@@ -0,0 +1,21 @@
= 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],
)