You are viewing a single comment's thread from:

RE: Bounty for Implementation of Equihash [$500 Steem Dollars]

in #steem8 years ago

I published go-equihash package recently for solution validation, feel free to pick up validation code. I picked it from one of implementations on github and cleaned up, also it uses blake from libsodium.

bool verify(const char *hdr, const char *soln)