taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures
Apache License 2.0
311 stars 120 forks source link

Adjust for typo in the proof PI(mod) #12

Closed cronokirby closed 3 years ago

cronokirby commented 3 years ago

Fixes #10.

This documents our divergence from figure 28 in the CMP paper, in order to fix a typo in the paper.

This means sampling alpha from a uniform interval, instead of as a unit mod N, which makes sense, because alpha is used as an exponent.