Score:0

BV FHE Scheme symbolic polynomial

gu flag

Recently, I began researching fully homomorphic encryption. I'm reading the "Efficient Fully Homomorphic Encryption from (Standard) LWE" paper by Brakerski and Vaikuntanathan and came across this piece where they are multiplying two symbolic functions together where the function is defined as:

$$ f_{a,b}(x) = b-\langle a,x\rangle \mod q = b - \sum_{i=1}^{n}a[i]x[i] $$ and the multiplication: $$ f_{a,b}(x)f_{a',b'}(x) = (b-\sum a[i]x[i])\cdot(b'-\sum a'[i]x[i])=h_0+\sum_{i}h_i\cdot x[i]+\sum_{i,j} h_{i,j}\cdot x[i]\cdot x[j] $$

The introduction of $h$ confuses me. The paper says coefficients $h_{i,j}$ can be computed from $(a,b)$ and $(a',b')$ by opening the parenthesis of the expression above. How is this done? I’m particularly confused about the $h_i$ in the linear term. How is this found?

Score:0
ru flag

Note that $$\left(b-\sum a[i]x[i]\right)\cdot\left(b'-\sum a'[i]x[i]\right) =bb'-b\sum a'[i]x[i]-b'\sum a[i]x[i] +\sum\sum a[i]a'[j]x[i]x[j]$$ and we can extract the coefficients $$h_0=bb'$$ $$h_i=-ba'[i]-ba[i]$$ $$h_{i,j}=a[i]a'[j].$$

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.