Skip to content

Commit 1831b0f

Browse files
committed
Add GregB and Manu as editors.
1 parent 8271fa2 commit 1831b0f

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

index.html

+24-16
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,17 @@
4242

4343
// editors, add as many as you like
4444
// only "name" is required
45-
editors: [
46-
{ name: "Tobias Looker", url: "https://mattr.global/",
47-
company: "Mattr", companyURL: "https://mattr.global/", w3cid: 109171, }
45+
editors: [{
46+
name: "Tobias Looker", url: "https://mattr.global/",
47+
company: "Mattr", companyURL: "https://mattr.global/", w3cid: 109171,
48+
}, {
49+
name: "Greg Bernstein", url: "https://www.grotto-networking.com/",
50+
company: "Invited Expert", w3cid: 140479
51+
}, {
52+
name: "Manu Sporny", url: "https://digitalbazaar.com/",
53+
company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/",
54+
w3cid: 41758
55+
}
4856
],
4957

5058
// extend the bibliography entries
@@ -63,7 +71,7 @@
6371
// wgPatentURI: "https://www.w3.org/community/about/agreements/cla/",
6472

6573
github: "https://github.com/w3c/vc-di-bbs",
66-
74+
6775
// URI of the patent status for this WG, for Rec-track documents
6876
// !!!! IMPORTANT !!!!
6977
// This is important for Rec-track documents, do not copy a patent URI from a random
@@ -401,7 +409,7 @@ <h3>JsonWebKey</h3>
401409
<p class="advisement">
402410
Developers are advised to not accidentally publish a representation of a private
403411
key. Implementations of this specification MUST raise errors if expression
404-
of public key information includes a key parameter that is marked as
412+
of public key information includes a key parameter that is marked as
405413
`Private` in the IANA JSON Web Key Parameters registry.
406414
</p>
407415

@@ -513,7 +521,7 @@ <h3>bbs-signature-2023</h3>
513521
<p>
514522
This suite relies on detached digital signatures represented using [[MULTIBASE]].
515523
</p>
516-
524+
517525
<p>
518526
The `verificationMethod` property of the proof MUST be a URL.
519527
Dereferencing the `verificationMethod` MUST result in an object
@@ -576,7 +584,7 @@ <h3>bbs-proof-2023</h3>
576584
<p>
577585
This suite relies on detached digital signatures represented using [[MULTIBASE]].
578586
</p>
579-
587+
580588
<p>
581589
The `verificationMethod` property of the proof MUST be a URL.
582590
Dereferencing the `verificationMethod` MUST result in an object
@@ -926,16 +934,16 @@ <h3>Proof Verification </h3>
926934
<section>
927935
<h3>bbs-proof-2023</h3>
928936
<p>
929-
The `bbs-proof-2023` cryptographic suite takes an input document,
937+
The `bbs-proof-2023` cryptographic suite takes an input document,
930938
that has previously been secured using `bbs-signature-2023`,
931-
derives from this original document a set of messages to be disclosed
932-
representing a redacted form of the original document, and
939+
derives from this original document a set of messages to be disclosed
940+
representing a redacted form of the original document, and
933941
applies the <a data-cite="CFRG-BBS-SIGNATURE#name-proofgen">Proof Gen</a>
934942
algorithm to produce a proof of knowledge for the disclosed messages.
935943
The result is a new `proof`, containing the following attributes:
936944
</p>
937945

938-
946+
939947
<ul>
940948
<li>
941949
`generators`
@@ -947,10 +955,10 @@ <h3>bbs-proof-2023</h3>
947955
`proofValue`
948956
</li>
949957
</ul>
950-
<p>This operation can be applied by any
958+
<p>This operation can be applied by any
951959
<a data-cite="VC-DATA-MODEL-2#dfn-holders">holder</a> of a `bbs-signature-2023`
952960
secured document, and as such, `bbs-proof-2023` MUST be implemented with
953-
awareness of the mandatory to disclose fields the original
961+
awareness of the mandatory to disclose fields the original
954962
<a data-cite="VC-DATA-MODEL-2#dfn-issuers">issuer</a> required.
955963
</p>
956964
<p class="issue" data-number="3"></p>
@@ -982,7 +990,7 @@ <h3>Proof Serialization </h3>
982990
<h3>Proof Verification </h3>
983991
<p class="issue" data-number="85"></p>
984992
</section>
985-
993+
986994
</section>
987995
</section>
988996

@@ -999,9 +1007,9 @@ <h2>Security Considerations</h2>
9991007
<p class="issue">TODO: We need to add a complete list of security
10001008
considerations.</p>
10011009
</section>
1002-
10031010

1004-
1011+
1012+
10051013
<section class="appendix">
10061014
<h2>Acknowledgements</h2>
10071015
<p>

0 commit comments

Comments
 (0)