x11 hashing function for Go. Useful for various cryptocurrencies.
Install
go get github.com/blockcypher/gox11hash
See gox11hash_test.go for an example and godoc for additional information.
- Uses scrypt.c written by Colin Percival
- Neisklar for the python module this is based off of