Commit 747b01c8 authored by rejection free's avatar rejection free
Browse files

Error size of the transcript

parent 50d5f2ad
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4,6 +4,5 @@ log2q = 60 # ring modulus bits
d = 64                      # ring degree

m_1 = 10                     # length of bounded message s1 (that would be considered as s1 in lnp with lazer)
                                # such that l2(s1) <= sqrt(d*m1 * 3 ^ 2) 

l = 2                       # length of unbounded message m (that would be considered as m in lnp with lazer)
+1 −2
Original line number Diff line number Diff line
@@ -4,5 +4,4 @@ log2q = 120 # ring modulus bits
d = 64                      # ring degree

m_1 = 10                     # length of bounded message s1 (that would be considered as s1 in lnp with lazer) 
                                # such that l2(s1) <= sqrt(d*m1 * 3 ^ 2) 
l = 2                       # length of unbounded message m (that would be considered as m in lnp with lazer)
+1 −2
Original line number Diff line number Diff line
@@ -4,5 +4,4 @@ log2q = 80 # ring modulus bits
d = 64                      # ring degree

m_1 = 100                     # length of bounded message s1 (that would be considered as s1 in lnp with lazer) 
                                # such that l2(s1) <= sqrt(d*m1 * 3 ^ 2) 
l = 0                       # length of unbounded message m (that would be considered as m in lnp with lazer)
+0 −1
Original line number Diff line number Diff line
@@ -4,5 +4,4 @@ log2q = 80 # ring modulus bits
d = 64                      # ring degree

m_1 = 0                      # length of bounded message s1 (that would be considered as s1 in lnp with lazer)  
                                # such that l2(s1) <= sqrt(d*m1 * 3 ^ 2) 
l = 20                      # length of unbounded message m (that would be considered as m in lnp with lazer)
+0 −1
Original line number Diff line number Diff line
@@ -4,5 +4,4 @@ log2q = 60 # ring modulus bits
d = 64                      # ring degree

m_1 = 100                     # length of bounded message s1 (that would be considered as s1 in lnp with lazer)  
                                # such that l2(s1) <= sqrt(d*m1 * 3 ^ 2) 
l = 20                       # length of unbounded message m (that would be considered as m in lnp with lazer)
Loading