Challange summary
In this challenge, I implemented multibit-variant of Regev's cryptosystem.
Normal Regev's cryptosystem
First, the cryptosystem generates LWE Oracle. The matrix $A$, vector $s$, error vector $e$, and target vector $t$ that holds:
$$A\cdot s+e=t$$
and $A,t$ will be a public key.