Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 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)