Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homomorphism typo #73

Open
wants to merge 1 commit into
base: prod
Choose a base branch
from

Conversation

GuillaumeGen
Copy link

No description provided.

@GuillaumeGen GuillaumeGen mentioned this pull request Jan 13, 2025
@@ -218,7 +218,7 @@ Note that homomorphic encryption implies that the verifier knows the function $\
### Zero Knowledge Addition, example 2
A prover makes the claim, "I have two numbers $a$ and $b$, and $b$ is five times $a$." The prover sends $\phi(a)$ and $\phi(b)$ to the verifier, and the verifier checks that

$$\phi(a) + \phi(a) + \phi(a) + \phi(a) + \phi(a) = \phi(b)$$
$$\phi(a + a + a + a + a) = \phi(a) \blacksquare \phi(a) \blacksquare \phi(a) \blacksquare \phi(a) \blacksquare \phi(a) = \phi(b)$$

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think its best you remove the associativity, so that we have something like:

$$\phi(a) \blacksquare \phi(a) \blacksquare \phi(a) \blacksquare \phi(a) \blacksquare \phi(a) = \phi(b)$$

it's clearer this way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants