initial
This commit is contained in:
21
docs/hello.typ
Normal file
21
docs/hello.typ
Normal 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],
|
||||
)
|
||||
Reference in New Issue
Block a user