go-fastpbkdf2
go-fastpbkdf2 copied to clipboard
cant using get command
root@valkrasp:~# go get github.com/ctz/go-fastpbkdf2 go build github.com/ctz/go-fastpbkdf2: no buildable Go source files in /root/go/src/github.com/ctz/go-fastpbkdf2
can u help me?
I experienced the same error, try export CGO_ENABLED=1
https://golang.org/cmd/cgo/
The fastpbkdf2 library is written in C and wrapped by go-fastpbkdf2 for use in Go.
After setting the environment variable, I was able to go build warpwallet_cracker.go