fixed broken link plonk_verifier.sol.ejs

pull/5506/head
rebustron 2 months ago committed by Aniket
parent d9e244b3cb
commit a98f8360e2
  1. 2
      libs/remix-ws-templates/src/templates/hashchecker/templates/plonk_verifier.sol.ejs

@ -152,7 +152,7 @@ contract PlonkVerifier {
/////// ///////
// Computes the inverse of an array of values // Computes the inverse of an array of values
// See https://vitalik.ca/general/2018/07/21/starks_part_3.html in section where explain fields operations // See https://vitalik.eth.limo/general/2018/07/21/starks_part_3.html in section where explain fields operations
////// //////
function inverseArray(pVals, n) { function inverseArray(pVals, n) {

Loading…
Cancel
Save