vega-prover 0.1.0

Client-side ZK provers of Vega for low-latency proving over signed data
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: MIT
// This file is part of the vega-prover project.
// See the LICENSE file in the project root for full license information.
// Source repository: https://github.com/Microsoft/vega-prover

//! This module contains the definitions of polynomial types used in the Spartan SNARK.
pub mod eq;
pub mod multilinear;
pub mod power;
pub mod univariate;