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

Removing unnecessary and unbalanced brackets #250

Merged
merged 4 commits into from
Feb 28, 2024
Merged
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ <h2>Securing JSON-LD Verifiable Credentials with SD-JWT</h2>
to [[VC-DATA-MODEL-2.0]].
</p>
<p>
A [=conforming SD-JWT issuer implementation=] MUST use [[SD-JWT] to secure this media type.
A [=conforming SD-JWT issuer implementation=] MUST use [[SD-JWT]] to secure this media type.
The unsecured verifiable credential is the unencoded SD-JWT payload.
</p>
<p>
Expand All @@ -364,7 +364,7 @@ <h2>Securing JSON-LD Verifiable Credentials with SD-JWT</h2>
<code>cty</code>.
</p>
<p>
A [=conforming SD-JWT verifier implementation=] MUST use [[SD-JWT] to verify [=conforming JWS documents=] that use this media type.
A [=conforming SD-JWT verifier implementation=] MUST use [[SD-JWT]] to verify [=conforming JWS documents=] that use this media type.
</p>

<pre class="example vc-jose-cose-sd-jwt" title="A simple example of a verifiable credential secured with SD-JWT">
Expand Down Expand Up @@ -2109,7 +2109,7 @@ <h2>Verification Algorithm</h2>

<p>
When verifying a credential or presentation secured with SD-JWT, the algorithm defined in
[[SD-JWT] for
[[SD-JWT]] for
Verification of the SD-JWT
MUST be followed.
</p>
Expand Down
Loading