Skip to content

Commit

Permalink
typos SP1VerifierPlonk.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrolito authored Nov 23, 2024
1 parent e31e48f commit efa101a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/recursion/gnark-ffi/assets/SP1VerifierPlonk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contract SP1Verifier is PlonkVerifier, ISP1VerifierWithHash {
return {VERIFIER_HASH};
}

/// @notice Hashes the public values to a field elements inside Bn254.
/// @notice Hashes the public values to field elements inside Bn254.
/// @param publicValues The public values.
function hashPublicValues(
bytes calldata publicValues
Expand Down Expand Up @@ -58,4 +58,4 @@ contract SP1Verifier is PlonkVerifier, ISP1VerifierWithHash {
revert InvalidProof();
}
}
}
}

0 comments on commit efa101a

Please sign in to comment.