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
In certain situations we need to know the dependency structure of a graph in order to decrypt it properly. We currently solve that by passing around a ParentMap or ChildMap or whatever. It would be simpler to just embed that information with each link.
The text was updated successfully, but these errors were encountered:
In certain situations we need to know the dependency structure of a graph in order to decrypt it properly. We currently solve that by passing around a ParentMap or ChildMap or whatever. It would be simpler to just embed that information with each link.
The text was updated successfully, but these errors were encountered: