An implementation of Verkle trees. When production-ready, the code is to be merged back into go-ethereum.
Node width is set to 256 children.
Download the precomputed Lagrange point file available in this release, and place it in the directory that you will run the program from. While not strictly required (it will be generated upon startup if not present), this will save a lot of startup time when running the tests.
$ go test .
$ go test . -bench Bench