KZGParams
Functions
raw_vk
KZG verifier key.
function raw_vk() public pure returns (RVK memory);
Returns
Name | Type | Description |
---|---|---|
<none> | RVK | KZG raw verifier key. |
serialize
function serialize(RVK memory self) internal pure returns (bytes memory);