Skip to content

gcarreno/go-randomhash

Repository files navigation

Go RandomHash

Build Status Supports Windows Supports Linux Supports macOS License Latest Release Downloads

A Go version of the cryptocoin's proof of work RandomHash.

Since there's not an official specification for RandomHash, in contrast to RandomX, this is my interpretation of it's main idea.

It has entropy measures that include random calls to XOR, AND, RotateLeft, FlipBits and ReverseBytes.
Ideally, this will make GPU/ASIC sweat a little. Still.. Needs confirmation 😄