Skip to content

Commit

Permalink
Fixed typo (primitive, not primative)
Browse files Browse the repository at this point in the history
  • Loading branch information
macterra committed Dec 18, 2023
1 parent bb4bb16 commit 700fea6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docs/spec/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| CAS URI { #cas-uri } | The unique content-bound identifier used to locate a resource via the [CAS](#cas) protocol/network (e.g. IPFS) |
| Commit Value { #commit-value } | A chosen value that is used with a [commitment scheme](#commitment-scheme) |
| Commitment { #commitment } | The output of a [commitment scheme](#commitment-scheme) |
| Commitment Scheme { #commitment-scheme } | A cryptographic primative that allows one to commit to a chosen value, known as the [commit value](#commit-value) resulting in the generation of a [commitment](#commitment). A [commitment](#commitment) can then be shared without revealing the [commit value](#commit-value) forming a `proof of commitment` where the possessor of the [commit value](#commit-value) can then later reveal the [commit value](#commit-value) proving the original commitment.
| Commitment Scheme { #commitment-scheme } | A cryptographic primitive that allows one to commit to a chosen value, known as the [commit value](#commit-value) resulting in the generation of a [commitment](#commitment). A [commitment](#commitment) can then be shared without revealing the [commit value](#commit-value) forming a `proof of commitment` where the possessor of the [commit value](#commit-value) can then later reveal the [commit value](#commit-value) proving the original commitment.
| DID Document | JSON Document containing public key references, service endpoints, and other PKI metadata that corresponds to a given DID (as defined in the [W3C DID Specification](https://w3c.github.io/did-core/)). This is the most common form of DID state used in Sidetree implementations. |
| DID Suffix { #did-suffix } | The unique identifier string within a DID URI. e.g. The unique suffix of `did:sidetree:123` would be `123`. |
| DID Suffix Data | Data required to deterministically generate a DID. |
Expand Down
4 changes: 2 additions & 2 deletions www/spec/v0.1.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2 id="terminology"><a class="toc-anchor" href="#terminology">§</a> Terminolog
</tr>
<tr>
<td id="commitment-scheme">Commitment Scheme</td>
<td>A cryptographic primative that allows one to commit to a chosen value, known as the <a
<td>A cryptographic primitive that allows one to commit to a chosen value, known as the <a
href="#commit-value">commit value</a> resulting in the generation of a <a
href="#commitment">commitment</a>. A <a href="#commitment">commitment</a> can then be
shared without revealing the <a href="#commit-value">commit value</a> forming a
Expand Down Expand Up @@ -2614,4 +2614,4 @@ <h3 id="publickeyhex"><a class="toc-anchor" href="#publickeyhex">§</a> publicKe
<script src="https://identity.foundation/sidetree/spec-up/js/chart.js"></script>
<script src="https://identity.foundation/sidetree/spec-up/js/index.js"></script>

</html>
</html>
Loading

0 comments on commit 700fea6

Please sign in to comment.