From 1831b0f0740f2451c641fa677cbe8b1e7698419a Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sat, 21 Oct 2023 11:56:29 -0400 Subject: [PATCH] Add GregB and Manu as editors. --- index.html | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index c2836ab..2307190 100644 --- a/index.html +++ b/index.html @@ -42,9 +42,17 @@ // editors, add as many as you like // only "name" is required - editors: [ - { name: "Tobias Looker", url: "https://mattr.global/", - company: "Mattr", companyURL: "https://mattr.global/", w3cid: 109171, } + editors: [{ + name: "Tobias Looker", url: "https://mattr.global/", + company: "Mattr", companyURL: "https://mattr.global/", w3cid: 109171, + }, { + name: "Greg Bernstein", url: "https://www.grotto-networking.com/", + company: "Invited Expert", w3cid: 140479 + }, { + name: "Manu Sporny", url: "https://digitalbazaar.com/", + company: "Digital Bazaar", companyURL: "https://digitalbazaar.com/", + w3cid: 41758 + } ], // extend the bibliography entries @@ -63,7 +71,7 @@ // wgPatentURI: "https://www.w3.org/community/about/agreements/cla/", github: "https://github.com/w3c/vc-di-bbs", - + // URI of the patent status for this WG, for Rec-track documents // !!!! IMPORTANT !!!! // This is important for Rec-track documents, do not copy a patent URI from a random @@ -401,7 +409,7 @@

JsonWebKey

Developers are advised to not accidentally publish a representation of a private key. Implementations of this specification MUST raise errors if expression -of public key information includes a key parameter that is marked as +of public key information includes a key parameter that is marked as `Private` in the IANA JSON Web Key Parameters registry.

@@ -513,7 +521,7 @@

bbs-signature-2023

This suite relies on detached digital signatures represented using [[MULTIBASE]].

- +

The `verificationMethod` property of the proof MUST be a URL. Dereferencing the `verificationMethod` MUST result in an object @@ -576,7 +584,7 @@

bbs-proof-2023

This suite relies on detached digital signatures represented using [[MULTIBASE]].

- +

The `verificationMethod` property of the proof MUST be a URL. Dereferencing the `verificationMethod` MUST result in an object @@ -926,16 +934,16 @@

Proof Verification

bbs-proof-2023

- The `bbs-proof-2023` cryptographic suite takes an input document, + The `bbs-proof-2023` cryptographic suite takes an input document, that has previously been secured using `bbs-signature-2023`, - derives from this original document a set of messages to be disclosed - representing a redacted form of the original document, and + derives from this original document a set of messages to be disclosed + representing a redacted form of the original document, and applies the Proof Gen algorithm to produce a proof of knowledge for the disclosed messages. The result is a new `proof`, containing the following attributes:

- + -

This operation can be applied by any +

This operation can be applied by any holder of a `bbs-signature-2023` secured document, and as such, `bbs-proof-2023` MUST be implemented with - awareness of the mandatory to disclose fields the original + awareness of the mandatory to disclose fields the original issuer required.

@@ -982,7 +990,7 @@

Proof Serialization

Proof Verification

- + @@ -999,9 +1007,9 @@

Security Considerations

TODO: We need to add a complete list of security considerations.

- - + +

Acknowledgements