Skip to content

hasher

Source (upstream pre-purge) Current
File consensus/ethash/algorithm.go algorithm.go
Symbol hasher hasher
Ref dde2da0ef~1 etc/v1.17.3-full-node

3-way merge — purge → getc ← upstream

pre-purge
// hasher is a repetitive hasher allowing the same hash data structures to be
// reused between hash runs instead of requiring new ones to be created.
type hasher func(dest []byte, data []byte)
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`algorithm.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/consensus/ethash/algorithm.go) | | Symbol | `hasher` | | Ref | `v1.12.20` |

← Consensus & Ethash