1. Field of the Invention
The present invention relates to cryptographic systems, and more particularly to a method for computing a shared secret key.
2. Description of the Prior Art
Public key cryptography is used to provide security for information transmitted over public networks. Numerous cryptographic protocols are available to provide security, integrity and authentication. Their security is based on the apparent intractability of certain mathematical problems, such as integer factorization and the discrete logarithm problem. Public key schemes sometimes require more computing power than is generally available in constrained environments. Devices such as cellular phones, pagers, and smart cards usually have limited computing power and battery power available. In such environments, elliptic curve cryptography is particularly appealing since it provides security with parameters having a smaller number of bits. Computations are correspondingly faster because of the smaller amount of data that must be manipulated. In most cryptographic systems, parameters with a larger number of bits provide greater security at the cost of speed. Accordingly, there is a continual need to optimize cryptographic operations to run as quickly as possible, to make higher security implementations of the protocols feasible.
Digital signatures are a class of cryptographic protocols used to provide authentication. As in all public key systems, a sender has a private key and a public key. The public key is made available and authenticated to other users through a certificate or a directory. The sender signs a message using their private key, and a recipient is able to verify the signature by using the authentic public key. The mathematics of the scheme provides assurance that only the owner of the private key could generate a signature that will verify using the public key.
It is often of interest to share a key between two users of a public key cryptosystem. This key can be used to secure future communications using a symmetric key cryptosystem. The MQV (Menezes, Qu, Vanstone) protocol provides a method of sharing a key between two users of a public key cryptosystem that provides authentication of the key. This protocol is described in U.S. Pat. Nos. 5,761,305, 5,889,865, 5,896,455, and 6,122,736.
The following notation is used for the MQV protocol in a group G with a generator g
An early version of the MQV protocol for sharing a key between a pair of correspondents Alice and Bob proceeds as follows in the multiplicative group of a finite field having group order q.
1. Alice selects x at random from the interval 1 to q−1.
2. Alice computes RA=gx and sends it to Bob.
3. Bob selects y at random from the interval 1 to q−1.
4. Bob computes RB=gy and sends it to Alice.
5. Alice computes sA=(x+aRA)mod q and the shared secret K=(RB(YB)R
6. Bob computes sB=(y+bRB)mod q and the shared secret K=(RA(YA)R
The computationally intense parts of the key agreement protocol are the exponentiations that must be performed to determine K.
When the MQV protocol was standardized in the ANSI X9.62 and IEEE P1363 standards, a truncation operation was introduced to make the protocol more efficient. The MQV protocol as standardized uses a truncation operation to reduce the bit length of an exponent. The truncation operation is denoted by
1. Alice selects x at random from the interval 1 to q−1.
2. Alice computes RA=gx and sends it to Bob.
3. Bob selects y at random from the interval 1 to q−1.
4. Bob computes RB=gy and sends it to Alice.
5. Alice computes sA=(x+a
6. Bob computes sB=(y+b
The use of the truncation operation speeds up computations since the exponent is shorter. However, this means that only half of the bits of the truncated values are used. It is believed that this truncation does not affect the security of the protocol, however it is generally preferable in the design of cryptographic methods to use as many bits of the random values and private values as possible.
A version of the MQV protocol uses an elliptic curve group as the underlying group G. The group generator is normally written as a point P, and additive notation is usually used instead of multiplication notation. In the Elliptic Curve MQV protocol, the value RA is then equal to xP, and the value RB is equal to yP. Each value RA, RB is thus a point on the elliptic curve. Since an elliptic curve point consists of two finite field elements, it is necessary to define a function π to convert an elliptic curve point into an integer. One typical function that is used is to interpret the bit string representing the first coordinate of the elliptic curve point as a bit string representing an integer. The component sA is equal to sA=(X+aπ(RA))mod q and the component sB is equal to sB=(y+bπ(RB))mod q. The shared key may then be expressed as K=sA(RB+π(RB)YB). The shared key K is an elliptic curve point, and usually it will be converted into another format for use in another protocol. The conversion often involves interpreting the bit string representing K as an integer. The corresponding two point multiplications are therefore necessary to compute the shared key and are also computationally intensive.
Accordingly, there is a need for a method of computing a shared key using the MQV protocols that obviates or mitigates at least some of the above disadvantages.
In general terms, it has been recognized that the computation of the MQV shared key may be optimized by using simultaneous multiplication techniques.
In accordance with one aspect of the present invention, there is provided a method of generating a key by a first correspondent. The key is computable by a second correspondent. The method comprises the steps of:
These and other features of the preferred embodiments of the invention will become more apparent in the following detailed description in which reference is made to the appended drawings wherein:
Referring to
It is desired to share a key between the correspondents using the MQV protocol. It is recognized that the MQV equations can be reorganized to provide efficient computations without necessarily using the truncation operation. The reorganization proceeds as follows.
The formula K=(RB(YB)R
To compute the multiple K=RBs
Referring to
Referring
It will be noted that in this embodiment one simultaneous multiple exponentiation is used instead of two separate exponentiations. Accordingly, the number of squaring operations required corresponds to the number required for one exponentiation instead of that required for two separate exponentiations. It will be recognized that using the method of this embodiment, truncating the first exponent in an attempt to save squarings is not effective, since these squaring can be shared with the second multiplication. The truncation then saves only multiplications, not squarings, when applied to this embodiment since this embodiment uses simultaneous multiple exponentiation.
Referring to
Referring to
Referring to
In use, the pointer 603 is an input to the switch 606 which controls multiplier 610 so that when the corresponding bit of sA is set, the quantity RB is multiplied into the accumulator 514. Similarly, the pointer 605 is an input to the switch 608 which operates the multiplier 612. The quantity YB is multiplied into the accumulator 614 when the corresponding bit of register 604 is set. After considering each exponent, the accumulator is squared 616, and the control 618 operates to set the pointers 603, 605 to the next bits of registers 602, 604. The process repeats until all the bits have been considered. In this way, the bits of the two exponents are considered simultaneously, and only one set of squares is performed.
The above methods can be implemented in any group where the discrete logarithm problem is believed to be intractable. One example of such a group is an elliptic curve group, where the method is very similar however, the additive notation is usually used instead of multiplicative notation. In the elliptic curve setting, group multiplication corresponds to addition of elliptic curve points, and group exponentiation corresponds to scalar multiplication. In this case, the tables will contain a column possible bit combinations of the scalar (e.g. 10012), and a column of corresponding point multiplications (e.g. 10012P).
Referring therefore to
Referring to
Although the invention has been described with reference to certain specific embodiments, various modifications thereof will be apparent to those skilled in the art without departing from the spirit and scope of the invention as outlined in the claims appended hereto.
This application is a reissue of U.S. Pat. No. 7,512,233, which issued from U.S. Ser. No. 11/519,207, which is a continuation of U.S. patent application Ser. No. 10/058,213 filed on Jan. 29, 2002 now U.S. Pat. No. 7,127,063 which claims priority from U.S. Provisional Application No. 60/343,224, filed on Dec. 31, 2001 the contents of which are incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
5761305 | Vanstone et al. | Jun 1998 | A |
5889865 | Vanstone et al. | Mar 1999 | A |
5896455 | Vanstone et al. | Apr 1999 | A |
5987131 | Clapp | Nov 1999 | A |
5999627 | Lee et al. | Dec 1999 | A |
6122736 | Vanstone et al. | Sep 2000 | A |
6490352 | Schroeppel | Dec 2002 | B1 |
7051200 | Manferdelli et al. | May 2006 | B1 |
7062044 | Solinas | Jun 2006 | B1 |
7127063 | Lambert et al. | Oct 2006 | B2 |
7215780 | Lambert et al. | May 2007 | B2 |
20020044649 | Gallant et al. | Apr 2002 | A1 |
20030123655 | Lambert et al. | Jul 2003 | A1 |
20050251680 | Brown et al. | Nov 2005 | A1 |
Number | Date | Country | |
---|---|---|---|
60343224 | Dec 2001 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10058213 | Jan 2002 | US |
Child | 11519207 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11519207 | Sep 2006 | US |
Child | 13075988 | US |