Kobi Gurkan
Kobi Gurkan
@HarryR I updated my implementation to act like the paper says: https://github.com/kobigurk/circomlib/pull/2 Also, thanks for raising the burning question to @byt3bit :) From my side, I wouldn't discount Miyaguchi-Preneel be...
Harry, Regarding that, we had a twitter thread about EdDSA yesterday where it was shown by Daira that you do need a random oracle (unless you're using the Generic Group...
take a look at my pull request, it fixes it amongst other things
Hi Chris, Take a look at my fork, it has both the compiled version and a minified one. https://github.com/kobigurk/libmp3lame-js
You're correct, I mistakenly didn't commit the new compiled files. They're pushed now, thanks, take a look.
No problem, have fun :-)
Fixed, and checked in hackmd.
@burdges, could you provide a reference for possible attacks on blind BLS signatures?
I'd like to second that direction! Though with another curve, or possibly both. We're working on an embedded, constant-time version of BLS12-377 signing here: https://github.com/celo-org/bls-embedded/. We have code that works...
Standardization is underway: https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature-00 BLS signatures have a compelling feature of non-interactive aggregation - signatures, either for the same message or different messages, can be aggregated by anyone into a...