|
Algorithm 5 The LWE algorithm. |
-
Input:
LWE samples
-
Output:
secret vector
-
1:
Construct a q-ary lattice , whose lattice basis is equivalent to .
-
2:
Perform elementary row transformations on and obtain the lattice basis .
-
3:
Using Kannan’s embedding technique, reduce BDD to Unique-SVP and obtain .
-
4:
Process with VQE and derive a short vector .
-
5:
return
|