I am wondering whether we can use technique of gadget decomposition in decryption to replace degree 2 PRNG in your paper (I believe the PRNG is there to add smudging noise).

Let's say user provides

βks′ where
βks′[i]=βks[i]+ei,k
for
k∈[0,l)
, where
i∈[0,n)
,
n
being the LWE dimension. We can assume
ei,k
to be bounded by some bound
B
.

To decrypt LWE ciphertext

LWEs(m)=(b,a)=(b=a⋅s+e+Δm,a)

decompose vector

a in multiple limbs,
a0,..,al−1
s.t.
a[i]=∑βkaj[i]
. Then calculate inner product,

b−a⋅s+E=b−∑k∈[0,l)ak⋅βks′

where

E is bounded by
lβB
.

This is same as gadget decomposition technique in FHE and

E acts as smudging noise.