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
This, of course, can be emulated by one party maintaining several separate Session objects, but it is inefficient, since then it will have to effectively creates proofs for itself. Also it would be nice to bundle messages from that party into one message to reduce network latency.
We will need some kind of a ShareDistribution object (should it be separate, or a part of KeyShare?) that Session will be able to make use of.
The text was updated successfully, but these errors were encountered:
The discussion of the general implementation of this feature is moved to entropyxyz/manul#1. If we do need it, it may be easier to just implement it on the protocol level.
This, of course, can be emulated by one party maintaining several separate
Session
objects, but it is inefficient, since then it will have to effectively creates proofs for itself. Also it would be nice to bundle messages from that party into one message to reduce network latency.We will need some kind of a
ShareDistribution
object (should it be separate, or a part ofKeyShare
?) thatSession
will be able to make use of.The text was updated successfully, but these errors were encountered: