Skip to content

Commit

Permalink
Merge pull request #2146 from AleoHQ/update_doc_link
Browse files Browse the repository at this point in the history
Nit: remove marlin reference
  • Loading branch information
howardwu authored Nov 24, 2023
2 parents 802491c + eb97c19 commit 6e14400
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 @@ -338,7 +338,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/tree/main/snark/varuna
/// https://github.com/AleoHQ/protocol-docs
fn prove_batch<C: ConstraintSynthesizer<E::Fr>, R: Rng + CryptoRng>(
universal_prover: &Self::UniversalProver,
fs_parameters: &Self::FSParameters,
Expand Down Expand Up @@ -627,7 +627,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/tree/main/marlin
/// https://github.com/AleoHQ/protocol-docs
fn verify_batch<B: Borrow<Self::VerifierInput>>(
universal_verifier: &Self::UniversalVerifier,
fs_parameters: &Self::FSParameters,
Expand Down

0 comments on commit 6e14400

Please sign in to comment.