taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correct for typo in P(mod)

cronokirby opened this issue · comments

Figure 28 samples an exponent from the group of units mod N, but should probably sample from +-2^(l + epsilon) instead.

We should document this divergence, and adjust our code accordingly.