You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose a way to convert a Word into the LeafIndex that represents an SMT leaf's node index. This avoids magically accessing a key's third element to get the leaf index. Basically, making the functionality of Smt::key_to_leaf_index publicly available would be great.