Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Apr 22, 2021
1 parent f4fb368 commit 2af10c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ pub trait UniversalSetupSNARK<R: NPRelation>: SNARK<R> {
/// Specifies how to bound the size of public parameters required to
/// generate the index proving and verification keys for a given
/// circuit.
///
/// For example, for SNARKs that rely on polynomial commitments, this would
/// be the maximum degree of polynomials required to prove a given
/// instance.
type IndexBound: Clone + Default + Debug;
/// Specifies the type of universal public parameters.
type PublicParameters: Clone + Debug;
Expand Down

0 comments on commit 2af10c7

Please sign in to comment.