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

An interactive Virgo #4

Open
weikengchen opened this issue Mar 22, 2021 · 0 comments
Open

An interactive Virgo #4

weikengchen opened this issue Mar 22, 2021 · 0 comments

Comments

@weikengchen
Copy link
Contributor

weikengchen commented Mar 22, 2021

Currently, protocols based on subfield VOLE, such as QuickSilver, are designated-verifier without an "s". Therefore, to prove to N verifiers, the prover's work is essentially N times. Note that this may improve in the future, but now subfield VOLE seems to be still subject to this limitation.

Virgo, however, is publicly verifiable and non-interactive. In some applications, it may be useful to consider an interactive version of Virgo, where it is designated-verifiers (by having the verifiers agree on some public randomness, such as sampling fresh randomness via commit-and-open of PRG seed shares).

There is a possibility that an interactive version of Virgo would be faster if getting rid of the extension field is beneficial.

Note that in Virgo, the extension field serves two purposes:

  1. enabling the low-degree testing, which requires some two-arity, but Mersenne primes do not offer that
  2. providing sufficient soundness for non-interactive use cases

An interactive Virgo does not need 2 but still needs 1. That is, Virgo would not need an extension field, but would also need to replace the Mersenne prime with something else. It, therefore, is uncertain whether the performance can be improved twice or more dramatically, or not significantly.

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

No branches or pull requests

1 participant