You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @alessandroguggino good catch, yes there are some inconsistencies, however you are right that our focus as a WG is primarily on the core draft right now. Feel free to open a PR to address any syntax inconsistencies anything broader we will address once the core draft is complete/stable.
I found something new from the Blind signature extension. I know that you are now focused on the core draft but I leave it here :)
In
BlindMessagesProofGen
:bbs-signature/draft-blind-bbs-signatures.md
Line 249 in 5fba426
In
BlindMessagesProofVerify
:bbs-signature/draft-blind-bbs-signatures.md
Line 284 in 5fba426
The values in
c
andcv
are inconsistent: we should decide which one to follow.c = hash(U || U~ || nonce)
andcv = hash(U || U^ || nonce)
+ addU
(known messages) as input parameter in BlindMessagesProofVerifyor
c = hash(commitment || U~ || nonce)
andcv = hash(commitment || U^ || nonce)
P.S. I'm going to open a pull request to remove the unuseful escape chars and, if you want, update the draft to snake_case notation
The text was updated successfully, but these errors were encountered: