US7313701B2 - Robust efficient distributed RSA-key generation - Google Patents

Robust efficient distributed RSA-key generation Download PDF

Info

Publication number
US7313701B2
US7313701B2 US09/860,441 US86044101A US7313701B2 US 7313701 B2 US7313701 B2 US 7313701B2 US 86044101 A US86044101 A US 86044101A US 7313701 B2 US7313701 B2 US 7313701B2
Authority
US
United States
Prior art keywords
participant
protocol
participants
deviated
checking whether
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related, expires
Application number
US09/860,441
Other versions
US20010038696A1 (en
Inventor
Yair Frankel
Marcel M. Yung
Philip D. MacKenzie
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CQR Cert LLC
Original Assignee
CQR Cert LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by CQR Cert LLC filed Critical CQR Cert LLC
Priority to US09/860,441 priority Critical patent/US7313701B2/en
Publication of US20010038696A1 publication Critical patent/US20010038696A1/en
Application granted granted Critical
Publication of US7313701B2 publication Critical patent/US7313701B2/en
Adjusted expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/30Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy
    • H04L9/3006Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy underlying computational problems or public-key parameters
    • H04L9/3013Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy underlying computational problems or public-key parameters involving the discrete logarithm problem, e.g. ElGamal or Diffie-Hellman systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/30Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy
    • H04L9/3006Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy underlying computational problems or public-key parameters
    • H04L9/302Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy underlying computational problems or public-key parameters involving the integer factorization problem, e.g. RSA or quadratic sieve [QS] schemes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/30Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy
    • H04L9/3093Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy involving Lattices or polynomial equations, e.g. NTRU scheme
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/06Network architectures or network communication protocols for network security for supporting key management in a packet data network
    • H04L63/065Network architectures or network communication protocols for network security for supporting key management in a packet data network for group communications
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y04INFORMATION OR COMMUNICATION TECHNOLOGIES HAVING AN IMPACT ON OTHER TECHNOLOGY AREAS
    • Y04SSYSTEMS INTEGRATING TECHNOLOGIES RELATED TO POWER NETWORK OPERATION, COMMUNICATION OR INFORMATION TECHNOLOGIES FOR IMPROVING THE ELECTRICAL POWER GENERATION, TRANSMISSION, DISTRIBUTION, MANAGEMENT OR USAGE, i.e. SMART GRIDS
    • Y04S40/00Systems for electrical power generation, transmission, distribution or end-user application management characterised by the use of communication or information technologies, or communication or information technology specific aspects supporting them
    • Y04S40/20Information technology specific aspects, e.g. CAD, simulation, modelling, system security
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y04INFORMATION OR COMMUNICATION TECHNOLOGIES HAVING AN IMPACT ON OTHER TECHNOLOGY AREAS
    • Y04SSYSTEMS INTEGRATING TECHNOLOGIES RELATED TO POWER NETWORK OPERATION, COMMUNICATION OR INFORMATION TECHNOLOGIES FOR IMPROVING THE ELECTRICAL POWER GENERATION, TRANSMISSION, DISTRIBUTION, MANAGEMENT OR USAGE, i.e. SMART GRIDS
    • Y04S50/00Market activities related to the operation of systems integrating technologies related to power network operation or related to communication or information technologies
    • Y04S50/12Billing, invoicing, buying or selling transactions or other related activities, e.g. cost or usage evaluation

Definitions

  • the application relates to the field of electronics and data processing, and particularly to methods and apparatus for generating cryptographic keys.
  • a major efficiency difference between a general compiler protocol (which should be thought of as a plausibility result—see [Gr97]) and a function sharing protocol results from the fact that the communication complexity of the former depends linearly on the actual size of the circuit computing the cryptographic functions, while the communication complexity of the latter is independent of the circuit size (and is typically a polynomial in the input/output size and the number of participants). This difference (pointed out first in FY93, DDFY94) is crucial to practitioners who require efficient protocols.
  • a function sharing protocol involves a protocol for applying the function (based on distributed shares), and sometimes (in what is called a “proactive model”) also a protocol for re-randomizing the function shares.
  • Boneh and Franklin [BF97] Another step forward was achieved by Boneh and Franklin [BF97] who showed how a set of participants can generate an RSA function efficiently, thus detouring the inefficient compiler. They showed that their protocol was secure in the limited model of “trusted but curious” parties. They left open the issue of robustness, i.e., generation in the presence of misbehaving (malicious) parties. If adversaries misbehave arbitrarily, the Boneh-Franklin protocol may be prevented from ever generating a shared RSA key (due to lack of robustness).
  • the preferred embodiment of the invention is a network of computers performing operations to generate a cryptographic key for use in an asymmetric (e.g., public/private) cryptosystem.
  • the invention permits generation of a secret key by a group of computers.
  • the process generates the key in the form of distributed shares in such a way that a (large enough) subset of computers have sufficient information to recover the key, and a subset of computers can perform cryptographic functions using the shares (e.g., signing a certificate).
  • the secret key actually formed.
  • the method is secure against a number of misbehaving participants.
  • the preferred embodiment of the invention generates key shares for use in a cryptosystem that requires a number that is the product of two large prime numbers.
  • the method proceeds generally in the following steps.
  • the invention has particular utility in cryptographic applications requiring maximum security against both external and internal adversaries. Robustness assures proper operation in various system conditions like errors, failures, attacks with which a distributed system is supposed to cope.
  • FIG. 1 illustrates an electronic method for generating shares of a cryptographic value.
  • the present invention provides for the robust, efficient and secure generation of shared RSA keys (or more generally, keys based on multiplying two large primes and exponentiation). It assumes a number n of participants that participate in generating shares of a cryptographic key. The participants may be programmed computers connected by a communication network. The method will successfully generate shares of a key for n ⁇ 2t+1, i.e., where at most t parties misbehave in any malicious and arbitrary way. The method achieves optimal resilience, since a majority of good participants is required. If n ⁇ 3t+1, a slightly more efficient variant of the protocol may be used.
  • the method begins in step 10 .
  • the method selects a group of initial participants to participate in generating shares of the cryptographic value.
  • the method initiates the initial participants to perform a process of first, second, and third protocols, the protocols being stored in a computer or a computer readable medium, where (i) the first protocol is constructed to compute a number N, (ii) the second protocol is constructed to test the value N for double primality without revealing the factors of N to the participants, (iii) the third protocol is constructed to compute shares of the cryptographic value without revealing the cryptographic value to the participants; and (iv) the process includes procedures to detect whether a participant has deviated from a protocol.
  • the method commences the process of performing the protocols.
  • the method checks for at least one of the first, second, and third protocols, whether a participant has deviated from the first, second, and third protocols, respectively. The method then ends in step 60 .
  • Techniques of the present invention solve numerous other problems, because they can be employed to distributively initiate other cryptographic schemes based on composite numbers, such as: composite ElGamal encryption/signature, identification schemes where no participant is allowed to know the factorization of N (as in Feige, Fiat, Shamir [FFS]), and an efficient version of Yao's simultaneous bit exchange protocol [Y86].
  • the technique has potential in other applications since it is information-theoretically secure but also produces publicly verifiable witnesses which are held by the “community of servers.”
  • a commitment mechanism called Simulator-Equivocal Commitments, which are as secure and efficient as normal commitments, but allow for certain simultability arguments on committed data which could not be accomplished with standard commitments.
  • the mechanism leads to a new proof technique of security for result-producing protocols.
  • the protocol described below assures that distributed systems employing the RSA function (and the other functions mentioned above) can be initiated distributively as well.
  • the techniques developed here can be used to construct a robust threshold DSS as in [GJKR], but with optimal resilience and with no additional cryptographic assumptions.
  • the protocol is implementable in hardware or software or both.
  • the protocol is relatively efficient (it does not depend on the size of the circuit of primality tests as in the general compilers).
  • the number of rounds can be made about the same as the number of rounds in a non-robust protocol, and the computation complexity (measured in the number of modular exponentiations) can be brought to about 100 times the computational complexity of a non-robust protocol, given reasonable values for the number of shareholders and security requirements, and a few modifications for efficiency as also discussed below.
  • the protocol is feasible and can be used in system initiation and key replacement in numerous systems (as mentioned above) and in various settings which require distributed trust.
  • shared public key replacement in a certification authority may be performed every three or five years, and thus need not be a “real time” operation. Therefore, a somewhat long (say, two-three week) protocol is reasonable.
  • a general compiler protocol which will take more than the five year period itself is unreasonable.
  • the invention is preferably implemented in a network of computers. It has many advantages, particularly in terms of security against certain classes of adversaries as discussed below.
  • THE NETWORK Preferred system uses a network of computers (shareholders) having properties satisfying the so-called “a model” similar to various recent works and also (BF97).
  • the system has a group of n (probabilistic) servers, all connected to a common broadcast medium C, called the communication channel. Messages sent on C are assumed to instantly reach every party connected to it.
  • the system is synchronized (and w.l.o.g. servers can be assumed to act synchronously).
  • Implementations which satisfy the environment of the “model” can be based on known implementations of broadcast and multicast protocols, message sending protocols, encrypted and authenticated message sending protocols, and agreement protocols. These implementations are apparent based on the known and practiced art of computer communications (e.g., Computer Networks , Andrew Tanenbaum, Prentice-Hall, Inc., 1996).
  • the adversary is computationally bounded (i.e., it can not break the underlying cryptographic primitives) and it can corrupt servers at any moment by viewing the memories of corrupted servers and/or modifying their behavior.
  • the adversary decides on whom to corrupt at the start of the protocol. It will be assume that the adversary corrupts no more than t out of n servers throughout the protocol, where n ⁇ 2t+1 (or n ⁇ 3t+1 for the more efficient protocol variant).
  • malicious faults need not be differentiated from “normal” server failures (e.g., crashes).
  • An adversaries can be connected to the broadcast channel C, which means it can hear all the messages and inject its own. It cannot, however, modify messages sent to C by a server that the adversary does not control, nor can it prevent a non-corrupted server from receiving a message sent on C.
  • the preferred protocol will be useful against a more mobile adversary [OY91], where the protocol proceeds in “trials” and each trial is independent of past trials.
  • misbehaving servers including malicious adversaries
  • a proper key can be generated, or the remaining servers (which were not caught deviating from the protocol) restart a new trial.
  • the protocol permits generation of a proper key if the adversary occupies t ⁇ 1 ⁇ t′ new servers at the start of the new trial.
  • N * will be the product of two unknown primes, each in the range ⁇ square root over ( ) ⁇ H, 2 ⁇ square root over ( ) ⁇ H.
  • the terms g* and h* are generators whose discrete log mod N* with respect to each other is unknown. Indeed finding such an N* may be difficult, since that is the goal of the protocol.
  • the main protocol proceeds in a series of steps as follows.
  • the MAIN PROTOCOL uses a number of supporting protocols. Those supporting protocols are described below.
  • Commitments are used to simulate in electronic communication the notion of posting a value in a sealed envelope that can only be opened in one-way (a binding property), but until opened it is concealing the value in it (a security property).
  • a party B can commit to value for party A, such that the commitment is binding, but a simulator could produce a commitment that is non-binding.
  • An earlier use of such a mechanism (although it is a less efficient one) is in [IY87].
  • Simulator-Equivocal commitments are basically trapdoor commitments [FS89] combined with a proof of knowledge of the trapdoor.
  • the preferred commitment mechanism uses the following setup protocol, which only needs to be run once for any number of commitments (by itself it uses regular commitments to set up the special commitments).
  • the scheme for multiplication over the integers is a variation of a protocol for distributed multiplication over a prime field. Multiplication over a prime field will be described first, and modifications to permit multiplication over the integers will be described second.
  • the scheme uses semantically-secure public-key encryption for sending private messages between servers.
  • the severs (shareholders) S 1 , . . . , S n (for n ⁇ 2t+1) can perform robust multiplication over a prime field while maintaining unconditional security.
  • the goal of the protocol is to compute C ⁇ (A 1 +A 2 + . . . +A n ) (B 1 +B 2 + . . . +B n ) mod P′ where A i and B i are chosen by S i .
  • the MAIN protocol requires multiplication over the integers, whereas the basic scheme described above achieves multiplication over a finite field.
  • the above scheme (over a finite field) can be modified as follows to perform multiplication over the integers.
  • the protocol begins with n+1 secret sharings: the first being a Shamir sharing of the secret over the integers, and the next n being sharings of companion secrets using the variant of Shamir sharing over the integers as described above.
  • the SUM-OF-POLY MULTIPLICATION OVER A FINITE FIELD can be modified as follows to perform multiplication over the integers.
  • the protocol is unconditionally secure, but only in the statistical sense.
  • the protocol uses semantically-secure public-key encryption for sending private messages between servers.
  • This protocol allows servers (shareholders) S 1 , . . . S n (for n ⁇ 2t+1) to perform robust multiplication over the integers while maintaining unconditional security.
  • the goal of the protocol is to compute C ⁇ (A 1 +A 2 + . . . +A n (B 1 +B 2 + . . . +b n ) mod P′ where A i and B i are chosen by S i from the range [1 ⁇ 2 ⁇ square root over ( ) ⁇ H, ⁇ square root over ( ) ⁇ H]. (The adversary may choose values from outside this range.)
  • the protocol is the same as that of the previous section except that the share computation is performed over the integers rather than mod P′, the verification and check share computations are performed mod N * rather than mod P, and with the following specific changes:
  • the preferred method uses a double-prime test scheme based on a prior one by Boneh-Franklin but modified to be robust and to “chain” the robustness tools to the preceding generation of the value n.
  • servers can check whether a previously computed value N is the product of two large prime numbers (a condition that is required for using N in certain signature and other cryptographic schemes).
  • the preferred method also uses the corresponding check shares used in the Pedersen sharing steps.
  • check share will be called ⁇ i,j for 0 ⁇ j ⁇ t, with ⁇ i,0 ⁇ g * L 2 (p i +q i ) h * (p′ i q′ i ) mod N * , where p′ i and q′ i are the companion secrets to p i and q i , respectively.
  • the parties repeat the following steps as many times as necessary get the desired security level. Each successful repetition increases the confidence that the computed value N is double prime. A failure of any repetition indicates that N is not double prime, and the servers return to the RESTARTING POINT to compute a new value of N.
  • the preferred protocol uses one of two procedures, a simple one for small public keys and a more complicated one for larger (general) public keys.
  • a “poly-to-sum” technique which transforms a function shared by a t degree polynomial amongst n servers into a t-out-of-t additive (sum) sharing.
  • a “sum-to-poly” technique which transforms a function shared additively t-out-of-t into a t-out-of-n polynomial sharing.
  • Share representation transformation techniques from [FGMYa] may be employed.
  • the preferred protocol uses different techniques for finding ( ⁇ (N)) ⁇ 1 mod e which are related to ideas described by Boneh and Franklin.
  • the probability of generating an RSA modulus from two random primes of sp/2 bits each is about (sp/2) ⁇ 2 , so the procedure is expected to repeat for about sp 2 /4 rounds.
  • the communication complexity of each round is bounded by O(nk(sp)) and the computational complexity of each round is about O(n(k+t)) modular exponentiations. Given realistic values of k and t, the computational complexity is dominated by the multiplication protocol and would be about 24n(t+1) modular exponentiations. Not much efficiency can be gained by performing trial division as discussed by Boneh and Franklin, since each trial against a small prime would involve a robust multiplication, and thus around O(ntB/lnB) modular exponentiations for each distributed integer tested.
  • trial division can be done once a possible N is generated, and this would eliminate many distributed double-primality tests. Also, if the test that each p i and q i are in the correct range is done after this trial division, then many of those can be saved. (In this case, N needs to be tested to make sure it is in a possible range, so that flagrant misbehavior of shareholders can be determined.)
  • the total number of modular exponentiations in the protocol will be about 24n(t+1) times (sp/10) 2 (reduced from (sp/2) 2 because of the substitute for trial division), which is about 10,000.
  • the non-robust protocol of Boneh-Franklin using trial division up to 8,103 performs about 484 modular exponentiations, about a factor of 4000 less.
  • Performance can also be improved by using a faster modular exponentiation algorithm, as in [BGM], since in these robust protocols, participants will be performing many exponentiations over the same base and modulus.
  • Another source of efficiency may come from collapsing rounds in the zero-knowledge proofs by using the known method of self-challenging string derived from a common one-way hash function believed to be computationally indistinguishable from a random oracle [FS86].
  • the supporting protocols can be combined to improve many of the applications of mathematical operations over distributed values or cryptographic keys. Such operations involve multiplication, inversion, additional, and exponentiation.
  • Such operations involve multiplication, inversion, additional, and exponentiation.
  • One example mentioned above is the DSS distributed protocol.

Abstract

The invention provides for robust efficient distributed generation of RSA keys. An efficient protocol is one which is independent of the primality test “circuit size”, while a robust protocol allows correct completion even in the presence of a minority of arbitrarily misbehaving malicious parties. The disclosed protocol is secure against any minority of malicious parties (which is optimal). The disclosed method is useful in establishing sensitive distributed cryptographic function sharing services (certification authorities, signature schemes with distributed trust, and key escrow authorities), as well as other applications besides RSA (namely: composite ElGamal, identification schemes, simultaneous bit exchange, etc.). The disclosed method can be combined with proactive function sharing techniques to establish the first efficient, optimal-resilience, robust and proactively-secure RSA-based distributed trust services where the key is never entrusted to a single entity (i.e., distributed trust totally “from scratch”). The disclosed method involves new efficient “robustness assurance techniques” which guarantee “correct computations” by mutually distrusting parties with malicious minority.

Description

This application is a continuation of U.S. patent application Ser. No. 09/315,979, May 21, 1999, now U.S. Pat. No. 6,237,097.
The application relates to the field of electronics and data processing, and particularly to methods and apparatus for generating cryptographic keys.
BACKGROUND
The notion of distributed cryptographic protocols has been in cryptography for over fifteen (15) years. Some protocols have been designed to solve communication problems which are impossible from an information-theoretic perspective, like the coin-flipping protocol [B82] and the millionaire-problem protocol [Y82]. Other protocols have been designed to solve generic problems. These protocols (called “general compiler protocols”) can securely compute any public function on secure inputs. The first such protocols were developed by Yao [Y86] and Goldreich, Micali and Wigderson [GMW], and various developments were made in subsequent works, e.g., [GHY, K, BGW, CCD].
Recently there has been a thrust to construct more efficient protocols for problems involving the distributed application of cryptographic functions (surveyed in GW97). Function sharing protocols are needed to provide increased memory security, distributed trust, and flexible management (i.e., adding and deleting trustees) of crucial functions like certification authorities and group signatures.
A major efficiency difference between a general compiler protocol (which should be thought of as a plausibility result—see [Gr97]) and a function sharing protocol results from the fact that the communication complexity of the former depends linearly on the actual size of the circuit computing the cryptographic functions, while the communication complexity of the latter is independent of the circuit size (and is typically a polynomial in the input/output size and the number of participants). This difference (pointed out first in FY93, DDFY94) is crucial to practitioners who require efficient protocols. A function sharing protocol involves a protocol for applying the function (based on distributed shares), and sometimes (in what is called a “proactive model”) also a protocol for re-randomizing the function shares.
Another important step regarding “distributed cryptographic functions” is the (efficient) distributed generation of the function (the key shares). For cryptographic functions based on modular exponentiation over a field (whose inverse is the discrete logarithm which is assumed to be a one-way function), a protocol for the distributed generation of keys was known [P2]. However, for the RSA function and related cryptographic functions to be described below, which requires the generation of a product of two primes and an inverse of a public exponent, this step was an open problem for many years. Note that Yao's central motivation [Y86] is introducing general compiler protocols that “computer circuits securely in communication” was the issue of distributed generation of RSA keys. Indeed the results of [Y86, GMW] show the plausibility of this task.
Another step forward was achieved by Boneh and Franklin [BF97] who showed how a set of participants can generate an RSA function efficiently, thus detouring the inefficient compiler. They showed that their protocol was secure in the limited model of “trusted but curious” parties. They left open the issue of robustness, i.e., generation in the presence of misbehaving (malicious) parties. If adversaries misbehave arbitrarily, the Boneh-Franklin protocol may be prevented from ever generating a shared RSA key (due to lack of robustness).
The following references provide additional background for the invention.
  • [ACGS] W. Alexi, B. Chor, O. Goldreich and C. Schnorr. RSA and Rabin Functions: Certain Parts are as Hard as the Whole. In SIAM Journal of Computing, volume 17, n. 2, pages 194-209, April 1988.
  • [B84] E. Bach, “Discrete Logarithms and Factoring”, Tech. Report No. UCB/CSD 84/186. Computer Science Division (EECS), University of California, Berkeley, Calif., June 1984.
  • [BGW] Ben-Or M., S. Goldwasser and A. Wigderson, Completeness Theorem for Non cryptographic Fault-tolerant Distributed Computing, STOC 1988, ACM, pp. 1-10.
  • [B82] M. Blum, “Coin flipping by telephone: a protocol for solving impossible problems,” IEEE Computer Conference 1982, 133-137.
  • [BF97] D. Boneh and M. Franklin, Efficient Generation of Shared RSA Keys, Crypto 97, pp. 425-439.
  • [B88] C. Boyd, Digital Multisignatures, IMA Conference on Cryptography and Coding, Claredon Press, 241-246 (eds. H. Baker and F. Piper), 1986.
  • [BCLL] G. Brassard, C. Crepeau, S. Laplante, C. Leger. Computationally Convincing proofs of knowledge, In Proceedings of the 8th Symp. On Theoretical Aspects of Computer Science (Springer, Berlin, 1991), pp. 251-262.
  • [BGM] E. Brickell, D. Gordon and K. McCurley. Fast Exponentiation with Precomputation Advances in Cryptology—Eurocrypt 92 Proceedings, Lecture Notes in Computer Science, Vol. 658, R. Rueppel ed., Springer-Verlag, 1992.
  • [CCD] D. Chaum, C. Crepeau and I. Damgard, Multiparty Unconditionally Secure Protocols, STOC 1988, ACM, pp. 11-19.
  • [CEG] D. Chau, M. -H. Evertse and J. van de Graff, Multiparty computations ensuring privacy of each party's input and correctness of the result, Advances in Cryptology—Europcrypt 88 Proceedings, Lecture Notes in Computer Science, Vol. 330, C. Gunther ed., Springer-Verlag, 1988 pp. 87-119.
  • [CEGP] D. Chaum, J. -H. Evertse, J van de Graaf and R. Peralta, An improved protocol for demonstrating possession of discrete logarithms and some generalizations, Advances in Cryptology—Crypto 86 Proceedings, Lecture Notes in Computer Science, Vol. 263, A. Odlyzko ed., Springer-Verlag, 1986, pp. 200-212.
  • [CGMA] B. Chor, S. Goldwasser, S. Micali and B. Awerbuch, Verifiable Secret Sharing and Achieving Simultaneous Broadcast, Proceedings of the 26th Symposium on Foundations of Computer Science, IEEE, 1985, pp. 335-344.
  • [DDFY94] A. DeSantis, Y. Desmedt, Y. Frankel and M. Yung, How to Share a Function Securely, ACM Proceedings of the 26th Annual Symposium on Theory of Computing, ACM, 1994, pp. 522-533.
  • [DF89] Y. Desmedt and Y. Frankel, Threshold cryptosystems, Advances in Cryptology—Crypto 89 Proceedings, Lecture Notes in Computer Science, Vol. 435, G. Brassard ed., Springer-Verlag, 1989, pp. 307-315.
  • [DH] W. Diffle and M. Hellman, New Directions in Cryptography, IEEE Trans. On Information Theory 22(6), 1976, pp. 644-654.
  • [FFS] U. Feige, A. Fiat and A. Shamir, Zero-Knowledge Proof of Identity,. Proceedings of the Nineteenth annual ACM symp. Theory of Computing, 1987, pp. 210-217.
  • [F] P. Feldman, A Practical Scheme for Non-Interactive Certifiable Secret Sharing, Proceedings of the 28th Symposium on Foundations of Computer Science, IEEE, 1987, pp. 427-437.
  • [FS86] A. Fiat and A. Shamir, “How to prove yourself: Practical solutions to identification and signature problems”, in Advances in Cryptology—CRYPTO '86 Proceedings (Lecture Notes in Computer Science, Vol. 263), ed. A. Odlyzko 186-194, Springer-Verlag, New York, 1987.
  • [FGY] Y. Frankel, P. Gemmell and M. Yung, Witness Based Cryptographic Program Checking and Robust Function Sharing, Proceedings of the 28th Annual Symposium on Theory of Computing, ACM 1996, pp. 499-508.
  • [FGMY] Y. Frankel, P. Gemmel, P. MacKenzie and M. Yung, Proactive RSA, Crpto 97.
  • [FGMYa] Y. Frankel, P. Gemmel, P. MacKenzie and M. Yung, Optimal Resilience Proactive Public-Key Cryptosystems, FOCS 97.
  • [FS89] U. Feige and A. Shamir, Zero knowledge proofs of knowledge in two rounds, CRYPTO 1989, 20-24.
  • [FY93] M. Franklin and M. Yung, Secure and Efficient Off-line Digital Money, Porch. Of the 20th Int. Col. On Automata, Languages and Programming (ICALP), 1993, LNCS 700, Springer-Verlag, pp. 265-276.
  • [GHY] Z. Galil, S. Haber, and M. Yung, Minimum-Knowledge Interactive Proof for Decision Problems, SIAM j. Comp., 18, 9189, pp. 711-739.
  • [GHY85] Z. Galil, S. Haber and M. Yung, Symmetric Public-Key Cryptography, Crypto 85.
  • [GHY87] Z. Galil, S. Haber and M. Yung, Cryptographic Computations: Secure Fault Tolerant Protocols in the Public Key Model, Crypto 87, pp. 135-155.
  • [GJKR] R. Gennaro, S. Jarecki, H. Krawczyk, T. Rabin, Robust Threshold DSS Signatures, Advances in Cryptology—Eurocrypt 96 Proceedings, Lecture Notes in Computer Science, Vol. 1070, U. Maurer ed., Springer-Verlag, 1996, pp. 354-371.
  • [Gr97] O. Goldreich, On Foundations of Modern Cryptography, an invited paper, Crypto 97.
  • [GMW86] O. Goldreich, S. Micali and A. Wigderson, “Proofs that yield nothing but their validity and a methodology of cryptographic protocol design,” IEEE FOCS 1986, pp. 174-187.
  • [GMW] O. Goldreich, S. Micali, and A. Wigderson, How to play any mental game, Proceedings of the Nineteenth annual ACM Symp. Theory of Computing, 1987, pp. 218-229.
  • [Gw97] S. Goldwasser, A New Direction in Cryptography: Twenty something years after, an invited paper, FOCS 97.
  • [GMR] A. Goldwasser, S. Micali and C. Rackoff, The Knowledge Complexity of Interactive Proof-Systems, Siam J. on Computing, 18(1) (1989), pp. 186-208.
  • [HW] G. Hardy and E. Wright, An introduction to the theory of numbers, Oxford Science Publications, London, Great Britain, fifth ed., 1985.
  • [HJJKY] A. Herzberg, M. Jakobsson, S. Jarecki, H. Krawczyk, M. Yung, Proactive Public-Key and Signature Schemes, Proceedings of the Fourth Annual Conference on Computer and Communications Security, ACM, 1996.
  • [IY87] R. Impagliazzo, and M. Yung, “Direct minimum-knowledge computation,” in Advances in Cryptology—CRYPTO '87 Proceedings (Lecture Notes in Computer Science, Vol. 293), ed. C. Pomerance, 40-51, Springer-Verlag, New York, 1988.
  • [K] J. Kilian, “Founding cryptography on oblivious transfer,” ACM STOC 1988, 20-31.
  • [M76] G. Miller, Riemann's Hypothesis and Test of Primality, J. of Comp. And Syst. Sciences, 13, 300-317, 1976.
  • [OK92] T. Okamoto, Provably Secure and Practical Identification and Corresponding Signature Scheme, Advances in Cryptology—Crypto 92 Proceedings, Lecture Notes in Computer Science Vol. 740, E. Brickell ed., Springer-Verlag, 1992, pp. 31-53.
  • [OY91] R. Ostrovsky and M. Yung, How to withstand mobile virus attacks, Proc. of the 10th ACM Symposium on the Principles of Distributed Computing, 1991, pp. 51-61.
  • [P] T. P. Pedersen, Distributed Provers with Applications to Undeniable Signatures, Advances in Cryptology—Eurocrypt 91 Proceedings, Lecture Notes in Computer Science Vol. 547, D. Davies ed., Springer-Verglag, 1991, pp. 221-242.
  • [P2] T. P. Pedersen, A threshold cryptosystem without a trusted party, Advances in Cryptology—Eurocrypt 91 Proceedings, Lecture Notes in Computer Science Vol. 547, D. Davies ed., Springer-Verlag, 1991, pp. 129-140.
  • [P91] T. P. Pedersen, Non-interactive and information theoretic secure verifiable secret sharing, Advances in Cryptology—Crypto 91 Proceedings, Lecture Notes in Computer Science Vol. 576, J. Feigenbaum ed., Springer-Verlag, 1991, pp. 129-140.
  • [RSA] R. Rivest, A. Shamir and L. Adleman, A Method for Obtaining Digital Signature and Public Key Cryptosystems, Comm. of ACM, 21 (1978), pp. 120-126.
  • [Sh] A Shamir, How to share a secret, Comm. of ACM, 22 (1979), pp. 612-613.
  • [Y82a] A. C. Yao, Theory and Applications of Trapdoor functions, Proceedings of the 23rd Symposium on the Foundation of Computer Science, 1982, pp. 80-91.
  • [Y82] A. C. Yao, “Protocols for secure computations”, IEEE FOCS 1982, 160-164.
  • [Y86] A. C. Yao, “How to generate and exchange secrets”, IEEE FOCS 1986, 162-167.
SUMMARY
The preferred embodiment of the invention is a network of computers performing operations to generate a cryptographic key for use in an asymmetric (e.g., public/private) cryptosystem. The invention permits generation of a secret key by a group of computers. The process generates the key in the form of distributed shares in such a way that a (large enough) subset of computers have sufficient information to recover the key, and a subset of computers can perform cryptographic functions using the shares (e.g., signing a certificate). However, at no time during key share generation or key share use is the secret key actually formed. In one particularly preferred version, the method is secure against a number of misbehaving participants.
The preferred embodiment of the invention generates key shares for use in a cryptosystem that requires a number that is the product of two large prime numbers. The method proceeds generally in the following steps.
    • 1. Setup;
    • 2. Distributed generation of a value N;
    • 3. Evaluation of the value N for a property of double primality;
    • 4. Repetition of steps 2 and 3 as required;
    • 5. Generation of key shares.
The invention has particular utility in cryptographic applications requiring maximum security against both external and internal adversaries. Robustness assures proper operation in various system conditions like errors, failures, attacks with which a distributed system is supposed to cope.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 illustrates an electronic method for generating shares of a cryptographic value.
BRIEF DESCRIPTION OF THE PREFERRED EMBODIMENTS
Robustness has motivated basic notions in cryptography such as verifiable secret sharing [CGMA] and general zero-knowledge proofs [GMR]. The present invention provides for the robust, efficient and secure generation of shared RSA keys (or more generally, keys based on multiplying two large primes and exponentiation). It assumes a number n of participants that participate in generating shares of a cryptographic key. The participants may be programmed computers connected by a communication network. The method will successfully generate shares of a key for n≧2t+1, i.e., where at most t parties misbehave in any malicious and arbitrary way. The method achieves optimal resilience, since a majority of good participants is required. If n≧3t+1, a slightly more efficient variant of the protocol may be used.
Referring to FIG. 1, the method begins in step 10. In the next step 20, the method selects a group of initial participants to participate in generating shares of the cryptographic value. In the next step 30, the method initiates the initial participants to perform a process of first, second, and third protocols, the protocols being stored in a computer or a computer readable medium, where (i) the first protocol is constructed to compute a number N, (ii) the second protocol is constructed to test the value N for double primality without revealing the factors of N to the participants, (iii) the third protocol is constructed to compute shares of the cryptographic value without revealing the cryptographic value to the participants; and (iv) the process includes procedures to detect whether a participant has deviated from a protocol. In the next step 40, the method commences the process of performing the protocols. In the next step 50, the method checks for at least one of the first, second, and third protocols, whether a participant has deviated from the first, second, and third protocols, respectively. The method then ends in step 60.
Techniques of the present invention solve numerous other problems, because they can be employed to distributively initiate other cryptographic schemes based on composite numbers, such as: composite ElGamal encryption/signature, identification schemes where no participant is allowed to know the factorization of N (as in Feige, Fiat, Shamir [FFS]), and an efficient version of Yao's simultaneous bit exchange protocol [Y86].
The preferred embodiment of the invention is built upon the following novel techniques.
1. Multiplication protocols for shared “sum-of-poly” representations of values drawn from (1) a prime field (with robustness and security based solely on the hardness of the discrete logarithm problem), or (2) a subset of the integers (with robustness and security based solely on the hardness of the RSA problem, but without requiring a shared RSA modulus). The technique has potential in other applications since it is information-theoretically secure but also produces publicly verifiable witnesses which are held by the “community of servers.”
2. Techniques for “chained-consistency” of shared information and its associated checking information, i.e., forcing checking information to be consistent over various computational tasks (e.g., generation protocols, multiplication protocols, and double primality tests) even when the representation of that checking information changes.
This Involves:
    • A. the idea of “cross-checking” information, i.e , maintaining consistency by verifying share information through check information, and moreover, verifying new checking information (perhaps a different representation) through share information. This duality of “checking and computing” is promising and is perhaps of independent interest;
    • B. efficient zero-knowledge arguments which verify that checking information is consistent;
    • C. a bootstrap technique assuring global checking by using a multitude of checking information w.r.t. individual keys.
Indeed, the techniques are general enough to cope with variations of many exponentiation-based cryptosystems and distributed protocols for applying these functions.
3. A commitment mechanism, called Simulator-Equivocal Commitments, which are as secure and efficient as normal commitments, but allow for certain simultability arguments on committed data which could not be accomplished with standard commitments. The mechanism leads to a new proof technique of security for result-producing protocols.
The protocol described below assures that distributed systems employing the RSA function (and the other functions mentioned above) can be initiated distributively as well. The techniques developed here can be used to construct a robust threshold DSS as in [GJKR], but with optimal resilience and with no additional cryptographic assumptions. The protocol is implementable in hardware or software or both.
The protocol is relatively efficient (it does not depend on the size of the circuit of primality tests as in the general compilers). In addition, the number of rounds can be made about the same as the number of rounds in a non-robust protocol, and the computation complexity (measured in the number of modular exponentiations) can be brought to about 100 times the computational complexity of a non-robust protocol, given reasonable values for the number of shareholders and security requirements, and a few modifications for efficiency as also discussed below.
The protocol is feasible and can be used in system initiation and key replacement in numerous systems (as mentioned above) and in various settings which require distributed trust. For example, shared public key replacement in a certification authority may be performed every three or five years, and thus need not be a “real time” operation. Therefore, a somewhat long (say, two-three week) protocol is reasonable. On the other hand a general compiler protocol which will take more than the five year period itself is unreasonable.
General System Description
The invention is preferably implemented in a network of computers. It has many advantages, particularly in terms of security against certain classes of adversaries as discussed below.
THE NETWORK: Preferred system uses a network of computers (shareholders) having properties satisfying the so-called “a model” similar to various recent works and also (BF97). The system has a group of n (probabilistic) servers, all connected to a common broadcast medium C, called the communication channel. Messages sent on C are assumed to instantly reach every party connected to it. The system is synchronized (and w.l.o.g. servers can be assumed to act synchronously). Implementations which satisfy the environment of the “model” can be based on known implementations of broadcast and multicast protocols, message sending protocols, encrypted and authenticated message sending protocols, and agreement protocols. These implementations are apparent based on the known and practiced art of computer communications (e.g., Computer Networks, Andrew Tanenbaum, Prentice-Hall, Inc., 1996).
THE ADVERSARY: The adversary is computationally bounded (i.e., it can not break the underlying cryptographic primitives) and it can corrupt servers at any moment by viewing the memories of corrupted servers and/or modifying their behavior. The adversary decides on whom to corrupt at the start of the protocol. It will be assume that the adversary corrupts no more than t out of n servers throughout the protocol, where n≧2t+1 (or n≧3t+1 for the more efficient protocol variant). For the purpose of classifying adversaries, malicious faults need not be differentiated from “normal” server failures (e.g., crashes). An adversaries can be connected to the broadcast channel C, which means it can hear all the messages and inject its own. It cannot, however, modify messages sent to C by a server that the adversary does not control, nor can it prevent a non-corrupted server from receiving a message sent on C.
In fact, the preferred protocol will be useful against a more mobile adversary [OY91], where the protocol proceeds in “trials” and each trial is independent of past trials. During a trial, misbehaving servers (including malicious adversaries) can be detected. A proper key can be generated, or the remaining servers (which were not caught deviating from the protocol) restart a new trial. Provided that the eliminated misbehaving servers till now are t′, the protocol permits generation of a proper key if the adversary occupies t−1−t′ new servers at the start of the new trial.
NOTATION: The description below will use the following notation. The term “sp” will be a security parameter, and the term H=2(sp). The subscripts “i”, “j”, and “k” designate individual elements indexed within a vector, and the subscript “*” designates the multitude of all elements in the vector (for describing parallel operations). The term N* will be the product of two unknown primes, each in the range √{square root over ( )}H, 2√{square root over ( )}H. The terms g* and h* are generators whose discrete log mod N* with respect to each other is unknown. Indeed finding such an N* may be difficult, since that is the goal of the protocol.
In the description of the preferred protocol below, reference will be made to techniques known in the art for secret sharing [Sh], verifiable secret sharing [F], unconditionally secure verifiable secret sharing [P91], basic commitments using discrete logs over prime groups [P91], basic proofs of knowledge of discrete logs [GHY85, CEG, CEGP], and certain methods by which a number of parties can generate a random value by all committing to private random values, and then revealing those values. All publications referenced herein (both above and below) are hereby incorporated by reference in their entirety.
The Main Protocol
The main protocol proceeds in a series of steps as follows.
  • 1. SETUP: The participants run the setup protocol for the SIMULATOR-EQUIVOCAL COMMITMENTS procedure as discussed below.
  • 2. RESTARTING POINT: At the conclusion of the setup protocol, and periodically when the protocol returns to this point, a majority of participants agree which servers are “honest ” and what is the upper bound on the number of misbehaving parties (given that some parties have been eliminated).
  • 3. RUN THE DISTRIBUTED COMPUTATION OF N: There are to be n≧2t+1 (or n≧3t+1 for the more efficient multiplication protocol) shareholders S1, . . . , Sn. For purposes of description, let L=n!. Let sp be the security parameter, and let H=2(sp). The goal of the protocol is to compute:
    N=(p 1 +p 2 + . . . +p n)(q 1 +q 2 + . . . +q n),
    where the p's and q's are chosen randomly by the shareholders. Steps of the computation are as follows.
    • Each shareholder Si chooses pi, qi R [½ √{square root over ( )}H, √{square root over ( )}H] (where the subscript “R” denotes “random” and the symbol ∈R refers to a random number in a set or interval).
    • Each shareholder Si uses the Shamir secret sharing scheme over the integers to distribute shares of its respective pi and qi. For description purposes, the polynomial used to share pi is ai(x), and the polynomial used to share qi is bi(x).
    • Each shareholder Si uses the MULTIPLICATION SCHEME OVER THE INTEGERS procedure discussed below to compute N=(p1+p2+ . . . +pn) (q1+q2+ . . . +qn).
    • Each shareholder Si proves to each other shareholder that its pi and qi are in the range [0, 3/2√{square root over ( )}H] using the protocol PROOF OF KNOWLEDGE OF A DISCRETE LOG described below (over g* L 2 and h*) with the zero-coefficient verification shares from the multiplication scheme.
    • If any shareholder misbehaves (as detected by failing to meet its proof), and the majority agrees that it is misbehaving, it is excluded from the rest of the protocol.
  • 4. Run the ROBUST DISTRIBUTED DOUBLE-PRIMALITY TEST OF N. If N fails, the current “honest” (non-excluded shareholders) repeat the protocol from the RESTARTING POINT until a value of N satisfies the primality test.
  • 5. Run the ROBUST DISTRIBUTED GENERATION OF PUBLIC AND PRIVATE KEYS. If N satisfies the primality test, remaining “honest” parties run one of the two protocols to determine public and private keys e and d. (The protocol for SMALL PUBLIC KEYS or LARGE PUBLIC KEYS can be chosen by system designers or operators depending on a choice of whether to use a small or large public exponent.)
The MAIN PROTOCOL uses a number of supporting protocols. Those supporting protocols are described below.
Simulator Equivocal Commitments
Commitments are used to simulate in electronic communication the notion of posting a value in a sealed envelope that can only be opened in one-way (a binding property), but until opened it is concealing the value in it (a security property).
A party B can commit to value for party A, such that the commitment is binding, but a simulator could produce a commitment that is non-binding. An earlier use of such a mechanism (although it is a less efficient one) is in [IY87]. Simulator-Equivocal commitments are basically trapdoor commitments [FS89] combined with a proof of knowledge of the trapdoor.
The preferred commitment mechanism uses the following setup protocol, which only needs to be run once for any number of commitments (by itself it uses regular commitments to set up the special commitments).
Setup:
    • A strong prime P and a generator g for Z*p are distributively chosen using techniques known in the art.
    • Party A chooses a value g′∈Z*p to be used for B's commitments to A, transmits g′ to B and proves to B that it knows the discrete log of g′ base g. (This can be done using basic procedures for proving knowledge of discrete logs known in the art.)
  • Basic Commitments:
    • In [P91], a protocol was developed in which party A can commit to a value information-theoretically, such that the commitment is computationally binding. Say there is a triple (g,h,P) with P=2P′+1 a strong prime, with the discrete log of g base h mod P unknown to A. A commits to a value x by publishing Commit=gxhx′ mod P for a random x′. When A wishes to open the commitment, A reveals x and x′, and the other party may check if Commit≡gxhx′ mod P. It is shown in [P91] that if A is able to open its commitment two different ways, then it would know the discrete log of g base h mod P. A commitment is constructed just as in the Basic Commitment protocol, except that g and g′ are used.
    • B commits to a value x∈Zp′ by choosing x′∈R Zp′ and publishing Commit=gxg′x′ mod P.
    • When B wishes to open the commitment, B reveals x and x′, and A may check if Commit=gxg′x′ mod P.
Multiplication Scheme Over The Integers
The scheme for multiplication over the integers is a variation of a protocol for distributed multiplication over a prime field. Multiplication over a prime field will be described first, and modifications to permit multiplication over the integers will be described second.
Sum-of-Poly Multiplication Over A Prime Field
The protocol multiplies two secret values where each is represented as a sum of polynomials. Related protocols (over prime fields only) are described in [GJKR], however, as opposed to those protocols, the protocol described here is unconditionally secure, and is based on the difficulty of discrete logs with no additional assumptions.
The scheme uses semantically-secure public-key encryption for sending private messages between servers. The severs (shareholders) S1, . . . , Sn(for n≧2t+1) can perform robust multiplication over a prime field while maintaining unconditional security. The goal of the protocol is to compute C≡(A1+A2+ . . . +An ) (B1+B2+ . . . +Bn) mod P′ where Ai and Bi are chosen by Si. (The variable C as used in this section will correspond to N of the MAIN PROTOCOL, An will correspond to pn of the MAIN PROTOCOL, and Bn will correspond to qn of the MAIN PROTOCOL.) The scheme proceeds in steps as follows.
  • 1. Set Up
    • For description purposes, let P=2P′+1 be a strong prime, and let g and h be generators of Zp* (such that the discrete log of h over base g is unknown). Each server Si determines Ai, Bi∈Z(p)′, and performs a Shamir secret sharing of those values with random polynomials:
      a i(x)=Σt j=0 a i,j x jmod P′;
      and
      b i(x)=Σt j=0 b i,j x jmod P′,
      where ai(0)=Ai, and bi(0)=Bi. Note that Zp, ≡[1, 2, . . . , P′]. Also note that each server has created a shared representation of their values Ai, Bi, but the servers have not yet distributed shares to other servers. If during the protocol any shareholder Si is determined to be corrupt, the remaining servers assume that Ai=Bi=0 for that server, and that throughout the protocol shares Ai=Bi=0 are equal to zero.
  • 2. Pedersen Sharing of Ai and Bi
    • Servers share their respective values of Ai and Bi using a modification of the Pedersen sharing scheme. While Pedersen used his sharing scheme for implementing a verifiable secret sharing, the protocol described here uses the sharing as a base for efficient, robust, secure multiplication. The inputs to the multiplication protocol are generated as follows:
  • (a) Each server Si generates two companion secrets A′i, B′iR Zp, and shares them with Shamir secret sharing using random polynomials a′i(x)=Σt j=0a′i,jxj mod P′, b′i(x)=Σt j=0b′i,jxj mod P′, where a′i(0)=A′i and b′i(0)=B′i. Each server also publishes the Pedersen verification shares for each pair (ai(x), a′i(x)) and (bi(x), b′i(x)): αi,j≡ga i,j ha i,j mod P and βi,j≡gb i,j hb′ i,j mod P. Each server Sk verifies its shares with the verification shares.
  • (b) For description purposes, define
    • A≡A1+A2+ . . . +An mod P′,
    • A′≡A′1+A′2+ . . . +A′n mod P′,
    • B≡B1+B2+ . . . +Bn mod P′, and
    • a(x) ≡Σn i=1ai(x) mod P′, a′(x) ≡Σn i=1a′i(x) mod P′.
      Observe that the zeroth coefficients of the polynomials a(x) and a′(x) are A and A′, respectively. Also note that the verification shares for pair (a(x), a′(x)) can be computed by all shareholders as follows:
      αj≡Πn i=0 g a i,j h a′ i,j mod P.
  • 3. Generation of Randomizing Polynomials
    • Each server Si further generates random polynomials:
      z i(x)≡Σ2t j=1 z i,jxjmodP′;
      and
      zi(x)≡Σ2t j=1 zi,jxjmodP′.
    • Servers distribute shares of these polynomials, and broadcast verification shares ρi,j=g z i,j hz′ i,j for 1≦j≦2t. (Note that zi(0)=z′i(0)=0, and ρi,0=1 for 1≦i≦n.) Each server j verifies its received polynomial shares with the received verification shares.
    • Each server Si also generates a random polynomial ri(x) ≡Σ2t j=0 ri,jxj mod P′, and distributes shares of this polynomial.
  • 4. Generate and Verify Shares of Randomized A (x) Bi(x) and A (x) B′i(x):
    • All shareholders locally compute shares of vi(x) and v′i(x) using previously received shares as:
      v i(x)≡a(x)b i(x)+z i(x);
      and
      v′ i(x))≡a′(x)b i(x)+z′ i(x)=r i(x).
    • Each server Si broadcasts verification shares Vi,j for the polynomial pair (vi(x), v′i(x)) as:
V i , j = ( α u ) b i , v ρ i , j h r i , j u + v = j
    • All servers Si can check to see whether local shares match public shares. On a dispute as to the correct vi(j) values, Sj challenges Si to reveal the shares bi(j) and ri(j). All shareholders can determine if bi(j) fits the verification shares for bi(x), and they can check if the share vi(j) fits the verification shares for vi(x) by computing (ga(j)ha′(j))b i (j)(gz i (j)hz′ i (j))hr i (j) mod P, where ga(j)ha′(j) mod P can be computed from the α verification shares for (a(x), a′(x)), and gz i (j)hz′ i (j) mod P can be computed from the ρ verification shares for (zi(x), z′i(x)).
  • 5. Prove Correctness of Verification Shares
    • For 1≦i≦n, each server Si proves to all others that for 1≦j≦n, it knows representations of gb i (j)hb′ i (j) mod P and (ga(j)ha′(j))b i (j)hr i (j) mod P, where the discrete logs of g in the first and ga(j)ha′(j) mod P in the second are the same. This is only necessary for the case where 2t+1≦n≦3t.
  • 6. Outputs:
    • Each Sk computes and reveals v(k) and v′(k), where
      v(x)≡Σn i=1 v i(x)mod P′;
      and
      v′(x)≡Σn i=1 vi(x)mod P′,
    • Each server interpolates the resulting values to get v(0). This value is the result of the desired multiplication, because v(0)≡AB≡C mod P′.) Note that the verification shares for the polynomials v(x) and v′(x) can be computed from the verification shares from the previous step. All revealed shares are verified using the verification shares.
