Versions in this module Expand all Collapse all v0 v0.1.0 Apr 21, 2023 Changes in this version + func CalculateReceiptsRoot(receipts []*types.Receipt) types.Hash + func CalculateRoot(num int, h func(indx int) []byte) types.Hash + func CalculateTransactionsRoot(transactions []*types.Transaction) types.Hash + func CalculateUncleRoot(uncles []*types.Header) types.Hash + type FastHasher struct + func (f *FastHasher) Hash(num int, cb func(i int) []byte) ([]byte, bool)