findKey searches for a key inside the tree. Once the key is found, the parent node and the correct index are returned so the key itself can be accessed in the following way parent[index]. If the key isn't found, a falsey answer is returned.
(key []byte)
source not stored for this graph (policy: none)