-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined: secp256k1.RecoverPubkey #103
Comments
I knew it. because the:
while I close the cgo:
|
but I cannot open the cgo.
because:
I think you should do some change. to make sure "even user not open cgo, can also use the sdk". |
I can build with this dockerfile config.
But it takes me about 288.4 seconds.
So, could you please make some change. to make sure, even not open cgo. can build success. |
#107 |
waiting for your good news. |
Use the btcec library to replace it import ( func Recover(signature, data []byte) (*ecdsa.PublicKey, error) {
} // RecoverPubkey To secp256k1.RecoverPubkey
} |
/go/pkg/mod/github.com/fbsobreira/[email protected]/pkg/keystore/recover.go:17:33: undefined: secp256k1.RecoverPubkey
The text was updated successfully, but these errors were encountered: