Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/add identity 1.3 #1555

Merged
merged 31 commits into from
May 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9d4c225
identity 1.3, ZK-SD VCs
UMR1352 May 2, 2024
24a19c4
RevocationTimeframe2024
UMR1352 May 3, 2024
085bbc6
Update docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials…
UMR1352 May 14, 2024
356a03b
Update docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials…
UMR1352 May 14, 2024
9ade3cf
Update docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials…
UMR1352 May 14, 2024
6be41a3
Update docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials…
UMR1352 May 14, 2024
c0ce65f
Update docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials…
UMR1352 May 14, 2024
fca78ce
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
0f057f5
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
e306ece
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
6d4ba72
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
a444dff
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
3b4e717
Update docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials…
UMR1352 May 14, 2024
30272bc
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
d8c4874
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
9511269
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
e46d8d6
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
5754748
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
80cd568
Update docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials…
UMR1352 May 14, 2024
a2696ca
Update docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials…
UMR1352 May 14, 2024
c738f02
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
adcfdca
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
e2174db
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
b30de6e
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
de004d9
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 14, 2024
5df3457
Apply suggestions from code review
UMR1352 May 21, 2024
de5e9fe
replace example links
eike-hass May 28, 2024
c1219c1
update wasm api reference
UMR1352 May 28, 2024
55c6503
Update docs/build/identity.rs/1.3/docs/references/specifications/revo…
UMR1352 May 28, 2024
c111bc6
fix wasm reference docs
UMR1352 May 29, 2024
7ce7a1b
Use relative links
Dr-Electron May 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials…
…/zero-knowledge-selective-disclosure.mdx

Co-authored-by: wulfraem <wulfraem@users.noreply.github.com>
UMR1352 and wulfraem authored May 14, 2024
commit 3b4e71779b7001dc18a99076cb49552b8e728e46
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ of the VC, even when only partially disclosed to the verifier.

:::note
Although ZK-SD-VCs offer similar functionalities to [SD-JWT VCs](../selective-disclosure) - at least on a high level - they rely on completely different
concepts and security concerns. For an user, the most notable difference is the shifted capability of choosing which fields can
concepts and security concerns. For a user, the most notable difference is the shifted capability of choosing which fields can
be concealed from a verifier. For ZK-SD-VCs it's the holder that has total control over which parts of the credential can be
undisclosed, whereas for SD-JWT VCs it's the issuer that decides which fields may be concealed by the holder.
:::