Skip to content

Commit 655503e

Browse files
committed
updated script names & links to them
1 parent a035075 commit 655503e

4 files changed

Lines changed: 42 additions & 1 deletion

docs/02_2_Managing_Claims_Elision.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,28 @@ retired.
337337

338338
## Summary: From Correlation to Elision
339339

340-
This tutorial introduced the problem of correlation risk: how claims compound to narrow anonymity sets. The three disclosure approaches (omit, commit, encrypt) give you options for different situations. Commit means creating a sensitive attestation and committed to it publicly without revealing the content. This inclusion proof pattern lets Amira prove she had this credential all along when she chooses to reveal it: she can't be accused of fabricating it after the fact.
340+
This tutorial introduced the problem of correlation risk: how claims compound to narrow anonymity sets. The three disclosure approaches (omit, commit, encrypt) give you options for different situations. Commit means creating a sensitive attestation and committed to it publicly without revealing the content. This inclusion proof pattern lets Amira prove she had this credential all alon
341+
g when she chooses to reveal it: she can't be accused of fabricating it after the fact.
342+
343+
### Additional Files
344+
345+
**Envelopes:** The
346+
[envelopes](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/envelopes)
347+
directory contains the [new
348+
claims](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/envelopes/envelopes/claim-2-02.envelope)
349+
made in this seciton, plus the [elided
350+
view](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/envelopes/claim-elided-2-02.envelope)
351+
352+
**Scripts:** The
353+
[scripts](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts)
354+
directory contains
355+
[02_2_Managing_Claims_Elision-SCRIPT.sh](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts/02_2_Managing_Claims_Elision-SCRIPT.sh),
356+
which runs through all the commands in this section. From the command
357+
line, `git clone
358+
https://github.com/BlockchainCommons/XID-Quickstart.git`, then `cd
359+
XID-Quickstart`, then `bash
360+
scripts/02_2_Managing_Claims_Elision-SCRIPT.sh` to test it.
361+
341362

342363
### Exercises
343364

docs/02_3_Managing_Claims_Encryption.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,26 @@ it. Encryption serves a very different use case, when you don't want
317317
to publicly commit to a fact, but you do want to selectively reveal
318318
it.
319319

320+
### Additional Files
321+
322+
**Envelopes:** The
323+
[envelopes](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/envelopes)
324+
directory contains the [new
325+
claims](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/envelopes/envelopes/envelopes/claim-2-03.envelope)
326+
made in this seciton, plus the [encrypted
327+
version](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/envelopes/claim-encrypted-2-03.envelope),
328+
as well as the keys for DevReviewer.
329+
330+
**Scripts:** The
331+
[scripts](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts)
332+
directory contains
333+
[02_3_Managing_Claims_Encryption-SCRIPT.sh](https://github.com/BlockchainCommons/XID-Quickstart/tree/main/scripts/02_3_Managing_Claims_Encryption-SCRIPT.sh),
334+
which runs through all the commands in this section. From the command
335+
line, `git clone
336+
https://github.com/BlockchainCommons/XID-Quickstart.git`, then `cd
337+
XID-Quickstart`, then `bash
338+
scripts/02_3_Managing_Claims_Encryption-SCRIPT.sh` to test it.
339+
320340
## Exercises
321341

322342
1. Create a sensitive attestation and encrypt it for a fictional recipient
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)