ferranbt / fastssz

Fast Ethereum2.0 SSZ encoder/decoder
MIT License
73 stars 44 forks source link

`HashWalker` interface is missing `PutUint64Array` #143

Closed pinebit closed 5 months ago

pinebit commented 5 months ago

Please include this call:

func (h *Hasher) PutUint64Array(b []uint64, maxCapacity ...uint64)

to HashWalker interface.

Thank you!

ferranbt commented 5 months ago

Hey, would you like to open a PR with the fix?

pinebit commented 5 months ago

Hey, would you like to open a PR with the fix?

Please review https://github.com/ferranbt/fastssz/pull/144 @ferranbt