mpz icon indicating copy to clipboard operation
mpz copied to clipboard

Add QuickSilver with io

Open xiangxiecrypto opened this issue 5 months ago • 1 comments

The current PR implements the QuickSliver protocol with IO. But still some optimizations are needed.

  1. The FS transformation is not accurate, the transcripts in the ideal functionalities are not included.
  2. In the protocol, the prover needs to send a bit per AND gate to the verifier, we should optimize it.
  3. Heavy operations can be optimized. E.g., computing the powers of Block and inner product between two long Block vectors.

xiangxiecrypto avatar Sep 12 '24 11:09 xiangxiecrypto