From a data structure view, can we classify Verkle Tree as an augmented finger tree with Kate Commitments as the augmented fn?

I’m trying to write something about Verkle Trees from a different point of view, so pls tell me if this direction of thinking is wrong as a start …

Can Verkle Trees be viewed from the data structure community as an augmented finger tree
“A finger tree gives amortized constant time access to the “fingers” (leaves) of the tree, which is where data is stored”

with Kate Commitments as the associative operation?
“It also stores in each internal node the result of applying some associative operation to its descendants.”

Or this is not quite accurate???
.
I mean approaching the problem from the idea that luckily we can define what we call “+” operation on Elliptic Curves that happens to be linear& associative, and ECC is something we trust anyway.

Oh then, this brings to mind another question:
Does this mean Blake2b/Keccak256/… are not going to be used anymore???