Basic Techniques Over The Integers
The MAIN protocol requires multiplication over the integers, whereas the basic scheme described above achieves multiplication over a finite field. The above scheme (over a finite field) can be modified as follows to perform multiplication over the integers.
  • 1. SECRET SHARING OVER THE INTEGERS [FGMYa] The Shamir secret sharing techniques over a prime field that was used above is modified with a variant for use over the integers. This is a variant of Shamir secret sharing [Sh]. For description purposes, let L=n!. For sharing a secret s∈[0,K], a party chooses a random polynomial a(x)=Σt j=0 ajxj such that ao=L2s, and each other ajR[0, L, 2L . . . L3K2]. Each shareholder i∈{1, . . . , n} receives a secret share si=a(i). Any set Λ of cardinality t+1 can compute s using LaGrange interpolation.
  • 2. Pedersen Unconditionally Secure VSS Over The Integers
    • Pederson sharing steps over a prime field that were used above are modified with a variant for use over the integers. This is a variant of Pedersen Unconditionally Secure VSS [P91]. For description purposes, assume the term “sp” is the security parameter, and let H=2sp. Also assume N* is the product of two unknown primes, each in the range [√{square root over ( )}H, 2√{square root over ( )}H], and g* and h* are generators whose discrete Log mod N* may be difficult to determine (since determining N* is an object of the invention). In this case, each member Sk, can choose a triple (Nk, gk, hk) and broadcast it.
