We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4fb368 commit 2af10c7Copy full SHA for 2af10c7
snark/src/lib.rs
@@ -97,6 +97,10 @@ pub trait UniversalSetupSNARK<R: NPRelation>: SNARK<R> {
97
/// Specifies how to bound the size of public parameters required to
98
/// generate the index proving and verification keys for a given
99
/// circuit.
100
+ ///
101
+ /// For example, for SNARKs that rely on polynomial commitments, this would
102
+ /// be the maximum degree of polynomials required to prove a given
103
+ /// instance.
104
type IndexBound: Clone + Default + Debug;
105
/// Specifies the type of universal public parameters.
106
type PublicParameters: Clone + Debug;
0 commit comments