https://github.com/gcarreno/go-randomhash
A Go implementation of RandomHash
https://github.com/gcarreno/go-randomhash
consensus consensus-algorithm cryptocurrencies cryptocurrency cryptography go golang pow proof-of-work random-hash randomhash
Last synced: 6 months ago
JSON representation
A Go implementation of RandomHash
- Host: GitHub
- URL: https://github.com/gcarreno/go-randomhash
- Owner: gcarreno
- License: mit
- Created: 2025-07-03T23:37:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T23:48:39.000Z (6 months ago)
- Last Synced: 2025-07-04T00:27:35.811Z (6 months ago)
- Topics: consensus, consensus-algorithm, cryptocurrencies, cryptocurrency, cryptography, go, golang, pow, proof-of-work, random-hash, randomhash
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Go RandomHash
[](https://github.com/gcarreno/go-randomhash/actions)
[](https://github.com/gcarreno/go-randomhash/releases/latest)
[](https://github.com/gcarreno/go-randomhash/releases/latest)
[](https://github.com/gcarreno/go-randomhash/releases/latest)
[](https://github.com/gcarreno/go-randomhash/blob/main/LICENSE)
[](https://github.com/gcarreno/go-randomhash/releases/latest)
[](https://github.com/gcarreno/go-randomhash/releases)
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 :smile: