Skip to content

Commit 2760073

Browse files
committed
Apply suggestions from @chaals.
1 parent 1331999 commit 2760073

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

common.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ var vcwg = {
6666
status: "CG-DRAFT",
6767
publisher: "Digital Verification Community Group"
6868
},
69+
"CL-SIGNATURES": {
70+
title: "A Signature Scheme with Efficient Protocols",
71+
href: "http://groups.csail.mit.edu/cis/pubs/lysyanskaya/cl02b.pdf",
72+
authors: [
73+
"Jan Camenisch",
74+
"Anna Lysyanskaya"
75+
],
76+
status: "Peer Reviewed Paper",
77+
publisher: "IBM Research"
78+
},
6979
// aliases to known references
7080
"HTTP-SIGNATURES": {
7181
aliasOf: "http-signatures"

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -564,16 +564,16 @@ <h3>Use Cases and Requirements</h3>
564564
While digital proofs, a subset of which are digital signatures, are required
565565
to ensure the protection of a <a>verifiable credential</a>, this specification
566566
does not standarize on any single digital signature format. At the time of
567-
publication, the Working Group included members that had implemented using
568-
at least three proof mechanisms. These implementations utilized
569-
JSON Web Tokens, Linked Data Signatures, and Camenisch-Lysyanskaya
570-
Zero-Knowledge Proofs. It is expected that each of these mechanisms will mature
571-
independently and additional mechanisms will also become standardized. One
572-
of the goals of this specification is to provide a data model that can be
573-
protected by a variety of current and future digital proof approaches.
574-
Conformance with respect to digital proofs in this specification is focused
575-
on the clear identification of each digital proof mechanism and not the details
576-
of any particular proof mechanism.
567+
publication, Working Group members had implemented
568+
<a>verifiable credentials</a> using at least three proof mechanisms:
569+
JSON Web Tokens [[JWT]], Linked Data Signatures [[?LD-SIGNATURES]], and
570+
Camenisch-Lysyanskaya Zero-Knowledge Proofs [[?CL-SIGNATURES]]. The group
571+
expects some of these mechanisms, as well as new ones, to mature independently
572+
and become standardized in time. One of the goals of this specification is to
573+
provide a data model that can be protected by a variety of current and future
574+
digital proof mechanisms. Conformance to this specification does not
575+
depend on the details of a particular proof mechanism; it requires clearly
576+
identifying the mechanism a <a>verifiable credential</a> uses.
577577
</p>
578578
</section>
579579

0 commit comments

Comments
 (0)