Skip to content

Commit

Permalink
chore(verifier): update generation to include vk hash (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 authored May 16, 2024
1 parent 622638a commit bd9bec5
Show file tree
Hide file tree
Showing 7 changed files with 6,615 additions and 245 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
Loading

0 comments on commit bd9bec5

Please sign in to comment.