olegabu/go-secp256k1-zkp

Could not pass test of aggsig_sig.go

JeffXiesk opened this issue · 0 comments

While using go 1.17.2 with ubuntu 22.04, when I try to test the aggsig, it fail.

--- FAIL: TestAggsigContext (0.00s)
    /opt/gopath/src/github.com/olegabu/go-secp256k1-zkp/aggsig_test.go:40: 
        	Error Trace:	/opt/gopath/src/github.com/olegabu/go-secp256k1-zkp/aggsig_test.go:40
        	Error:      	Received unexpected error:
        	            	Signature verification failed
        	Test:       	TestAggsigContext
FAIL
FAIL	github.com/olegabu/go-secp256k1-zkp	0.027s
FAIL