Skip to content

Commit

Permalink
add hash to verifier contract
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed May 7, 2024
1 parent 24246c9 commit 26c242b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l1-contracts/contracts/state-transition/Verifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {IVerifier} from "./chain-interfaces/IVerifier.sol";
/// @notice Modified version of the Permutations over Lagrange-bases for Oecumenical Noninteractive arguments of
/// Knowledge (PLONK) verifier.
/// Modifications have been made to optimize the proof system for zkSync hyperchain circuits.
/// @dev Contract was generated from a verification key with a hash of 0x1d485be42d712856dfe85b3cf7823f020fa5f83cb41c83f9da307fdc2089beee
/// @dev It uses a custom memory layout inside the inline assembly block. Each reserved memory cell is declared in the
/// constants below.
/// @dev For a better understanding of the verifier algorithm please refer to the following papers:
Expand Down

0 comments on commit 26c242b

Please sign in to comment.