mirror of
https://github.com/vacp2p/research.git
synced 2025-02-23 11:48:22 +00:00
adds the formal definition
This commit is contained in:
parent
b131589a6c
commit
9b1de5931e
@ -18,6 +18,13 @@ For the sake of privacy and anonymity, peers need to update their authentication
|
||||
An immediate solution for this is to store the entire tree at each peer, which is not storage efficient and does not fit for the resource constrained peers.
|
||||
|
||||
|
||||
# Formal Problem Definition
|
||||
We are seeking a solution in which a peer can perform the following operations by keeping the minimum number of tree nodes
|
||||
- recalculate the root after a member insertion
|
||||
- recalculate the root after a member deletion
|
||||
- recalculcate an aithentication path for a given leaf index after an insertion
|
||||
- recalculcate an aithentication path for a given leaf index after a deletion
|
||||
|
||||
|
||||
# Solution Overview
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user