multi-party-schnorr icon indicating copy to clipboard operation
multi-party-schnorr copied to clipboard

Compare to Schnorrkel

Open omershlo opened this issue 5 years ago • 3 comments

https://github.com/w3f/schnorrkel is based on ristretto curve and implements MuSig. multi-party-schnorr can also use Ristretto and MuSig is implemented. It will be interesting to compare both implementations.

cc: @burdges

omershlo avatar Jun 23 '19 20:06 omershlo

We're still looking for a good multi-sig that avoids the parallel execution attacks, without blowing up the size like mBCJ.

burdges avatar Jul 11 '19 11:07 burdges

by comparing u mean having an article?

and in what aspects? some ideas come up to my mind if they r helpful:

  • security assumption, curve params
  • (benchmark) performance
  • ...

HAOYUatHZ avatar Jul 17 '19 01:07 HAOYUatHZ

good question. I think that in this context it is interesting to compare performance

omershlo avatar Jul 17 '19 04:07 omershlo