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

Remove the 'Universal' from the RDFC references. #169

Merged
merged 1 commit into from
Jun 17, 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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ <h3>bbs-2023</h3>

<p>
The `bbs-2023` cryptographic suite takes an input document, canonicalizes
the document using the Universal RDF Dataset Canonicalization Algorithm
the document using the RDF Dataset Canonicalization Algorithm
[[RDF-CANON]], and then applies a number of transformations and cryptographic
operations resulting in the production of a data integrity proof. The algorithms
in this section also include the verification of such a data integrity proof.
Expand Down Expand Up @@ -1476,7 +1476,7 @@ <h4>Base Proof Configuration (bbs-2023)</h4>
|unsecuredDocument|.|@context|.
</li>
<li>
Let |canonicalProofConfig| be the result of applying the Universal RDF Dataset
Let |canonicalProofConfig| be the result of applying the RDF Dataset
Canonicalization Algorithm [[RDF-CANON]] to the |proofConfig|.
</li>
<li>
Expand Down
Loading