-
Notifications
You must be signed in to change notification settings - Fork 20
Associated metadata for capsules #96
Copy link
Copy link
Open
Labels
cryptographyNeeds attention of someone who knows what they're doingNeeds attention of someone who knows what they're doingenhancementNew feature or requestNew feature or requestscopingScoping required for further actionScoping required for further action
Metadata
Metadata
Assignees
Labels
cryptographyNeeds attention of someone who knows what they're doingNeeds attention of someone who knows what they're doingenhancementNew feature or requestNew feature or requestscopingScoping required for further actionScoping required for further action
Type
Fields
Give feedbackNo fields configured for issues without a type.
The following scheme can be used to associate reencryption conditions (or other metadata) with capsules:
Capsulecontains public pointsNow anyone having that proof and the capsule can verify that the proof was indeed created by the creator of the capsule by checking that$P_x + h * (P_r + P_u) = P_h$ . This is essentially the same approach that was used to attach metadata to capsule frags.
Note that this only establishes a one-way correspondence. Given a capsule one cannot know if any proofs were created for it; and Enrico can create several proofs for different metadata which all would pass the verification. Although this may not be important for the goal of attaching reencryption conditions.