distributed_keygen.utils module
Useful functions for the distributed keygen module.
Bases:
objectShares contains all shares of this party. Every subclass contains an object for that element, such as \(p\) or \(q\). These objects contain up to two entries: “additive” and “shares”, in “additive”, the local additive share of that element is stored, in “shares”, the shamir shares of the local additive share are stored.
Bases:
objectShares of \(\beta\).
Bases:
objectShares of the used biprime.
Bases:
objectShares of \(\lambda\).
Bases:
objectShares of \(n\).
Bases:
objectShares of \(p\).
Bases:
objectShares of \(q\).
Bases:
objectShares of the secret key.
Bases:
objectShares of \(v\).