The protocol begins with n+1 secret sharings: the first being a Shamir sharing of the secret over the integers, and the next n being sharings of companion secrets using the variant of Shamir sharing over the integers as described above. Specifically, for a secret s∈[0,K], a party chooses a random polynomial a(x)=Σt j=0ajxj such that a0≡L2s, and each other ajR [0, L,2L, . . . , L3K2]. Then for each triple (Nk, gk, hk), the party chooses a random polynomial a′k(x)=Σt j=0 a′j,kxj with each a′j,kR [0 . . . L3, K3]. Then the party sends shares of each polynomial to each shareholder (n+1 total shares to each shareholder) and publishes the verification shares {gk a j hk a′ j,k mod Nk}o≦j≦t, 1≦k≦n. Each shareholder Sk can verify its shares a(k) and a′k′ (k) using the verification shares over Nk, (for all 1≦k′≦n).
  • 3. Sum-of-Poly Multiplication Over The Integers
The SUM-OF-POLY MULTIPLICATION OVER A FINITE FIELD can be modified as follows to perform multiplication over the integers. The protocol is unconditionally secure, but only in the statistical sense.
The protocol uses semantically-secure public-key encryption for sending private messages between servers. This protocol allows servers (shareholders) S1, . . . Sn(for n≧2t+1) to perform robust multiplication over the integers while maintaining unconditional security. The goal of the protocol is to compute C≡(A1+A2+ . . . +An(B1+B2+ . . . +bn) mod P′ where Ai and Bi are chosen by Si from the range [½√{square root over ( )}H, √{square root over ( )}H]. (The adversary may choose values from outside this range.)
The protocol is the same as that of the previous section except that the share computation is performed over the integers rather than mod P′, the verification and check share computations are performed mod N* rather than mod P, and with the following specific changes:
    • Step 1 (SETUP): For each i, the zeroth coefficients of ai(x) and bi(x) will be L2Ai and L2Bi, respectively.
    • Step 2b (PEDERSON SHARING OF Ai and Bi): The zeroth coefficients of a(x) will be L2A instead of A.
    • Step 3 (GENERATION OF RANDOMIZING POLYNOMIALS):
    • The coefficients of zi(x) and zi′(x) will be drawn as follows: zi,jR [0, L11H3] and z′i,jR [0,L11H4]. The coefficients of ri(x) will be drawn as follows:
      rijR[0, L11H4].
    • Step 6 (OUTPUT): Finally, v(0) will be L4AB instead of AB, so participants divide by L4.
Robustness Tools
Proofs of knowledge use the commitment tools chosen in the set up. These tools allow servers to perform efficient constant-round zero-knowledge proofs.
  • 1. Proof of Knowledge of a Discrete Log
    • A zero-knowledge interactive proof in which a prover
      Figure US07313701-20071225-P00001
      proves knowledge to a verifier
      Figure US07313701-20071225-P00002
      of a discrete log (or any isomorphic function) of X=gx mod P was presented in [GHY85]. Below we demonstrate a similar proof based on a composite modulus, N, and input X=gx mod N, where x∈[0 . . . Z], for some Z≧1.
    • Figure US07313701-20071225-P00001
      commits to a randomly chosen sp-bit string c=c1∥ . . . ∥csp using a Simulator-Equivocal commitment, and also transmits (gq 1 mod N, . . . , gq sp mod N) where qiR [0. . . Z].
    • Figure US07313701-20071225-P00002
      sends a randomly chosen sp-bit string c′=c′1∥ . . . ∥c′sp to
      Figure US07313701-20071225-P00003
      .
    • Figure US07313701-20071225-P00001
      opens its commitment. For k=1 . . . sp,
      Figure US07313701-20071225-P00001
      transmits vk=dkx+qk., where d=c ⊕ c′.
    • For k=1 . . . sp,
      Figure US07313701-20071225-P00002
      verifies whether Xd k gq k
      Figure US07313701-20071225-P00004
      gv k mod N.
  • 2. Proof of Knowledge of a Discrete Log and a Corresponding Representation
    • For a prover
      Figure US07313701-20071225-P00001
      to prove that it knows a representation (x,y) of Y=g* xh* y/Y mod N*, and that the first part of the representation is equivalent to the discrete log of X=gx mod N, with x, y∈[0 . . . Z], the following protocol is used:
    • Figure US07313701-20071225-P00001
      commits to a randomly chosen sp-bit string c=c1∥ . . . c∥sp using a Simulator-Equivocal commitment, and also transmits ((gq 1 mod N,g* q 1 h* q′ 1 mod N*), . . . , (gq sp mod N, g* q sp h* q′ sp mod N*)) where qi, q′1R[0 . . . Z(N+N*)].
    • Figure US07313701-20071225-P00002
      sends a randomly chosen sp-bit string c′=c′1∥ . . . ∥c′sp to
      Figure US07313701-20071225-P00001
      .
    • Figure US07313701-20071225-P00001
      opens its commitment. For k=1 . . . sp,
      Figure US07313701-20071225-P00001
      transmits vk=dkx+qk and v′k=dky+q′k, where d=c ⊕ c′.
    • For k=1 . . . sp,
      Figure US07313701-20071225-P00002
      verifies whether Xd k gq k =gv k mod N, and yd k g* q k h* q′ k ≡g* v k h* v′ k mod N*.
  • 3. Proof of Knowledge of Corresponding Representations
    • For a prover
      Figure US07313701-20071225-P00001
      to prove that it knows values y and y′ such that if (x,y) is a representation of X=gx *hy * mod N* over g* and H*, and (x′,y′) is a representation of Y=g* x′h* y′ mod N* over g* and h*, then x=x′, the following protocol is used:
    • Figure US07313701-20071225-P00001
      commits to a randomly chosen sp-bit string c=c1∥ . . . ∥csp using a Simulator-Equivocal commitment, and also transmits ((g1 q h* q 1 mod N*,g* q1h* q 1 mod N*), . . . , (g* q sp h* q′ sp mod N*,g* q sp h* q″ sp mod N*)) where qi, q′i, qi″∈R[0 . . . Z(N+N*)].
    • Figure US07313701-20071225-P00002
      sends a randomly chosen sp-bit string c′=c′1∥ . . . ∥c′sp to
      Figure US07313701-20071225-P00001
      .
    • Figure US07313701-20071225-P00001
      opens its commitment. For k=1 . . . sp,
      Figure US07313701-20071225-P00001
      transmits vk=dkx+qk, v′k=dky+qk′, and v″k=dky′+q″k, where d=c⊕c′.
    • For k=1 . . . sp,
      Figure US07313701-20071225-P00002
      verifies whether Xd k g* q k h* q′k=g* v k h*v′k mod N* and whether Yd k g* q k h* q″ k =g* v k h* v″ k mod N*.
  • 4. PROOF OF KNOWLEDGE AND RANGE OF A REPRESENTATION
  •  The protocol below allows a prover
    Figure US07313701-20071225-P00001
    to prove that it knows values x and y such that (x, y) is a representation of X=g* xh* y mod N* over g* and h*, where y∈[0 . . . Z], and x∈[a−w . . . b+w], where w=|a−b|. If x∈[a . . . b], this protocol is zero-knowledge. (Assume [a−w . . . b+w]C [9 . . . Z].)
    • Figure US07313701-20071225-P00001
      commits to a randomly chosen sp-bit string c=c1∥ . . . ∥sp using a Simulator-Equivocal commitment, and also transmits ({g* q 1 h* q′ 1 mod N, g* q 1−w h* q 1 mod N*}, . . . ,(g* q sp h* q′ sp mod N, gq sp − wh* q sp mod N*}) where qi, ∈R [0, w], q′i, q″iR [0 . . . ZN*]. Notice that the pairs are unordered.
    • Figure US07313701-20071225-P00002
      sends a randomly chosen sp-bit string c′=c′1∥ . . . ∥c′sp to
      Figure US07313701-20071225-P00001
      .
    • Figure US07313701-20071225-P00001
      opens its commitment. Let d=c ⊕ c′. For k=1 . . . sp, if dk=1,
      Figure US07313701-20071225-P00001
      transmits qk, q′k, and q″k and otherwise transmits vk=x+qk and v′k=y+q′k, or vk=x+qk−e and v′k=y+q″k whichever has vk ∈[a . . . b].
    • For k=1 . . . sp, if dk=1,
      Figure US07313701-20071225-P00002
      verifies qk ∈[0 . . . e] and g* q k h* q′ k mod N* and g* q k−e h* q″ k mod N* were the components of the kth pair transmitted by
      Figure US07313701-20071225-P00001
      , and otherwise=
      Figure US07313701-20071225-P00002
      verifies vk∈[a . . . b] and that g* q k h* v′ k /mod N* is equivalent to one of the components of the kth pair transmitted by
      Figure US07313701-20071225-P00001
      .
Robust Distributed Double-Primality Test
The preferred method uses a double-prime test scheme based on a prior one by Boneh-Franklin but modified to be robust and to “chain” the robustness tools to the preceding generation of the value n. In this method, servers can check whether a previously computed value N is the product of two large prime numbers (a condition that is required for using N in certain signature and other cryptographic schemes). To get robustness (e.g., to determine that N is double prime even if one server participating in the protocol is corrupt) the protocol makes use of a polynomial for each server Si defined as:
f i(x)=a i(x)+b i(x)=Σt j=0 f i,j x j,
where ai(x) and bi(x) were used to distribute pi and qi respectively in the Distributed Computation of N. The preferred method also uses the corresponding check shares used in the Pedersen sharing steps. For description purposes, these check share will be called γi,j for 0≦j≦t, with
γi,0 ≡g * L 2 (p i +q i ) h * (p′ i q′ i )mod N*,
where p′i and q′i are the companion secrets to pi and qi, respectively.
The parties repeat the following steps as many times as necessary get the desired security level. Each successful repetition increases the confidence that the computed value N is double prime. A failure of any repetition indicates that N is not double prime, and the servers return to the RESTARTING POINT to compute a new value of N.
  • 1. The shareholders randomly choose g such that:
    (g/n)=1
    • where “(g/n)” here designates the Jacoby symbol.
  • 2. A first server S1 computes and broadcasts a value
    Q 1 =g (N+1−p i −q i )/4mod N.
    • Then the first server proves knowledge of the discrete log of Q1 and a corresponding representation of g* L 2 N+1 γ1,0 −1(over g* 4L 2 and h*) using the protocol in PROOF OF KNOWLEDGE OF A DISCRETE LOG.
For each i≧1 (i.e., remaining servers), each server Si broadcasts Qi=g(p i +q i )/4 mod N. Then it proves knowledge of the discrete log of Qi and a corresponding representation of γi,0 (over g* 4L 2 and h*) using the protocol in PROOF OF KNOWLEDGE OF A DISCRETE LOG.
  • 3. All shareholders verify that Q1n i=2Qi≡±1 mod N. (Here, the symbol “≡” means “is congruent with.”) If it is not congruent, the servers declare that N is not a product of two primes.
Robust Distributed Generation of Public and Private Keys
The key generation step makes use of the relationship that φ(N)=N−Σn i=1(pi+qi)+1(φ(N) is the Euler function). The preferred protocol uses one of two procedures, a simple one for small public keys and a more complicated one for larger (general) public keys.
Certain operations can be easily done (while maintaining checking information to assure robustness) if a change of representation of the shared value is first performed. A “poly-to-sum” technique is used which transforms a function shared by a t degree polynomial amongst n servers into a t-out-of-t additive (sum) sharing. A “sum-to-poly” technique which transforms a function shared additively t-out-of-t into a t-out-of-n polynomial sharing. Share representation transformation techniques from [FGMYa] may be employed.
Key Generation for Small Public Keys
For small public keys, e.g., an RSA system where e=3, the following procedure may be used.
  • 1. Shareholders jointly choose g∈R[1,N−1] using techniques described in SIMULATOR-EQUIVOCAL COMMITMENTS. In this procedure, each server commits to a value gi, and after all participants reveal gi, all participants can compute g as the product of gi.
  • 2. Each shareholder Si broadcasts “check shares” gp i +q i mod N.
  • 3. Each shareholder Si checks that value against Qi 4 mod N. Actually S1 checks it against gN+1/Q1 4 mod N.
  • 4. Each shareholder Si reveals xi=pi+qi mod 3.
  • 5. Each shareholder Si proves knowledge of the discrete log of x=gp i +q i g−x i mod N with base g″=g3 (which can be accomplished using the techniques described in PROOF OF KNOWLEDGE OF A DISCRETE LOG). That is, each shareholder Si shows that it knows a value r such that pi+qi−xi=3r by showing that it knows the exponent of X with base g″.)
  • 6. The next step utilizes the fact that:
    φ(N)≡N+1−Σn i=1 x imod 3.
    • For description purposes, let
      r=N+2−Σn i=1 x i;
      r′=2N+3−2 Σn i=1 x i.
    • All servers can compute these values.
