ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
118 stars 109 forks source link

Blob value in argument to context.VerifyBlobKZGProof #410

Closed ersanyakit closed 7 months ago

ersanyakit commented 7 months ago

github.com/ethereum/go-ethereum/crypto/kzg4844 ../../../../go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.14/crypto/kzg4844/kzg4844_gokzg.go:52:49: cannot use (gokzg4844.Blob)(blob) (value of type gokzg4844.Blob) as gokzg4844.Blob value in argument to context.BlobToKZGCommitment ../../../../go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.14/crypto/kzg4844/kzg4844_gokzg.go:64:47: cannot use (gokzg4844.Blob)(blob) (value of type gokzg4844.Blob) as gokzg4844.Blob value in argument to context.ComputeKZGProof ../../../../go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.14/crypto/kzg4844/kzg4844_gokzg.go:86:44: cannot use (gokzg4844.Blob)(blob) (value of type gokzg4844.Blob) as gokzg4844.Blob value in argument to context.ComputeBlobKZGProof ../../../../go/pkg/mod/github.com/ethereum/go-ethereum@v1.13.14/crypto/kzg4844/kzg4844_gokzg.go:97:36: cannot use (gokzg4844.Blob)(blob) (value of type gokzg4844.Blob) as gokzg4844.Blob value in argument to context.VerifyBlobKZGProof

jtraglia commented 7 months ago

Hi there. This is for go-kzg-4844, which is a different project.

https://github.com/crate-crypto/go-kzg-4844