I was reading a paper about fully homomorphic encryption and I stumbled upon the following text:
if To encrypt a bit $m ∈ \{0,1\}$, set $m′$ to be a random N-bit number such that $ m′ = m \mod 2$.
I don't understand this. From what I understand the only two possible values of m mod 2 are 0 and 1 ? Then how can m' be generalized to a N-bit number ?