We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Env: Windows11 insider msys2-ucrt go version go1.16 windows/amd64
go version go1.16 windows/amd64
package main import ( "encoding/hex" "fmt" "math/big" "github.com/ngchain/secp256k1" ) func main() { // hash, _ := hex.DecodeString("b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9") privDBytes, _ := hex.DecodeString("d07b57eb3cd1a308b2fa04d97552f00b1d59efc0200affd1edafc98700ce3290") priv := secp256k1.NewPrivateKey(new(big.Int).SetBytes(privDBytes)) fmt.Println(priv) }
Solution: use other AV software
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Env:
Windows11 insider
msys2-ucrt
go version go1.16 windows/amd64
Solution: use other AV software
The text was updated successfully, but these errors were encountered: