D-1.2 Homomorphic Ciphertext-to-Ciphertext Addition

TFHE’s ciphertext-to-ciphertext addition uses LWE’s ciphertext-to-ciphertext addition scheme, which is equivalent to GLWE’s ciphertext-to-ciphertext addition scheme (§C-1) with n = 1.

Summary D-1.2 TFHE Ciphertext-to-Ciphertext Addition

𝖫𝖶𝖤s,σ(Δm1) + 𝖫𝖶𝖤s,σ(Δm2)

= (a1, b1) + (a2, b2)

= (a1+ a2, b1+ b2)

= 𝖫𝖶𝖤s,σ(Δ(m1+ m2))