bitwrite

Results 2 comments of bitwrite

If you want to run on windows 10 i suggest you change the program to use import "golang.org/x/crypto/pbkdf2" instead of "github.com/ctz/go-fastpbkdf2" Mines running fine now after compiling with the "golang.org/x/crypto/pbkdf2"

With regards to the error fastpbkdf2.c:20:10: fatal error: 'openssl/sha.h' file not found I had to install openssl and was still getting the above error. then install libssl-dev if your still...