So...
You know how Watashi linked into a github repo by movedon2otherthings that included code for a tool called Satohash?
Yeah...the code didn't work.
BUT I FIXED IT!
There were absolutely no declarations in the header file to match the definitions.
https://github.com/jajorda2/satohashYou just need to compile in terminal:
gcc satohash.c hash.h -o run
You can then follow the example instructions in the readme.md.
./run
to execute whatever you're trying to do.
DISCLAIMER
I do not know if this has anything to do with the puzzle. I've converted a number of phrases this way into sha256 private keys, converted them to WIF, and no glorious "179..."
Enjoy
