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 order to retrieve a block for an old mail we need to be able to look it up without relying on having the entire mail.
muacrypt keeps a log of all mails it sees. But it does not store all the headers of the encrypted part. Therefore it also does not store the GossipClaims and ChainStore headers. It does however store the mail-id. So if we remember the GossipClaim and ChainStore values for a mail-id we can retrieve them later on.
The text was updated successfully, but these errors were encountered:
not sure we need this anymore. It's more an optimization. We could as well just use the latest block from every chain and follow the chain from there on.
In order to retrieve a block for an old mail we need to be able to look it up without relying on having the entire mail.
muacrypt keeps a log of all mails it sees. But it does not store all the headers of the encrypted part. Therefore it also does not store the GossipClaims and ChainStore headers. It does however store the mail-id. So if we remember the GossipClaim and ChainStore values for a mail-id we can retrieve them later on.
The text was updated successfully, but these errors were encountered: