// SPDX-License-Identifier: UNLICENSED
// Generated file from uzkge/gen-params, DONOT edit!
pragma solidity ^0.8.20;
contract VerifierKeyExtra2_{{ deck_num }} {
uint256[{{ deck_num * 8 }}] public PI_POLY_LAGRANGE_LOC;
constructor() {
// The public constrain variables indices.
{% for p in pi_poly_lagrange_locs %}PI_POLY_LAGRANGE_LOC[{{ loop.index - 1 }}] = {{ p }};
{% endfor %}
}
}