Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/data/plonk.sol
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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) {

Expand Down Expand Up @@ -629,4 +629,4 @@ contract PlonkVerifier {
}

}
}
}