Versions in this module Expand all Collapse all v1 v1.12.6 Jun 4, 2024 Changes in this version + func ComputeProof(blob Blob, point Point) (Proof, Claim, error) + func UseCKZG(use bool) error + func VerifyBlobProof(blob Blob, commitment Commitment, proof Proof) error + func VerifyProof(commitment Commitment, point Point, claim Claim, proof Proof) error + type Blob [131072]byte + type Claim [32]byte + type Commitment [48]byte + func BlobToCommitment(blob Blob) (Commitment, error) + type Point [32]byte + type Proof [48]byte + func ComputeBlobProof(blob Blob, commitment Commitment) (Proof, error)