Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
raychu86 committed Sep 9, 2024
1 parent ec247fa commit 83707b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithms/src/snark/varuna/varuna.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ where

/// This is the main entrypoint for creating proofs.
/// You can find a specification of the prover algorithm in:
/// https://github.com/AleoHQ/protocol-docs
/// https://github.com/AleoNet/protocol-docs
fn prove_batch<C: ConstraintSynthesizer<E::Fr>, R: Rng + CryptoRng>(
universal_prover: &Self::UniversalProver,
fs_parameters: &Self::FSParameters,
Expand Down Expand Up @@ -621,7 +621,7 @@ where

/// This is the main entrypoint for verifying proofs.
/// You can find a specification of the verifier algorithm in:
/// https://github.com/AleoHQ/protocol-docs
/// https://github.com/AleoNet/protocol-docs
fn verify_batch<B: Borrow<Self::VerifierInput>>(
universal_verifier: &Self::UniversalVerifier,
fs_parameters: &Self::FSParameters,
Expand Down

0 comments on commit 83707b8

Please sign in to comment.