Greg Bernstein

Results 16 comments of Greg Bernstein

Seeing the same issue. Starting with the first example PDE and solution ```python mesh = UnitSquareMesh(8, 8) V = FunctionSpace(mesh, 'P', 1) u_D = Expression('1 + x[0]*x[0] + 2*x[1]*x[1]', degree=2)...

Great. What is the best way to contact you/co-authors? My email is [email protected]. Cheers Greg

Hi Vasilis, I did an initial read. I think the curve BLS12-381 curve library I use has a pretty good BLS signature implementation. Let us know if/when you've got some...

Hi @matthiasgeihs we are using [Blind BBS Signatures](https://www.ietf.org/archive/id/draft-kalos-bbs-blind-signatures-01.html#) to implement a form of holder binding for verifiable credentials [VC-DI=BBS: anonymous holder binding](https://w3c.github.io/vc-di-bbs/#anonymous-holder-binding). My implementation of Blind BBS can be found...

Hi @RockstaYT, glad to see another implementation under way. I don't think there is a Java implementation yet. I've been working on a JavaScript only implementation [JavaScript BBS Signatures](https://www.npmjs.com/package/@grottonetworking/bbs-signatures), there...

I support this work and happy to help. Have been recently reviewing the NIST draft FIP 204 and 205.

Thanks @aphillips! I'm getting ready for all the reviews. However, there are two PRs (security considerations, and privacy considerations) that I'm waiting to merge before formally asking for any reviews....

Hi @aphillips updated self review per your comments. Will be formally asking for the review soon. Thanks!

Hi @roblesjoel, yes it seems that step 2 "Let proofConfig be a copy of securedDocument.proof with proofValue removed. " is not needed. I'll remove it. Thanks Greg

Good catch @roblesjoel, this should be *createShuffledIdLabelMapFunction*! Thanks Greg