Skip to content

Commit 2af10c7

Browse files
committed
Tweak
1 parent f4fb368 commit 2af10c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snark/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ pub trait UniversalSetupSNARK<R: NPRelation>: SNARK<R> {
9797
/// Specifies how to bound the size of public parameters required to
9898
/// generate the index proving and verification keys for a given
9999
/// 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.
100104
type IndexBound: Clone + Default + Debug;
101105
/// Specifies the type of universal public parameters.
102106
type PublicParameters: Clone + Debug;

0 commit comments

Comments
 (0)