allow the optional sharing if RSA private keys

This commit is contained in:
Andreas Steffen
2012-11-22 00:34:42 +01:00
parent 2cb9a014df
commit 48b23d06a8
4 changed files with 227 additions and 112 deletions
+4
View File
@@ -141,6 +141,10 @@ enum builder_part_t {
BUILD_RSA_COEFF,
/** generate (p) and (q) as safe primes */
BUILD_SAFE_PRIMES,
/** number of private key shares */
BUILD_SHARES,
/** minimum number of participating private key shares */
BUILD_THRESHOLD,
/** end of variable argument builder list */
BUILD_END,
};