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
The client already ensures that a cached TB for its user is inserted by the next epoch during monitoring, but the client should also ensure that all other cached TBs for an epoch are included to detect a broken promise early and avoid using a potentially compromised key any further.
The idea would be that during the monitoring phase, the client also performs a lookup for the user in each TB. These lookups aren't part of the monitoring protocol per se, so a failed TB check should not cause a monitoring check to fail.
The text was updated successfully, but these errors were encountered:
The client already ensures that a cached TB for its user is inserted by the next epoch during monitoring, but the client should also ensure that all other cached TBs for an epoch are included to detect a broken promise early and avoid using a potentially compromised key any further.
The idea would be that during the monitoring phase, the client also performs a lookup for the user in each TB. These lookups aren't part of the monitoring protocol per se, so a failed TB check should not cause a monitoring check to fail.
The text was updated successfully, but these errors were encountered: