Skip to content

Commit

Permalink
Insert content of terms.html into index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
selfissued authored and decentralgabe committed Sep 30, 2024
1 parent 41b73cc commit f70c57b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 33 deletions.
33 changes: 32 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,38 @@ <h2>SD-JWT Format and Requirements</h2>

<section>
<h3 id="terminology">Terminology</h3>
<div data-include="./terms.html"></div>
<p>
This section defines the terms used in this specification. A link to these terms
is included whenever they appear in this specification.
</p>

<dl class="termlist">

<dt><dfn>public key</dfn></dt>
<dd>
Cryptographic material that can be used to verify digital proofs created with a
corresponding <a>private key</a>.
</dd>

<dt><dfn>private key</dfn></dt>
<dd>
Cryptographic material that can be used to generate digital proofs.
</dd>

<dt><dfn data-lt="verifiable credentials">verifiable credential</dfn></dt>
<dd>
A standard data model and representation format for expressing
cryptographically-verifiable digital credentials, as defined by the W3C
Verifiable Credentials specification [[?VC-DATA-MODEL-2.0]].
</dd>

<dt><dfn>controller document</dfn></dt>
<dd>
A document that contains public cryptographic material as defined in the
[[[CONTROLLER-DOCUMENT]]] specification.
</dd>

</dl>
</section>

<section>
Expand Down
32 changes: 0 additions & 32 deletions terms.html

This file was deleted.

0 comments on commit f70c57b

Please sign in to comment.