If φ(N)=2 mod 3, the first shareholder S1 computes its share of d as d1=(r−(p1+q1−x1)/3 (case 1), and for 2≦i≦n, each remaining shareholder Si computes is share of d as di=−(pi+qi−xi)/3 (case 2).
If φ(N)≡1 mod 3, the first shareholder S1 computes its share of d as d1=(r′−2(p1+q1−x1))/3 (case 3), and for 2≦i≦n, each remaining shareholder Si computes its share of d as di=−2(pi+qi−xi)/3 (case 4). (Recall that the value d is a secret, and the generation of shares of d without actually generating d is an object of the invention.)
  • 7. All shareholders check that the check shares cubed are correct when compared against the check shares broadcast in step 2. For example, in case 1 above, the first server starts with gd 1 and raises it to the power 3. The first server than multiplies the result by the inverse of gr+x 1 . The result should be equal to the inverse of gp 1 +q 1 which was broadcast in step 2.
  • 8. A sum-to-poly transformation is performed to construct a (t,n)-secure polynomial sharing of d. The resultant shares can be used as shares of a secret encryption key for, e.g., distributed signing procedures in a root certification authority.
Key Generation for Large Public Keys
For e large, the preferred protocol uses different techniques for finding (φ(N))−1 mod e which are related to ideas described by Boneh and Franklin. The preferred protocol takes advantage of an assumption that a value e can be found that is a prime, with E=2e+1 a (strong) prime. Earlier steps in the method utilized a definition that for 1≦i≦n, fi(x)=ai(x) +bi(x). For description purposes, let f(x)=L2(N+1)−Σn i=1fi(x). Then f(0)=L2φ(N). The preferred method proceeds with the following steps.
  • 1. Shareholders jointly choose e randomly (using procedures from SIMULATOR-EQUIVOCAL COMMITMENTS), and test to see that e and 2e+1 are prime.
  • 2. Shareholders jointly choose ge, heR Z*E (again using procedures from SIMULATOR-EQUIVOCAL COMMITMENTS).
  • 3. Shareholders jointly choose g, h∈Z* N (using procedures from SIMULATOR-EQUIVOCAL COMMITMENTS). (Shareholders may choose polylog of them and repeat the checking process with all of them, which assures generators of large order.)
  • 4. Each shareholder Si chooses miR [0,H], and performs a Shamir sharing of mi over the integers. For description purposes, let
    m=m 1+ . . . +mn.
    • Then m will be random. Using addition of shares, shareholders can hold the share of the addition. For the purpose of description, this added polynomial will be called fm, where fm(0)=L2m as its zero coefficient.
  • 5. The shareholders perform a MULTIPLICATION OVER A FINITE FIELD (order e) to calculate D=L4φ(N)m mod e (with all values of the Shamir sharing of each mi taken mod e). This is done by multiplying f and fm. For notation purposes, let INV=D−1 mod e, which is easily calculated from the public value D. (Note that D has been “randomized” by the value of m and looks arbitrary so that its public availability will not give away information about φ(N)).
  • 6. For each i,j, each shareholder Si multiplies its integer share of mj by INV. (Note that m is the sum of mi and there is a polynomial for each mi, therefore, the protocol produces a “sum-of-poly” representation.) This gives the servers integer sharings of polynomials whose sum contains a secret:
    W≡(L 4φ(N)−1mod e
    • which, when multiplied by L2, is the sum polynomials value at zero.
  • 7. The shareholders perform a multiplication over the integers with check shares over N (of this latest polynomial and f(x) to get a polynomial sharing with—L4Wφ(N)+1 in the zero coefficient. (To add one, simply add one to all the resulting shares; to multiply by −1, multiply all shares by −1.) Then, instead of revealing the shares of the resulting polynomial, shareholders reveal those shares only in the exponent. For example, assuming the resulting polynomial is v(x) and the resulting companion polynomial is v′(x), instead of Si revealing v(i) and v′(x), it reveals gv(i) mod N and hv′(i) mod N, and proves that it knows the actual shares using the protocol from PROOF OF KNOWLEDGE OF A DISCRETE LOG. Note that v(0)≡((−1)+1)=0 mod e, and v(0)≡1 mod φ(N).
  • 8. The shareholders perform a poly-to-sum to have the secret sum distributed to t+1 shareholders.
  • 9. The t+1 shareholders divide their additive shares by e, and publish the remainders. Also they publish the check shares for the new additive shares. (All shareholders should check these check shares by raising them to the e power and comparing them to the original additive shares gv(0).) The remainders will sum to a multiple of e. One of the shareholders adds this multiple to its additive share. Then these shareholders collectively hold an additive sharing of d.
  • 10. The t+1 shareholders perform a sum-to-poly to construct a (t,n)-secure polynomial sharing of d.
Efficiency of the Protocol and Variations
In typical systems, h can be on the order of 1000 (i.e., 1024-2048). Working over the integers will add Less than 400 to the size of exponents, assuming that assurance of 2−40 is reasonable. It can be expected that the value n will be less than 10, and 2−k−4 chance of error on proofs with k=40 to be sufficient assurance of correctness.
The probability of generating an RSA modulus from two random primes of sp/2 bits each is about (sp/2)−2, so the procedure is expected to repeat for about sp2/4 rounds. The communication complexity of each round is bounded by O(nk(sp)) and the computational complexity of each round is about O(n(k+t)) modular exponentiations. Given realistic values of k and t, the computational complexity is dominated by the multiplication protocol and would be about 24n(t+1) modular exponentiations. Not much efficiency can be gained by performing trial division as discussed by Boneh and Franklin, since each trial against a small prime would involve a robust multiplication, and thus around O(ntB/lnB) modular exponentiations for each distributed integer tested.
Numerous practical improvements can be made. First, trial division can be done once a possible N is generated, and this would eliminate many distributed double-primality tests. Also, if the test that each pi and qi are in the correct range is done after this trial division, then many of those can be saved. (In this case, N needs to be tested to make sure it is in a possible range, so that flagrant misbehavior of shareholders can be determined.)
Perhaps the largest improvement would come from revealing the value of each pi mod-the-product-J-of-small-primes-up-to some-B, and assuming the shared value is a multiple of the J. The sum of the revealed values could be tested to see if it is divisible by any of the small primes up to B. If so, the distributed integer would not be prime and would be thrown out. Of course, this reduces security, so it would preferably be done for primes up to, e.g., 7. This reduces the security by about 6 bits (log((2−1)(3−1)(5−1)(7−1))), but would increase the probability that the number is prime by a factor of about 5, and thus reduce the expected number of rounds for the protocol by a factor of about 25. (If the reduction in security is worrisome, sp could be slightly increased without affecting the running time significantly. Or one could only use primes 2 and 3, reducing the security by about 1 bit, while reducing the expected number of rounds for the protocol by about 6.)
With the improvements described above, the total number of modular exponentiations in the protocol will be about 24n(t+1) times (sp/10)2 (reduced from (sp/2)2 because of the substitute for trial division), which is about 10,000. For the case n=4 and t=1, there are 2,000,000 modular exponentiations. The non-robust protocol of Boneh-Franklin using trial division up to 8,103 performs about 484 modular exponentiations, about a factor of 4000 less.
If it is likely that all parties are honest, one can increase performance by performing “optimistic execution”. The idea is to run the protocol (plus the trial division from Boneh-Franklin) but without any checking information. That is, there would be no companion polynomials or verification shares generated. At the end of each round in which the participants failed to produce an RSA modulus, they reveal all their information from the round. If all participants agree that the information revealed is correct, then there has been no cheating in that round, and they proceed. If cheating is ever found, they revert to the robust protocol described in this paper. If an RSA modulus is found, then they rerun the round using the same polynomials sharings, but including the robustness checks (i.e., companion polynomials, verification shares, proofs of knowledge). If all the information is verified correctly, then they use the RSA modulus. Otherwise, cheating has occurred and they revert to the robust protocol.
The problem with this “mode” of operation is that cheating can be detected, but it is impossible to determine exactly which participant cheated. To determine who cheated, one can require that participants sign their messages to other participants, and have recipients of messages either accept the signature or ask the sender to reveal the message to everyone. Assuming the signatures are RSA signatures on participants private keys, one can assume that they require a single modular exponentiation. Furthermore, one could use one signature per round, or even over multiple rounds, to reduce the number of modular exponentiations. In all, this method will still be robust and secure (with some standard assumptions about security and robustness of signatures and encryptions), but require only about n2 times the modular exponentiation of the non-robust protocol, where n is the number of participants. (Note that this only works when n is greater than 3t+1], because one cannot use zero knowledge [ZK] proofs to guarantee correct shares in the multiplication protocol.)
Performance can also be improved by using a faster modular exponentiation algorithm, as in [BGM], since in these robust protocols, participants will be performing many exponentiations over the same base and modulus.
Another source of efficiency may come from collapsing rounds in the zero-knowledge proofs by using the known method of self-challenging string derived from a common one-way hash function believed to be computationally indistinguishable from a random oracle [FS86].
The supporting protocols can be combined to improve many of the applications of mathematical operations over distributed values or cryptographic keys. Such operations involve multiplication, inversion, additional, and exponentiation. One example mentioned above is the DSS distributed protocol.
Variations on the Protocol
Once a composite N is established there are numerous ways to use it in various cryptographic protocols other than as a distributed RSA system:
  • 1. The parties can initiate a “composite ElGamal” system. They draw a random element g and generate public key y=gx where x is shared among the parties using either an additive or polynomial sharing scheme.
  • 2. Users register for an identification protocol by using the availability of N to generate a quadratic residue for which they keep the root as a secret.
  • 3. Users can engage in the Yao's secret bit exchange protocol, where they both encrypt the value under N and simultaneously reveal the decryption bit by bit.
  • 4. Using (e, N), users can use RSA as a public commitment scheme (i.e., using it as a one-way function) which cannot be opened unless the majority wants to do it. One application for this is the escrow of plain texts.

Claims (47)

1. An electronic method for generating shares of a cryptographic value, comprising:
(a) selecting a group of initial participants to participate in generating shares of the cryptographic value;
(b) initiating the initial participants to perform a process of first, second, and third protocols, the protocols being stored in a computer or computer readable medium, where (i) the first protocol is constructed to compute a number N, (ii) the second protocol is constructed to test the value N for double primality without revealing the factors of N to the participants, (iii) the third protocol is constructed to compute shares of the cryptographic value without revealing the cryptographic value to the participants; and (iv) the process includes procedures to detect whether a participant has deviated from a protocol;
(c) commencing the process of performing the protocols; and
(d) checking, for at least one of the first, second, and third protocols, whether a participant has deviated from the first, second, and third protocols, respectively.
2. The method of claim 1 where the process restarts with a revised set of participants before the initial participants complete the third protocol.
3. The method of claim 1 where N is an RSA modulus, and the cryptographic value is an RSA key.
4. The method of claim 1 wherein the first protocol comprises:
having each participant generate two values pi, qi;
having each participant ostensibly share its respective values pi, qi with other participants without revealing the values pi, qi to the other participants;
having participants compute N from shares of their respective values pi, qi.
5. The method of claim 4 further comprising checking whether a participant has deviated from the first protocol.
6. The method of claim 5 where checking whether a participant has deviated from the first protocol involves having each participant prove that its respective values pi, qi lie within a range.
7. The method of claim 5 where checking whether a participant has deviated from the first protocol involves having each participant prove that it has knowledge of its respective values pi, qi.
8. The method of claim 4 where the second protocol comprises:
having a first participant communicate to at least one other participant a value Qi that ostensibly is derived from values p1, q1 which the first participant shared with other participants;
having a second participant communicate to at least one participant other than the second participant a value Qi that ostensibly is derived from the values pi, qi of the second participant;
where participants can test whether N is a product of two prime numbers using the values Q1 and Qi; and
checking whether a participant has deviated from the second protocol.
9. The method of claim 8 where:
the value Q1 satisfies the relationship Q1=g(N+1−p1−q1)/4;
the value Qi satisfies the relationship Qi=g(pi+qi)/4;
g satisfies the relationship (g/N)=1;
“(g/N)” designates the Jacobi symbol; and
participants can test whether N is a product of two prime numbers by testing whether Q1 and Qi satisfy a mathematical relationship.
10. The method of claim 9 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge relating to their respective values Q1, Qi.
11. The method of claim 9 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge of a discrete logarithm of their respective values Q1, Qi.
12. The method of claim 8 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge of secret information used to share their respective secret values pi, qi.
13. The method of claim 12 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge relating to coefficients of a polynomial used to share their respective secret values pi, qi.
14. The method of claim 8 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge of a representation relating to information used to share their respective secret values pi, qi.
15. The method of claim 8 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge of a representation relating to coefficients of a polynomial used to share their respective secret values pi, qi.
16. The method of claim 8 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge of a representation relating to coefficients of a polynomial used to share their respective secret values pi, qi and coefficients of a polynomial used to share companion secrets to the secret value pi, qi.
17. The method of claim 8 where the third protocol comprises
selecting a value e; and
having participants compute shares di of the cryptographic value d without revealing the cryptographic value d; where
ed=1 modφ;
φ=(p−1)(q−1);
p=Σpi; and
q=Σqi.
18. The method of claim 17 further comprising checking whether a participant has deviated from the third protocol.
19. The method of claim 18 where checking whether a participant has deviated from the third protocol involves having a participant prove knowledge related to its respective secret values pi, qi.
20. The method of claim 17 where:
participants jointly select a modulus g using a commitment mechanism;
each participant transmits a p-q-check share in the form:
p-q-check share=g(pi+qi) mod N; and
checking whether a participant has deviated from the third protocol involves comparing a participant's p-q-check share to a value Q communicated during the second protocol.
21. The method of claim 20 where:
each participant transmits a d-check share in the form:
d-check share=gdi mod N; and
checking whether a participant has deviated from the third protocol involves testing whether a participant's d-check share and p-q-check share satisfy a mathematical relationship.
22. The method of claim 20 where:
participants select a modulus using a commitment mechanism; and
checking whether a participant has deviated from the third protocol involves revealing a participant's commitment.
23. The method of claim 17 where:
participants jointly select the value e using a commitment mechanism; and
checking whether a participant has deviated from the third protocol involves revealing a participant's commitment.
24. A system for generating a digital signature, said system comprising
a plurality of computers, a plural number of said computers using shares of a signature key to form partial signature values, said partial signature values being combinable to form a digital signature;
wherein said shares of the digital signature key are characterized by having been generated by steps of:
(a) selecting a group of initial participants to participate in generating shares of a signature key;
(b) initiating the initial participants to perform a process of first, second, and third protocols, where (i) the first protocol is constructed to compute a number N, (ii) the second protocol is constructed to test the value N for double primality without revealing the factors of N to the participants, (iii) the third protocol is constructed to compute shares of the digital signature key without revealing the digital key to the participants; and (iv) the process includes procedures to detect whether a participant has deviated from a protocol;
(c) commencing the process of performing the protocols; and
(d) checking whether a participant has deviated from any of the first, second, and third protocols.
25. The system of claim 24 wherein the digital signature is of a public key certificate.
26. The system of claim 24 where the process restarts with a revised set of participants before the initial participants complete the third protocol.
27. The system of claim 24 where N is an RSA modulus, and the cryptographic value is an RSA key.
28. The system of claim 24 wherein the first protocol comprises:
having each participant generate two values pi, qi;
having each participant ostensibly share its respective values pi, qi with other participants without revealing the values pi, qi to the other participants;
having participants compute N from shares of their respective values pi, qi.
29. The system of claim 28 further comprising checking whether a participant has deviated from the first protocol.
30. The system of claim 29 where checking whether a participant has deviated from the first protocol involves having each participant prove that its respective values pi, qi lie within a range.
31. The system of claim 29 where checking whether a participant has deviated from the first protocol involves having each participant prove that it has knowledge of its respective values pi, qi.
32. The system of claim 28 where the second protocol comprises:
having a first participant communicate to at least one other participant a value Q1 that ostensibly is derived from values p1, q1 which the first participant shared with other participants;
having a second participant communicate to at least one participant other than the second participant a value Qi that ostensibly is derived from the values pi, qi of the second participant;
where participants can test whether N is a product of two prime numbers using the values Q1 and Qi; and
checking whether a participant has deviated from the second protocol.
33. The system of claim 32 where:
the value Q1 satisfies the relationship Q1=g(N+1−p1−q1)/4;
the value Qi satisfies the relationship Qi=g(pi+qi)/4;
g satisfies the relationship (g/N)=1;
“(g/N)” designates the Jacobi symbol; and
participants can test whether N is a product of two prime numbers by testing whether Q1 and Qi satisfy a mathematical relationship.
34. The system of claim 33 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge relating to their respective values Q1, Qi.
35. The system of claim 33 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge of a discrete logarithm of their respective values Q1, Qi.
36. The system of claim 32 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge of secret information used to share their respective secret values pi, qi.
37. The system of claim 36 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge relating to coefficients of a polynomial used to share their respective secret values pi, qi.
38. The system of claim 32 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge of a representation relating to information used to share their respective secret values pi, qi.
39. The system of claim 32 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge of a representation relating to coefficients of a polynomial used to share their respective secret values pi, qi.
40. The system of claim 32 where checking whether a participant has deviated from the second protocol involves having participants prove knowledge of a representation relating to coefficients of a polynomial used to share their respective secret values pi, qi and coefficients of a polynomial used to share companion secrets to the secret value pi, qi.
41. The system of claim 32 where the third protocol comprises
selecting a value e; and
having participants compute shares di of the cryptographic value d without revealing the cryptographic value d; where
ed=1 modφ;
φ=(p−1)(q−1);
p=Σpi; and
q=Σqi.
42. The system of claim 41 further comprising checking whether a participant has deviated from the third protocol.
43. The system of claim 42 where checking whether a participant has deviated from the third protocol involves having a participant prove knowledge related to its respective secret values pi, qi.
44. The system of claim 41 where:
participants jointly select a modulus g using a commitment mechanism;
each participant transmits a p-q-check share in the form:
p-q-check share=g(pi+qi) mod N; and
checking whether a participant has deviated from the third protocol involves comparing a participant's p-q-check share to a value Q communicated during the second protocol.
45. The system of claim 44 where:
each participant transmits a d-check share in the form:
d-check share=gdi mod N; and
checking whether a participant has deviated from the third protocol involves testing whether a participant's d-check share and p-q-check share satisfy a mathematical relationship.
46. The system of claim 44 where:
participants select a modulus using a commitment mechanism; and
checking whether a participant has deviated from the third protocol involves revealing a participant's commitment.
47. The system of claim 41 where:
participants jointly select the value e using a commitment mechanism; and
checking whether a participant has deviated from the third protocol involves revealing a participant's commitment.
US09/860,441 1998-05-22 2001-05-21 Robust efficient distributed RSA-key generation Expired - Fee Related US7313701B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/860,441 US7313701B2 (en) 1998-05-22 2001-05-21 Robust efficient distributed RSA-key generation

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US8657798P 1998-05-22 1998-05-22
US09/315,979 US6237097B1 (en) 1998-05-22 1999-05-21 Robust efficient distributed RSA-key generation
US09/860,441 US7313701B2 (en) 1998-05-22 2001-05-21 Robust efficient distributed RSA-key generation

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/315,979 Continuation US6237097B1 (en) 1998-05-22 1999-05-21 Robust efficient distributed RSA-key generation

Publications (2)

Publication Number Publication Date
US20010038696A1 US20010038696A1 (en) 2001-11-08
US7313701B2 true US7313701B2 (en) 2007-12-25

Family

ID=22199490

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/315,979 Expired - Lifetime US6237097B1 (en) 1998-05-22 1999-05-21 Robust efficient distributed RSA-key generation
US09/860,441 Expired - Fee Related US7313701B2 (en) 1998-05-22 2001-05-21 Robust efficient distributed RSA-key generation

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/315,979 Expired - Lifetime US6237097B1 (en) 1998-05-22 1999-05-21 Robust efficient distributed RSA-key generation

Country Status (11)

Country Link
US (2) US6237097B1 (en)
EP (1) EP1078491B1 (en)
JP (1) JP4790122B2 (en)
AT (1) ATE393993T1 (en)
AU (1) AU4407299A (en)
CA (1) CA2331442C (en)
DE (1) DE69938624T2 (en)
IL (1) IL139520A0 (en)
MX (1) MXPA00011443A (en)
NO (1) NO20005894L (en)
WO (1) WO1999062221A1 (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040123156A1 (en) * 2002-10-16 2004-06-24 Hammond Frank J. System and method of non-centralized zero knowledge authentication for a computer network
US20080307488A1 (en) * 2002-10-16 2008-12-11 Innerwall, Inc. Systems And Methods For Enterprise Security With Collaborative Peer To Peer Architecture
US20100046739A1 (en) * 2008-08-22 2010-02-25 Schneider James P Sharing a secret using polynomial division over gf(q)
US20100046740A1 (en) * 2008-08-22 2010-02-25 Schneider James P Embedding a secret in a larger polynomial
US20100287366A1 (en) * 2007-02-02 2010-11-11 Toshinori Araki Distributed information generation apparatus, reconstruction apparatus, reconstruction result verification apparatus, and secret information distribution system, method, and program
US9443089B1 (en) * 2013-03-13 2016-09-13 Hrl Laboratories, Llc System and method for mobile proactive secret sharing
US9450938B1 (en) * 2013-03-13 2016-09-20 Hrl Laboratories, Llc Information secure proactive multiparty computation (PMPC) protocol with linear bandwidth complexity
US9467451B1 (en) * 2013-03-13 2016-10-11 Hrl Laboratories, Llc Generic proactively-secure secret-sharing protocol from any suitable honest-majority secret-sharing protocol
US9489522B1 (en) * 2013-03-13 2016-11-08 Hrl Laboratories, Llc Method for secure and resilient distributed generation of elliptic curve digital signature algorithm (ECDSA) based digital signatures with proactive security
US9536114B1 (en) * 2013-03-13 2017-01-03 Hrl Laboratories, Llc Secure mobile proactive multiparty computation protocol
US9558359B1 (en) * 2013-03-13 2017-01-31 Hrl Laboratories, Llc Information theoretically secure protocol for mobile proactive secret sharing with near-optimal resilience
US9614676B1 (en) * 2013-03-13 2017-04-04 Hrl Laboratories, Llc Cryptographically-secure packed proactive secret sharing (PPSS) protocol
US9787472B1 (en) 2013-03-13 2017-10-10 Hrl Laboratories, Llc Information secure protocol for mobile proactive secret sharing with near-optimal resilience
US10083310B1 (en) * 2013-03-13 2018-09-25 Hrl Laboratories, Llc System and method for mobile proactive secure multi-party computation (MPMPC) using commitments

Families Citing this family (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6237097B1 (en) * 1998-05-22 2001-05-22 Certco, Inc. Robust efficient distributed RSA-key generation
US7080255B1 (en) * 1999-05-19 2006-07-18 Murata Kikai Kabushiki Kaisha Secret key generation method, encryption method, and cryptographic communications method and system
JP3560860B2 (en) * 1999-07-23 2004-09-02 株式会社東芝 Secret sharing system, device, and storage medium
US7003677B1 (en) * 1999-11-01 2006-02-21 International Business Machines Corporation Method for operating proactively secured applications on an insecure system
US7356696B1 (en) * 2000-08-01 2008-04-08 Lucent Technologies Inc. Proofs of work and bread pudding protocols
CN1207867C (en) * 2001-09-28 2005-06-22 中国科学院研究生院 Safe digital signature system and its digital signature method
CA2369304A1 (en) * 2002-01-30 2003-07-30 Cloakware Corporation A protocol to hide cryptographic private keys
US7698557B2 (en) * 2003-12-22 2010-04-13 Guardtime As System and method for generating a digital certificate
US7873071B2 (en) * 2006-05-15 2011-01-18 The Boeing Company Multiple level security adapter
US7917747B2 (en) 2007-03-22 2011-03-29 Igt Multi-party encryption systems and methods
CN101345908B (en) * 2007-07-12 2011-07-13 中兴通讯股份有限公司 Service cryptographic key identification distribution method and system of multimedia broadcast multicast service system
WO2010041690A1 (en) * 2008-10-07 2010-04-15 日本電気株式会社 Multi-party variance multiplication device, multi-party variance multiplication system and method
US9021257B2 (en) * 2009-06-19 2015-04-28 Nec Corporation Secret information distribution system, secret information distribution method and program
US11418580B2 (en) 2011-04-01 2022-08-16 Pure Storage, Inc. Selective generation of secure signatures in a distributed storage network
US10298684B2 (en) 2011-04-01 2019-05-21 International Business Machines Corporation Adaptive replication of dispersed data to improve data access performance
US8627091B2 (en) * 2011-04-01 2014-01-07 Cleversafe, Inc. Generating a secure signature utilizing a plurality of key shares
US10044695B1 (en) 2014-09-02 2018-08-07 Amazon Technologies, Inc. Application instances authenticated by secure measurements
US9584517B1 (en) 2014-09-03 2017-02-28 Amazon Technologies, Inc. Transforms within secure execution environments
US9754116B1 (en) 2014-09-03 2017-09-05 Amazon Technologies, Inc. Web services in secure execution environments
US9491111B1 (en) 2014-09-03 2016-11-08 Amazon Technologies, Inc. Securing service control on third party hardware
US9442752B1 (en) 2014-09-03 2016-09-13 Amazon Technologies, Inc. Virtual secure execution environments
US9246690B1 (en) 2014-09-03 2016-01-26 Amazon Technologies, Inc. Secure execution environment services
US10079681B1 (en) 2014-09-03 2018-09-18 Amazon Technologies, Inc. Securing service layer on third party hardware
US9577829B1 (en) 2014-09-03 2017-02-21 Amazon Technologies, Inc. Multi-party computation services
US10061915B1 (en) 2014-09-03 2018-08-28 Amazon Technologies, Inc. Posture assessment in a secure execution environment
FR3033466B1 (en) * 2015-03-04 2017-02-17 Inria Inst Nat De Rech En Informatique Et En Automatique DEVICE AND METHOD FOR ADMINISTERING A SERVER OF DIGITAL SEQUESTERS
US10211987B2 (en) * 2015-04-27 2019-02-19 Cisco Technology, Inc. Transport mechanism for carrying in-band metadata for network path proof of transit
US10084596B1 (en) * 2015-12-08 2018-09-25 EMC IP Holding Company LLC Proactivized threshold password-based secret sharing with flexible key rotation
US10582027B2 (en) 2017-11-04 2020-03-03 Cisco Technology, Inc. In-band metadata export and removal at intermediate nodes
US10623278B2 (en) 2018-03-20 2020-04-14 Cisco Technology, Inc. Reactive mechanism for in-situ operation, administration, and maintenance traffic
JP7101031B2 (en) 2018-04-13 2022-07-14 株式会社bitFlyer Blockchain Blockchain network and confirmation method for it
JP6478361B1 (en) * 2018-08-11 2019-03-06 株式会社bitFlyer Blockchain network and determination method therefor
JP7167585B2 (en) * 2018-09-20 2022-11-09 富士フイルムビジネスイノベーション株式会社 FAILURE DETECTION DEVICE, FAILURE DETECTION METHOD AND FAILURE DETECTION PROGRAM
US20220224534A1 (en) * 2019-05-16 2022-07-14 nChain Holdings Limited Systems and methods for mining on a proof-of-work blockchain network

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4351982A (en) 1980-12-15 1982-09-28 Racal-Milgo, Inc. RSA Public-key data encryption system having large random prime number generating microprocessor or the like
US6237097B1 (en) * 1998-05-22 2001-05-22 Certco, Inc. Robust efficient distributed RSA-key generation

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08506217A (en) * 1993-04-20 1996-07-02 ミカリ,シルヴィオ Fair encryption system and how to use it
US5625692A (en) * 1995-01-23 1997-04-29 International Business Machines Corporation Method and system for a public key cryptosystem having proactive, robust, and recoverable distributed threshold secret sharing
JPH09205422A (en) * 1996-01-16 1997-08-05 Internatl Business Mach Corp <Ibm> Public key ciphering system adopting robust and recoverable distributed threshold level security common share system with forward directive property
JPH1013402A (en) * 1996-06-21 1998-01-16 Nippon Telegr & Teleph Corp <Ntt> Method and device for managing secret key of open key code cipher

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4351982A (en) 1980-12-15 1982-09-28 Racal-Milgo, Inc. RSA Public-key data encryption system having large random prime number generating microprocessor or the like
US6237097B1 (en) * 1998-05-22 2001-05-22 Certco, Inc. Robust efficient distributed RSA-key generation

Non-Patent Citations (43)

* Cited by examiner, † Cited by third party
Title
Alexi et al., RSA and Rabin Functions: "Certain Parts Are As Hard As The Whole", Apr. 1988, vol. 17, n. 2, pp. 194-209, In SIAM Journal of Computing.
Ben-Or M. et al., "Completeness Theorem for Non cryptographic Fault-tolerant Distributed Computing", STOC 1988, pp. 1-10, ACM.
Blum, M. "Coin Flipping By Telephone: a protocol for solving impossible problems," 1982, pp. 133-137, IEEE Computer Conference.
Boyd, C., Digital Multisignatures, IMA Conference on Cryptography and Coding, 1986, pp. 241-246, Claredon Press (eds. H. Baker and F. Piper).
Brassard et al., Computationally Convincing Proofs Of Knowledge, In Proceedings of the 8<SUP>th </SUP>Symp. On Theoretical Aspects of Computer Science, pp. 251-262, (Springer, Berlin, 1991).
Brickell et al., Exponentiation with Precomputation Advances in Cryptology-Eurocrypt 92 Proceedings, Lecture Notes in Computer Science, vol. 658, 1992, R. Rueppel ed., Springer-Verlag.
Chaum et al., Multiparty Unconditionally Secure Protocols, STOC 1988, pp. 11-19, ACM.
Chaum, D. et al. An Improved Protocol for Demonstrating Possession of Discrete Logarithms and Some Generalizations, Advances in Cryptology-Crypto 86 Proceedings, vol. 263, Lecture Notes in Computer Science, 1986, pp. 200-212 Springer-Verlag, A. Odlyzko ed.
Chor et al. "Verifiable Secret Sharing and Achieving Simultaneous Broadcast," Proceeding of the 26<SUP>th </SUP>Symposium on Foundations of Computer Science, IEEE, pp. 235-344, 1985.
D. Boneh et al., Efficient Generation of Shared RSA Keys, Crypto 97, pp. 425-439.
Davenport, J.H., "Primality Testing Revisited", Papers from the International Symposium on Symbolic and algebraic Computation, 1992, ACM, pp. 123-129.
DeSantis et al. How To Share A Function Securely, ACM Proceedings of the 26<SUP>th </SUP>Annuyal Symposium on Theory of Computing, 1994, pp. 522-533, ACM.
Desmedt et al., Threshold Cryptosystems, Advances in Cryptology-Crypto 89 Proceedings, vol. 435, Lecture Notes in Computer Science, 1989, pp. 307-315, Springer-Verlag, G. Brassard ed.
Diffle et al. New Directions in Cryptography, IEE Trans. on Information Theory 22(6), 1976, pp. 644-654.
Feige et al., "Zero Knowledge Proofs of Identity", The Weizmann Institute of Science, Department of Applied Mathematics, Rohovot, Israel, ACM Press pp. 210-217.
Feige et al., "Zero Knowledge Proofs of Knowledge in Two Rounds", pp. 526-544, Crypto 1989.
Feldman et al., "A Practical Scheme for Non-Interactive Certifiable Secret Sharing", Proceedings of the 28<SUP>th </SUP>Symposium on Foundations of Computer Science, IEEE, 1987, pp. 427-437.
Fiat et al., "How To Prove Yourself: Practical Solutions To Identification and Signature Problems," in Advances in Cryptology-Crypto '86 Proceedings, vol. 263, Lecture Notes in Computer Science, 1987, pp. 186-194, Springer-Verlag, New York (ed. A. Odlyzko).
Frankel et al., "Optimal Resilience Proactive Public-Key Cryptosystems", FOCS 97.
Frankel et al., "Proactive RSA", Crypto 97.
Frankel et al., "Witness Based Cryptographic Program Checking and Robust Function Sharing", Proceedings of the 28<SUP>th </SUP>Annual Symposium on Theory of Computing, 1996, pp. 499-508, ACM.
Franklin et al., "Secure and Efficient Off-line Digital Money", Porch. of the 20<SUP>th </SUP>Int. Col. On Automata, Languages and Programming (ICALP), 1993, LNCS 700, Springer-Verlag, pp. 265-276.
Galil et al., "Cryptographic Computations: Secure Fault Tolerant Protocols in the Public Key Model", Crypto 87, pp. 135-155.
Galil et al., Minimum-Knowledge Interactive Proof for Decision problems, SIAM Computer Journal, vol. 18, 9189, pp. 711-739.
Galil et al., Symmetric Public-Key Cryptography,m Crypto 85.
Gennaro et al., "Robust Threshold DSS Signatures", Advances in Cryptology-Eurocrypt 96 Proceedings, vol. 1070, Lecture Notes in Computer Science, 1996, pp. 354-371, Springer-Verlag.
Goldreich et al., "How To Play Any Mental Game", Proceedings of the 19<SUP>th </SUP>Annual ACM Symposium, 1987, pp. 218-229, Theory of Computing.
Goldreich et al., "Proofs That Yield Nothing But Their Validity And a Methodology of Cryptographic Protocol Design," IEEE FOCS, pp. 174-187, 1986.
Goldreich, O., "On Foundations of Modern Cryptography", Crypto 97, an invited paper.
Goldwasser et al., "The Knowledge Complexity of Interactive Proof-Systems", SIAM Journal on Computing, vol. 18(1), 1989, pp. 186-208.
Goldwasser, S., "A New Direction In Cryptography: Twenty Something Years After", FOCS 97, an invited paper.
Hardy et al. An Introduction To The Theory Of Numbers, 1985, Oxford Science Publications, London, Great Britain, 5<SUP>th </SUP>ed.
Impagliazzo et al., "Direct Minimum-Knowledge Computation", in Advances in Cryptology-Crypto '87, Proceedings, 1988, Lecture Notes in Computer Science, vol. 293, Springer-Verlag, New York, ed. C. Pomerance, 40-50.
Kilian, J., "Founding Cryptography On Oblivious Transfer,", 1988, ACM STOC, pp. 20-31.
Miller, G., "Riemann's Hypothesis And Test of Primality", Journal of Computer and System Sciences, vol. 13, 1976, pp. 300-317.
Okamoto, T., "Provably Secure and Practical Identification and Corresponding Signature Scheme, Advances in Cryptology"-Crypto 92 Proceedings, vol. 740, Lectures Notes in Computer Science, 1992 Springer-Verlag, pp. 31-53 (E. Brickell ed.).
Ostrovsky et al., "How To Withstand Mobile Virus Attacks", Proceedings of the 10<SUP>th </SUP>ACM Symposium on the Principles of Distributed Computing, pp. 51-61, 1991.
Pedersen, T.P., "A Threshold Cryptosystem Without A Trusted Party", Advances in Cryptology-Eurocrypt 91 Proceedings, vol. 547, Lectures Notes in Computer Science, 1991, pp. 129-140, Springer-Verlag.
Pedersen, T.P., "Distributed Provers With Applications to Undeniable Signatures", Advances in Cryptology-Eurocrypt 91 Proceedings, vol. 547, Lecture Notes in Computer Science, 1991, pp. 221-242, Springer-Verlag.
Pedersen, T.P., "Non-interactive And Information theoretic Secure Verifiable Secret Sharing", Advances in Cryptology-Crypto 91 Proceedings, vol. 576, Lecture Notes in Computer Science, 1991, pp. 129-140, Springer-Verlag.
Rivest et al., "A Method For Obtaining Digital Signature and Public Key Cryptosystems", vol. 21, Comm. of ACM, 1978, pp. 120-126.
Shamir, A. "How To Share A Secret", vol. 22, Comm. of ACM, 1979, pp. 612-613.
Yao, A.C., "Theory And Applications of Trapdoor Functions", Proceedings of the 23<SUP>rd </SUP>Symposium on the Foundation of Compuer Science, 1982, pp. 80-91.

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7840806B2 (en) * 2002-10-16 2010-11-23 Enterprise Information Management, Inc. System and method of non-centralized zero knowledge authentication for a computer network
US20080307488A1 (en) * 2002-10-16 2008-12-11 Innerwall, Inc. Systems And Methods For Enterprise Security With Collaborative Peer To Peer Architecture
US20040123156A1 (en) * 2002-10-16 2004-06-24 Hammond Frank J. System and method of non-centralized zero knowledge authentication for a computer network
US8239917B2 (en) 2002-10-16 2012-08-07 Enterprise Information Management, Inc. Systems and methods for enterprise security with collaborative peer to peer architecture
US20110072265A1 (en) * 2002-10-16 2011-03-24 Hammond Ii Frank J System And Method Of Non-Centralized Zero Knowledge Authentication For A Computer Network
US8300826B2 (en) * 2007-02-02 2012-10-30 Nec Corporation Distributed information generation apparatus, reconstruction apparatus, reconstruction result verification apparatus, and secret information distribution system, method, and program
US20100287366A1 (en) * 2007-02-02 2010-11-11 Toshinori Araki Distributed information generation apparatus, reconstruction apparatus, reconstruction result verification apparatus, and secret information distribution system, method, and program
US20100046740A1 (en) * 2008-08-22 2010-02-25 Schneider James P Embedding a secret in a larger polynomial
US20100046739A1 (en) * 2008-08-22 2010-02-25 Schneider James P Sharing a secret using polynomial division over gf(q)
US8345861B2 (en) 2008-08-22 2013-01-01 Red Hat, Inc. Sharing a secret using polynomial division over GF(Q)
US9467451B1 (en) * 2013-03-13 2016-10-11 Hrl Laboratories, Llc Generic proactively-secure secret-sharing protocol from any suitable honest-majority secret-sharing protocol
US9450938B1 (en) * 2013-03-13 2016-09-20 Hrl Laboratories, Llc Information secure proactive multiparty computation (PMPC) protocol with linear bandwidth complexity
US9443089B1 (en) * 2013-03-13 2016-09-13 Hrl Laboratories, Llc System and method for mobile proactive secret sharing
US9489522B1 (en) * 2013-03-13 2016-11-08 Hrl Laboratories, Llc Method for secure and resilient distributed generation of elliptic curve digital signature algorithm (ECDSA) based digital signatures with proactive security
US9536114B1 (en) * 2013-03-13 2017-01-03 Hrl Laboratories, Llc Secure mobile proactive multiparty computation protocol
US9558359B1 (en) * 2013-03-13 2017-01-31 Hrl Laboratories, Llc Information theoretically secure protocol for mobile proactive secret sharing with near-optimal resilience
US9614676B1 (en) * 2013-03-13 2017-04-04 Hrl Laboratories, Llc Cryptographically-secure packed proactive secret sharing (PPSS) protocol
US9787472B1 (en) 2013-03-13 2017-10-10 Hrl Laboratories, Llc Information secure protocol for mobile proactive secret sharing with near-optimal resilience
US10083310B1 (en) * 2013-03-13 2018-09-25 Hrl Laboratories, Llc System and method for mobile proactive secure multi-party computation (MPMPC) using commitments

Also Published As

Publication number Publication date
IL139520A0 (en) 2001-11-25
ATE393993T1 (en) 2008-05-15
NO20005894L (en) 2001-01-19
DE69938624D1 (en) 2008-06-12
CA2331442A1 (en) 1999-12-02
US6237097B1 (en) 2001-05-22
EP1078491B1 (en) 2008-04-30
JP4790122B2 (en) 2011-10-12
NO20005894D0 (en) 2000-11-21
EP1078491A1 (en) 2001-02-28
JP2002517024A (en) 2002-06-11
CA2331442C (en) 2009-10-13
WO1999062221A1 (en) 1999-12-02
AU4407299A (en) 1999-12-13
MXPA00011443A (en) 2003-04-22
US20010038696A1 (en) 2001-11-08
DE69938624T2 (en) 2009-06-10

Similar Documents

Publication Publication Date Title
US7313701B2 (en) Robust efficient distributed RSA-key generation
Gennaro et al. Robust and efficient sharing of RSA functions
Gennaro et al. Robust threshold DSS signatures
Frankel et al. Robust efficient distributed RSA-key generation
Gennaro et al. Secure distributed key generation for discrete-log based cryptosystems
Frankel et al. Optimal-resilience proactive public-key cryptosystems
Gennaro et al. Robust and efficient sharing of RSA functions
Damgård et al. Perfect hiding and perfect binding universally composable commitment schemes with constant expansion factor
Hazay et al. Efficient RSA key generation and threshold paillier in the two-party setting
US6035041A (en) Optimal-resilience, proactive, public-key cryptographic system and method
Gennaro et al. Secure applications of Pedersen’s distributed key generation protocol
Michels et al. Efficient convertible undeniable signature schemes
Schindler et al. Ethdkg: Distributed key generation with ethereum smart contracts
Catalano et al. Computing inverses over a shared secret modulus
Wang An abuse-free fair contract-signing protocol based on the RSA signature
Frankel et al. Adaptively-secure optimal-resilience proactive RSA
Frankel et al. Adaptively-secure distributed public-key systems
US7327847B2 (en) Method for distributed computation of RSA inverses in asynchronous networks
Frankel et al. Adaptive security for the additive-sharing based proactive RSA
Verheul Certificates of recoverability with scalable recovery agent security
Bresson et al. Improved on-line/off-line threshold signatures
EP1944906A2 (en) Robust efficient distributed RSA-key generation
Farley et al. BADGER-blockchain auditable distributed (RSA) key GEneRation
Dossogne et al. Secure and practical threshold RSA
Kate Distributed key generation and its applications

Legal Events

Date Code Title Description
STCF Information on status: patent grant

Free format text: PATENTED CASE

REMI Maintenance fee reminder mailed
FPAY Fee payment

Year of fee payment: 4

SULP Surcharge for late payment
FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20191225