ethereum / go-verkle

A go implementation of Verkle trees
The Unlicense
209 stars 63 forks source link

chore!: Rename `StemFromBytes` to `StemFromLEBytes` #427

Closed kevaundray closed 6 months ago

kevaundray commented 6 months ago

Rationale

This changes the method name to explicitly state that it is using little endian bytes like other methods. Following convention of the library, without LE implies Big endian.