Virgo++

February 26, 2023 ยท View on GitHub

Contributors: @wangnick2017, @dreamATD.

Introduction

This is an implementation of the paper, which build a GKR-based interactive proof for unlayered circuit. In terms of the polynomial commitment to achieve succinctness, we support virgo. We test our protocol with SHA circuits.

Requirement

  • C++14

Run

./run.sh

Contents

  1. 1Introduction
  2. 2Requirement
  3. 3Run