Open
Description
We are working on a project in which we need Merkle tree leaves to be updatable (which should propagate to the root and update the root hash). Is there support for such updates in the hacl-star implementation?
Can flush and retract functions be used to achieve this? I checked out the documentation but their use-cases were not clear to me.