ethereumjs / merkle-patricia-tree

Project is in active development and has been moved to the EthereumJS VM monorepo.

Home Page:https://github.com/ethereumjs/ethereumjs-monorepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add merkle proofs to the secure trie version

holgerd77 opened this issue · comments

Currently merkle proof functionality is only added to the base trie, see index.js for the integration.

This should be done accordingly for the secure trie in secure.js and at least one new test should be added to the test/proof.js test file.