# Functions
BasicDataKey returns the verkle tree key of the basic data field for the specified account.
BasicDataKeyWithEvaluatedAddress returns the verkle tree key of the basic data field for the specified account.
CodeChunkKey returns the verkle tree key of the code chunk for the specified account.
CodeChunkKeyWithEvaluatedAddress returns the verkle tree key of the code chunk for the specified account.
CodeHashKey returns the verkle tree key of the code hash field for the specified account.
CodeHashKeyWithEvaluatedAddress returns the verkle tree key of the code hash for the specified account.
GetTreeKey performs both the work of the spec's get_tree_key function, and that of pedersen_hash: it builds the polynomial in pedersen_hash without having to create a mostly zero-filled buffer and "type cast" it to a 128-long 16-byte array.
GetTreeKeyWithEvaluatedAddress is basically identical to GetTreeKey, the only difference is a part of polynomial is already evaluated.
NewPointCache returns the cache with specified size.
StorageSlotKey returns the verkle tree key of the storage slot for the specified account.
StorageSlotKeyWithEvaluatedAddress returns the verkle tree key of the storage slot for the specified account.
# Structs
PointCache is the LRU cache for storing evaluated address commitment.