filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with methods using aggregate proofs

xyajn opened this issue · comments

commented

func VerifyAggregateSeals(aggregate proof5.AggregateSealVerifyProofAndInfos) (bool, error) {

Use the function VerifyAggregateSeals to verify the AggregateSealVerifyProofAndInfos structure (using 4 proofs), and report an error: 'invalid compression point'. what does this mean?Please answer my question .thanks!

commented

This is most likely invalid data, as the format of it isn't understood

commented

I think there should be a problem with the way I use the aggregation api.
Is the 'out[]byte' I get using the method 'AggregateSealProofs' the aggregate seal result? Is this aggregate output verified by the VerifyAggregateSeals method? , but the input parameter doesn't seem to be of type '[]byte'... I'm a little confused, thank you
@magik6k

I'm closing this issue due to inactivity, if there still is an issue, please re-open/create a new issue with updated information.