Function verify_kzg_proof
pub fn verify_kzg_proof(
commitment: &Bytes48,
z: &Bytes32,
y: &Bytes32,
proof: &Bytes48,
) -> bool
Expand description
Verify KZG proof.
pub fn verify_kzg_proof(
commitment: &Bytes48,
z: &Bytes32,
y: &Bytes32,
proof: &Bytes48,
) -> bool
Verify KZG proof.