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
Copy file name to clipboardExpand all lines: docs/02_2_Managing_Claims_Elision.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,10 @@ Amira has three options for handling the correlation risk of her crypto audit ex
66
66
67
67
Amira decides her crypto audit experience fits the middle category. She might need to prove this capability to future collaborators, but she doesn't want to publish it broadly. She'll commit an elided version publicly and reveal the full attestation selectively.
68
68
69
-
> :brain:**Learn more**: These three approaches are part of the broader concept of [Selective Disclosure](../concepts/selective-disclosure.md), which is the ability to reveal different information to different parties from the same underlying data structure.
69
+
> :brain:**Learn more**: These three approaches are part of the broader concept of [Selective Disclosure](../concepts/selective-disclosure.md), which is the ability to reveal different information to different parties from the same underlying data structure
If you instead need to create new ones, see [§2.2](02_1_Creating_Self_Attestations.md#step-1-create-an-attestation-key) for how to do so, then register your keys in your XID.
92
91
92
+
93
+
## Part I: Creating a Commitment
94
+
95
+
Creating a commitment means creating an attestation (or really, any
96
+
data) and then boiling it down to just a digest by hasing the data.
97
+
93
98
### Step 1: Create the Sensitive Attestation
94
99
95
100
You should create Amira's crypto audit attestation with [fair witness](../concepts/fair-witness.md) precision:
0 commit comments