fixed broken link plonk_verifier.sol.ejs

pull/5506/head
rebustron 1 month ago committed by Aniket
parent d9e244b3cb
commit a98f8360e2
  1. 4
      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
// 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) {
@ -707,4 +707,4 @@ contract PlonkVerifier {
}
}
}
}

Loading…
Cancel
Save