Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
INTEGER DIVISION IN A MANNER THAT COUNTERS A POWER ANALYSIS ATTACK
Document Type and Number:
WIPO Patent Application WO/2008/106790
Kind Code:
A1
Abstract:
In the course of performing an Elliptic Curve Scalar Multiplication operation by Additive Splitting Using Division, a main loop of an integer division operation may be performed. The integer division has a dividend and a divisor. By storing both the divisor and the negative value of the divisor, susceptibility to a Simple Power Analysis Side Channel attack is minimized. A carry bit from a previous iteration of the main loop determines which of the divisor or the negative of the divisor to use. The order of an addition operation and a shift left operations in the main loop is interchanged compared to a known integer division method and there are no negation operations in the main loop.

Inventors:
EBEID NEVINE MAURICE NASSIF (CA)
Application Number:
PCT/CA2008/000442
Publication Date:
September 12, 2008
Filing Date:
March 06, 2008
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
RESEARCH IN MOTION LTD (CA)
EBEID NEVINE MAURICE NASSIF (CA)
International Classes:
H04L9/30; H04L9/28; H04Q7/32; H04Q7/38
Foreign References:
US20030212729A12003-11-13
US6748410B12004-06-08
US20070192864A12007-08-16
Other References:
WU Y. ET AL.: "A New Dual-Field Elliptic Curve Cryptography Processor", 2006 IEEE INTERNATIONAL SYMPOSIUM ON CIRCUITS AND SYSTEMS (ISCAR 2006), pages 305 - 308, XP010938412
Attorney, Agent or Firm:
RIDOUT & MAYBEE LLP (Toronto, Ontario M5C 3B1, CA)
Download PDF:
Claims:

WHAT IS CLAIMED IS:

1. In the course of performing an Elliptic Curve Scalar Multiplication operation by Additive Splitting Using Division, a method of performing a main loop of an integer division operation in a manner to counter power analysis attacks, said main loop performed given a dividend stored in a dividend array, a divisor stored in a divisor array, a negative of said divisor stored in a negative divisor array, and a sign bit, said method comprising:

selecting an addend array, from among said divisor array and said negative divisor array, based on a value of said sign bit;

selecting an augend array based on said dividend array;

adding, to said dividend array, said addend array to form a sum;

storing said sum in said dividend array; and

subsequent to said storing said sum, shifting said dividend array left.

2. The method of claim 1 wherein said adding also forms a carry bit and said method further comprises assigning, to said sign bit, said carry bit.

3. The method of claim 1 further comprising, before performing said main loop:

receiving said dividend;

storing said dividend in said dividend array;

receiving said divisor; and

storing said divisor in said divisor array.

4. The method of claim 3 further comprising, before performing said main loop:

determining a two's complement of said divisor; and

storing said two's complement of said divisor in said negative divisor array.

5. The method of claim 1 further comprising, before performing said main loop, initializing said sign bit.

6. A mobile communication device for, in the course of performing an Elliptic Curve Scalar Multiplication operation by Additive Splitting Using Division, performing a main loop of an integer division operation in a manner that counters power analysis attacks, said device comprising:

a memory storing a dividend in a dividend array, a divisor in a divisor array, a negative of said divisor in a negative divisor array and a sign bit; and

a processor configured to:

select an addend array, from among said divisor array and said negative divisor array, based on a value of said sign bit;

select an augend array based on said dividend array;

add, to said dividend array, said addend array to form a sum;

store said sum in said dividend array; and

subsequent to said storing said sum, shift said dividend array left.

7. The mobile communication device of claim 6 wherein said adding to form said sum also forms a carry bit and said processor is further configured to assign, to said sign bit, said carry bit.

8. The mobile communication device of claim 6 wherein said processor is further configured to, before performing said main loop:

receive said dividend;

store said dividend in said dividend array;

receive said divisor; and

store said divisor in said divisor array.

9. The mobile communication device of claim 8 wherein said processor is further configured to, before performing said main loop:

determine a two's complement of said divisor; and

store said two's complement of said divisor in said negative divisor array.

10. The mobile communication device of claim 6 wherein said processor is further configured to, before performing said main loop, initialize said sign bit.

11. A computer readable medium containing computer-executable instructions that, when executed on a processor given a dividend stored in a dividend array, a divisor stored in a divisor array, a negative of said divisor stored in a negative divisor array and a sign bit, cause said processor to perform an Elliptic Curve Scalar Multiplication operation by Additive Splitting Using Division including an integer division operation performed in a manner countering power analysis attacks, said instructions, in a main loop of said integer division operation in particular, causing said processor to:

select an addend array, from among said divisor array and said negative divisor array, based on a value of said sign bit;

select an augend array based on said dividend array;

add, to said dividend array, said addend array to form a sum;

store said sum in said dividend array; and

subsequent to said storing said sum, shift said dividend array left.

12. The computer readable medium of claim 11 wherein said adding to form said sum also forms a carry bit and said instructions further cause said processor to assign, to said sign bit, said carry bit.

13. The computer readable medium of claim 11 wherein said instructions further cause said processor to, before performing said main loop:

receive said dividend;

store said dividend in said dividend array;

receive said divisor; and

store said divisor in said divisor array.

14. The computer readable medium of claim 13 wherein said instructions further cause said processor to, before performing said main loop:

determine a two's complement of said divisor; and

store said two's complement of said divisor in said negative divisor array.

15. The computer readable medium of claim 11 wherein said instructions further cause said processor to, before performing said main loop, initialize said sign bit.

Description:

INTEGER DIVISION IN A MANNER THAT COUNTERS A POWER ANALYSIS ATTACK

CROSS REFERENCE TO RELATED APPLICATIONS

[0001 ] The present application claims priority to US Provisional Patent Application Serial No. 60/893,297, filed March 6, 2007, the contents of which are hereby incorporated herein by reference.

[0002] The present application also claims priority to US Patent Application Serial No. 12/040,231, filed February 29, 2008, the contents of which are hereby incorporated herein by reference.

FIELD OF THE INVENTION

[0003] The present application relates generally to cryptography and, more specifically, to performing an integer division in a manner that counters a power analysis attack.

BACKGROUND OF THE INVENTION

[0004] Cryptography is the study of mathematical techniques that provide the base of secure communication in the presence of malicious adversaries. The main goals of secure communication include confidentiality of data, integrity of data and authentication of entities involved in a transaction. Historically, "symmetric key" cryptography was used to attempt to meet the goals of secure communication. However, symmetric key cryptography requires entities to exchange secret keys through a secret channel prior to communication. One weakness of symmetric key cryptography is the security of the secret channel. Public key cryptography provides a means of securing a communication between two entities without requiring the two entities to exchange secret keys through a secret channel prior to the communication. An example entity "A" selects a pair of keys: a private key that is only known to entity A and is kept secret; and a public key that is known to the public. If an example entity "B" would like to send a secure message to entity A, then entity B needs to obtain an authentic copy of entity A's public key. Entity B encrypts a message intended for entity A by using entity A's public key. Accordingly, only entity A can decrypt the message from entity B.

[0005] For secure communication, it is essential that entity A select the pair of keys such that it is computationally infeasible to compute the private key given knowledge of the public key. This condition is achieved by the difficulty (technically known as "hardness") of known mathematical problems such as the known integer factorization mathematical problem, on which is based the known RSA algorithm, which was publicly described in 1977 by Ron Rivest, Adi Shamir and Leonard Adleman.

[0006] Elliptic curve cryptography is an approach to public key cryptography based on the algebraic structure of elliptic curves over finite mathematical fields. An elliptic curve over a finite field, K, may be defined by a Weierstrass equation of the form

y 2 + a l xy + a J y = x i + a 2 x 2 +a 4 x + a 6 . (0.1)

If K = F P , where/> is greater than three and is a prime, equation (0.1) can be simplified to

y 2 = x i + ax + b . (0.2)

If K - F „, , i.e., the elliptic curve is defined over a binary field, equation (0.1) can be simplified to

/ + xy = x ό +ax 2 +b . (0.3)

[0007] The set of points on such a curve (i.e., all solutions of the equation together with a point at infinity) can be shown to form an abelian group (with the point at infinity as the identity element). If the coordinates x and y are chosen from a large finite field, the solutions form a finite abelian group.

[0008] Elliptic curves cryptosystems rely on the hardness of a problem called the elliptic curve discrete logarithm problem (ECDLP). Where P is a point on an elliptic curve E and where the coordinates of P belong to a finite field, the scalar multiplication kP, where Hs a secret integer, gives a point Q equivalent to adding the point P to itself A: times. It is computationally infeasible, for large finite fields, to compute k knowing P and Q. The ECDLP is: find k given P and Q (=kP).

BRIEF DESCRIPTION OF THE DRAWINGS

[0009] Reference will now be made to the drawings, which show by way of example, embodiments of the invention, and in which:

[0010] FIG. 1 illustrates example steps in an expanded Elliptic Curve Scalar Multiplication (ECSM) operation according to one embodiment, the example steps including a step of determining new key-splitting parameters from previous key splitting parameters;

[0011] FIG. 2 illustrates steps in an example method for the step, in FIG. 1 , of determining new key-splitting parameters for an Additive Splitting Using Division scheme;

[0012] FIG. 3 A illustrates initial steps in an example method for the step, in FIG. 2, of performing an integer division operation while determining new key-splitting parameters for a Multiplicative Splitting scheme;

[0013] FIG. 3B illustrates final steps in the example method of FIG. 3A; and

[0014] FIG. 4 illustrates an apparatus for carrying out the method of FIG. 1.

DETAILED DESCRIPTION OF THE EMBODIMENTS

[0015] In operation, a device implementing an Elliptic Curve Cryptosystem selects a value for a secret, or private, key, k, which may be a long term secret key or a short term secret key. Additionally, the device has access to a "base point", P. The device then generates Q = kP and publishes Q as a public key. Q may then be used for encryption or may then be used in a key agreement protocol such as the known Elliptic Curve Diffie-Hellman (ECDH) key agreement protocol.

[0016] In the known Elliptic Curve Menezes-Qu-Vanstone (ECMQV) key agreement protocol, Q = kP is not known as public key as in the ECDH key agreement protocol. In the ECMQV key agreement protocol and the known Elliptic Curve Digital Signature Algorithm (ECDSA), each entity has a (public key, private key) pair, say for entity A, this pair is (CI A , Q A ). This is long term pair, hence Q A = <% A P is computed once per key life. Notably, in another step of the ECMQV key agreement protocol and the ECDSA, there is a random integer k, selected by the signing entity in the ECDSA or both entities separately in the ECMQV, that is multiplied by the point P, i.e., kP is determined.

[0017] The general point of an attack on a cryptosystem is to determine the value of the private key, k. Recently, especially given the mathematical difficulty of solving the ECDLP, cryptosystem attacks have been developed that are based on careful measurements of the physical implementation of a cryptosystem, rather than theoretical weaknesses in the

algorithms. This type of attack is called a "side channel attack". In one known example side channel attack, a measurement of the exact amount of time taken by known hardware to encrypt plain text has been used to simplify the search for a likely private key. Other examples of side channel attacks involve measuring such physical quantities as power consumption, electromagnetic leaks and sound. Many side channel attacks require considerable technical knowledge of the internal operation of the system on which the cryptography is implemented. In particular, a power analysis attack involves obtaining information useful to the determination of a private key by observing properties of electricity in the power lines supplying hardware implementing the cryptosystem or by detecting electromagnetic emanations from the power lines or said hardware.

[0018] In a Simple Power Analysis (SPA) attack, an attacker monitors the power consumption of a device to visually identify large features of the generation of the public key Q through the scalar multiplication operation, kP. Indeed, monitoring of the power consumption during a scalar multiplication operation may enable an attacker to recognize exact instructions as the instructions are executed. For example, consider that the difference between the power consumption for the execution of a point doubling (D) operation and power consumption for the execution of a point addition (A) operation is obvious. Then, by investigating one power trace of a complete execution of a double-and-add algorithm employed to perform a scalar multiplication, the bits of the scalar private key k may be revealed. In particular, whenever a D operation is followed by an A operation, the corresponding bit k t = 1 , otherwise if a D operation is followed by another D operation, then k t = 0. A sequence of doubling and addition point operations is referred to as a DA sequence.

[0019] In a Differential Power Analysis (DPA) side-channel attack, an attacker exploits the varying power consumed by a microprocessor while the microprocessor executes cryptographic program code. Using statistical analysis of the power consumption measurements of many runs of a given cryptographic algorithm, the attacker may infer information about a secret key used in the given cryptographic algorithm. A DPA attack on a scalar multiplication algorithm may be based on collecting hundreds of power consumption measurements obtained during the execution of the scalar multiplication with the same private key. Even if the execution is SPA-resistant, a statistical analysis on the measurements collected can still reveal the private key.

[0020] It would be desirable to obtain the result of an Elliptic Curve Scalar Multiplication operation using a split private key in a manner that resists revealing the private key to an attacker that employs a DPA attack. Furthermore, where the Elliptic Curve Scalar Multiplication operation employs integer division, it would be desirable to resist revealing the quotient of the integer division to an attacker that employs an SPA attack.

[0021] In the course of performing an Elliptic Curve Scalar Multiplication operation to determine a public cryptographic key, a main loop of an integer division operation may be performed in a manner that counters Simple Power Analysis attacks. Given that the integer division has a dividend and a divisor, both the divisor and the negative value of the divisor are stored. A carry bit from a previous iteration of the main loop determines which of the divisor or the negative of the divisor to use. The order of an addition operation and a shift left operations in the main loop is interchanged compared to a known integer division method. Advantageously, the interchange saves iterations at the beginning of the known integer division algorithm, which iterations may be attributed to a poor alignment of the dividend array and the divisor array.

[0022] In accordance with an aspect of the present application, there is provided, in the course of performing an Elliptic Curve Scalar Multiplication operation to determine a public cryptographic key, a method of performing a main loop of an integer division operation while countering Simple Power Analysis attacks, the main loop performed given a dividend stored in a dividend array, a divisor stored in a divisor array, a two's complement of the divisor stored in a negative divisor array and a sign bit. The method includes selecting an addend array, from among the divisor array and the negative divisor array, based on a value of the sign bit, selecting an augend array based on the dividend array, adding, to the dividend array, the addend array to form a sum, storing the sum in the dividend array and subsequent to the storing the sum, shifting the dividend array left. In other aspects of the present application, a mobile communication device is provided for carrying out this method and a computer readable medium is provided for adapting a processor to carry out this method.

[0023] Other aspects and features will become apparent to those of ordinary skill in the art upon review of the following description of specific embodiments of the invention in conjunction with the accompanying figures.

[0024] It has previously been suggested that, to avoid revealing the scalar to an attack on an Elliptic Curve Scalar Multiplication (ECSM) operation, i.e., Q = kP, the scalar, k, may be split into two or more parts. Example steps in an expanded ECSM operation are presented in FIG. 1, as part of a larger Elliptic Curve cryptosystem application. The ECSM is called "expanded" due to the extra steps involved in splitting the scalar. A processor executing instructions describing the expanded ECSM operation receives (step 102) a request for an ECSM product, e.g., a request for Q = kP. The processor selects (step 104) a random integer, r, and uses the random integer and a previous set of key-splitting parameters to determine (step 106) a new set of key-splitting parameters. An example of a key splitting algorithm is presented in FIG. 2 and described hereinafter. The processor then uses the new set of key- splitting parameters, in conjunction with the random integer and the base point, P, to perform (step 108) an ECSM operation. Upon completion of the ECSM operation, the processor provides (step 110) the product of the ECSM operation to the requesting application. In one instance, the product of the ECSM operation may be published as a public key in an Elliptic Curve cryptosystem.

[0025] In an example of key splitting, called "Additive Splitting Using Division", an n- bit scalar is split through the use of an /-bit random integer, r. In particular, the scalar is split by dividing the scalar by the random integer to obtain an integer quotient, multiplying the base point by the random integer to obtain an interim point, multiplying the interim point by the integer quotient and adding a product of the remainder of the division and the base point. That is,

kP = rP + (kmodr)P. (0.4)

L f J

The bit length, /, of the random integer r may be chosen to be / = . That is, r is chosen

. 2 uniformly at random from the range -l] . Equation (0.4) can be rewritten as

kP = gS + hP , (0.5) where g is the integer quotient, h is the remainder and S = rP is the interim point. Hence, the bit length of g is at most + 1 < / + 1 and the bit length of g is at least / and the bit length of

h is at most /. The processor thus begins a determination of kP by first performing an ECSM to determine the interim point S, where the scalar, r, is of a length half the length of k.

[0026] For additional security, it has previously been proposed to change the random integer, r, frequently. However, despite not using the scalar directly in performing ECSM operations with a split scalar, each time a new random integer is selected, key-splitting parameters used in each ECSM operation must be determined anew. Accordingly, in the Additive Splitting Using Division example, the processor determines the key-splitting k parameter g = — for each new r. Such determining of the key-splitting parameter for each r change in the random integer, when subject to a Differential Power Analysis attack, can yield the value of k to an attacker.

[0027] To mitigate against a Differential Power Analysis attack, it is proposed herein to determine parameters for use in key splitting algorithms using previously determined key- splitting parameters. Accordingly, when the scalar is not used repetitively, e.g., in operations for determining parameters that define a split scalar before determining the product of an ECSM operation, the likelihood of a Differential Power Analysis providing an attacker an indication of the scalar is reduced significantly.

[0028] In operation, where the splitting of the scalar is to use the Additive Splitting Using Division algorithm, the key-splitting parameters provided to the processor include a previously determined integer quotient, g \ , a previously determined remainder, h \ , the original random integer, r \ , used in the previous determination and the successive random integer, r 2 , selected in step 104. It is proposed herein to determine a successive integer quotient, g 2 , and a successive remainder, A 2 , without the re-use of the scalar, k, thereby providing a countermeasure to a DPA attack. Given the original random integer used to generate the previous splitting parameters, the previous splitting parameters, and a successive

random integer for generating successive splitting parameters, i.e., r \ , g, ZJ 1 = &modr, and r 2 , we want to find the new splitting parameters including a successive quotient,

S 2 = , and a successive remainder, h 2 = k mod r 2 , without employing any operations that use A:.

[0029] We introduce a temporary quotient, g, and a temporary random integer, r, for use in a method whose example steps are presented in FIG. 2. To begin, a processor initializes (step 202) the temporary quotient, g, and the temporary random integer, r, with the values of the original quotient and the original random integer, respectively, i.e., g <— g λ and r <— r, .

Additionally, the processor initializes (step 204) the successive quotient, g 2 , and the successive remainder, /? 2 . In particular, the successive quotient is assigned the value zero and the successive remainder is assigned the value of the original remainder, i.e., g 2 <— 0 and λ- <-V

[0030] The processor then compares (step 206) the temporary quotient to the successive random integer and compares the temporary random integer to the successive random integer. If the temporary quotient is less than, or equal to, the successive random integer and the temporary random integer is less than the successive random integer, the processor increases (step 208) the temporary quotient by the successive random integer and, additionally, decreases (step 208) the successive quotient by the original random integer.

[0031] If the successive random integer is less than the temporary quotient or the temporary random integer is greater than, or equal to, the successive random integer, the processor compares (step 210) the temporary quotient to the successive random integer. If the temporary quotient is greater than the successive random integer, the processor decreases (step 212) the temporary quotient by the value of the successive random integer and the processor increases (step 212) the successive quotient by the value of the original random integer. The processor then, again, compares (step 210) the temporary quotient to the successive random integer. If the temporary quotient is greater than the successive random integer, the processor decreases (step 212) the temporary quotient by the value of the successive random integer and the processor increases (step 212) the successive quotient by the value of the original random integer.

[0032] The processor, upon determining (step 210) that the temporary quotient is less than, or equal to, the successive random integer, compares (step 214) the temporary random integer to the successive random integer. If the temporary random integer is greater than the successive random integer, the processor decreases (step 216) the temporary random integer by the successive random integer and, additionally, increases (step 216) the successive quotient by the temporary quotient.

[0033] Subsequent to reassigning (step 216) the temporary random integer and the successive quotient or subsequent to determining (step 214) that the successive random integer is greater than, or equal to, the temporary random integer or subsequent to reassigning (step 208) the temporary quotient and the successive quotient, the processor determines (step 218) a value for a temporary product, b, of the temporary quotient and the temporary random integer.

[0034] The processor then increases (step 220) the successive quotient by an integer quotient wherein the temporary product is the dividend and the successive random integer is the divisor. The processor also increases the successive remainder by a temporary remainder determined as bmodr 2 .

[0035] The processor then compares (step 222) the successive remainder to the successive random integer. If the successive remainder is greater than the successive random integer, the processor increases (step 224) the value of the successive quotient by one and, additionally, decreases (step 224) the successive remainder by the successive random integer. The processor then again compares (step 222) the successive remainder to the successive random integer. If the successive remainder is greater than the successive random integer, the processor increases (step 224) the value of the successive quotient by one and, additionally, decreases (step 224) the successive remainder by the successive random integer.

[0036] Upon determining (step 222) that the successive remainder is less than, or equal to, the successive random integer, the processor considers the method complete and considers that the successive quotient, g 2 , and the successive remainder, A 2 , have been determined.

[0037] The processor may then return the new key-splitting parameters, i.e., the successive quotient, g 2 , and the successive remainder, Zi 2 , thereby allowing the processor to perform (step 108) the requested ECSM operation using the new key-splitting parameters, in conjunction with the base point, P. Advantageously, the new key-splitting parameters, gi and A 2 , have been determined without re-use of the scalar, k, thereby providing a countermeasure to a DPA attack.

[0038] Note that the SPA information leaked from the method whose example steps are presented in FIG. 2 is not critical. As will be clear to a person of ordinary skill in the art, when implementing the method, the various paths may be balanced, through the use of

dummy operations, to minimize information leakage. In practice, each comparison (steps 206, 210, 214, 222) may be replaced with a corresponding subtraction and sign verification. Also, to take advantage of available storage, the two's complement and the double of some values may be determined in advance and stored for subsequent use in the method whose example steps are presented in FIG. 2. Accordingly, the method whose example steps are presented in FIG. 2 may be performed using only addition operations and sign check operations besides the integer multiplication (step 218) and the integer division (step 220) operations.

[0039] To perform the perform the division operation, , in step 220, using only

addition operations and sign check operations, a non-restoring division algorithm may be used. Division algorithms suitable to this task in previous work (see, for example, M. Joye and K. Villegas, "A Protected Division Algorithm", Proceedings of the 5th Smart Card Research and Advanced Application Conference, pp. 59-68, The USENIX Association, 2002, hereinafter "Joye and Villegas") have assumed that the dividend and the divisor were not signed and kept track of the sign change separately.

[0040] Consider now that the dividend may be represented by an array of w-bit digits that contains at least one sign bit. Similarly, the divisor may also be represented by an array of w-bit digits that contains at least one sign bit. Upon completion of a division operation on such a dividend array and divisor array, the dividend array contains the remainder concatenated to the quotient.

[0041] Known integer division algorithms, such as the pencil-and-paper algorithm revisited in Joye and Villegas, include non-uniform iterations. That is, known bit-by-bit method steps involve a first branch having a first quantity and type of operations and a second branch having a second quantity and type of operations. Where the first branch is executed when a quotient bit is 0 and the second branch is executed when a quotient bit is 1 , an SPA attack may reveal the quotient to an attacker.

[0042] Accordingly, it would be desirable to make the iterations of the division algorithm uniform so that simple power analysis attacks, or simple electromagnetic emanations attacks, do not reveal the bits of the resulting quotient.

[0043] Overall, the SP A-resistant integer division method described hereinafter receives, as input, a dividend array, a, oϊu w-bit digits, and a divisor array, b, of v w-bit digits, where u > v. The SPA-resistant integer division method described hereinafter produces, as output, a quotient, # = — , and a remainder, r = a mod b . Note that, while the SP A-resistant integer

IA division method described hereinafter is presented in the context of the Additive Splitting Using Division algorithm, the SPA-resistant integer division method is valid for any application requiring integer division.

[0044] Example steps of an SPA-resistant integer division method are illustrated in FIGS. 3A and 3B. Initially, the processor assigns, to a first temporary array d[0], the value of the divisor array b and assigns, to a two's-complement-of-the-divisor array d[\], the value of the two's complement of the divisor array b (step 302). The processor initializes a sign bit, δ, to 1 (step 304) and initializes a counter, z, to 0 (step 306). The processor replaces (step 308) the value of the dividend array a by a value obtained by adding an augend array of the most significant v digits from the dividend array a to an addend array of v digits of the two's- complement-of-the-divisor array -/[I]. That is, in effect, the processor subtracts the divisor array b, of length v digits, from the most significant v digits of the dividend array a. The addition operation executed on the augend array and the addend array generates a carry bit. The processor also assigns (step 308) the carry bit to the sign bit. The processor then shifts (step 310) all u digits of the dividend array a left by one bit. The processor then assigns (step 312) the value of the sign bit to the least significant bit of the dividend array a. The processor then determines (step 314) whether the counter has exceeded a limit of (u - v)*w. If the counter has not exceeded the limit, the processor increments the counter (step 316) and repeats steps 308, 310, 312 and 314. If the counter has exceeded the limit, the processor assigns (step 318) the least significant (« - v) digits of the dividend array a to the quotient array q of length (u - v + 1) digits. The processor then shifts (step 320) the dividend array a right by v digits and assigns (step 322) the value of the carry bit to the most significant digit of the quotient array q. The processor then determines (step 324, see FIG. 3B) the value of the sign bit. Where the processor has determined (step 324) that the sign bit δ is 0, the processor replaces (step 326) the value of the dividend array a by a value obtained by adding the most significant v digits from the dividend array a to v digits of the first temporary array d[l]. That is, the processor adds the divisor array b to the dividend array a. Subsequent to adding the divisor array b to the dividend array a, or where the processor has determined

(step 324) that the value of the sign bit δ is 1, the processor assigns (step 328) the most significant v digits of a to the remainder array r. Finally, the processor returns the quotient array q and the remainder array r, say, to step 220 of FIG. 2.

[0045] Note that, if there is only one sign bit in the divisor array b, then the shift right of the dividend array (step 320), which should shift with sign extension in any case, should shift-in the sign bit that was shifted out in step 310 or, equivalently, toggle the carry bit used in step 308 and use it as the sign bit that is shifted in.

[0046] It is notable that the algorithm proposed in Joye and Villegas is for a memory constrained environment. Accordingly, in the algorithm proposed in Joye and Villegas, the two's complement of the divisor array is computed and stored in the divisor array when needed. Otherwise, the two's complement of a dummy array is computed and stored in a dummy array. The address of a target register containing the array (i.e., either the divisor array or the dummy array) on which to perform the operation for obtaining the two's complement is determined by a sign bit and a carry bit from operations in a previous iteration. Notably, while attempting to conserve memory space, the algorithm proposed in Joye and Villegas still requires an extra (dummy) array on which the operation for obtaining the two's complement may be performed. It is proposed herein to store both the divisor and the two's complement of the divisor. Accordingly, in a main loop of the division algorithm (see steps 308, 310, 312 and 314 in FIG. 3A), the carry of the current addition operation, whether 0 or 1, determines whether the divisor or the two's complement of the divisor, respectively will be added in the subsequent iteration.

[0047] By way of modifications to the algorithm proposed in Joye and Villegas, the initial condition is that, when the most significant w-bit digit of the dividend and the most significant w-bit digit of the divisor are aligned, the most significant bit of the divisor is at a bit position at least as high as the most significant bit of the dividend. In the algorithm proposed in Joye and Villegas, the initial condition is that the most significant bit of the dividend should be at least one position higher than the most significant bit of the divisor.

[0048] Through such modifications, a step of prepending an extra 0 digit to the dividend array is, in some cases, avoided. Avoidance of the prepending step translates into a saving of w unnecessary shift left operations.

[0049] The algorithm proposed in Joye and Villegas contains a, possibly dummy, negation in the main loop. The method proposed herein does not include any negation operations in the main loop and still uses no more memory than the algorithm proposed in Joye and Villegas.

[0050] Additionally, the algorithm proposed in Joye and Villegas does not discuss array alignments since it deals with bit strings. It may be shown that the method proposed herein is valid in the case of bit strings as well as arrays.

[0051] FIG. 4 illustrates a mobile communication device 400 as an example of a device that may carry out the method of FIG. 1. The mobile communication device 400 includes a housing, an input device (e.g., a keyboard 424 having a plurality of keys) and an output device (e.g., a display 426), which may be a full graphic, or full color, Liquid Crystal Display (LCD). In some embodiments, the display 426 may comprise a touchscreen display. In such embodiments, the keyboard 424 may comprise a virtual keyboard. Other types of output devices may alternatively be utilized. A processing device (a microprocessor 428) is shown schematically in FIG. 4 as coupled between the keyboard 424 and the display 426. The microprocessor 428 controls the operation of the display 426, as well as the overall operation of the mobile communication device 400, in part, responsive to actuation of the keys on the keyboard 424 by a user.

[0052] The housing may be elongated vertically, or may take on other sizes and shapes (including clamshell housing structures). Where the keyboard 424 includes keys that are associated with at least one alphabetic character and at least one numeric character, the keyboard 424 may include a mode selection key, or other hardware or software, for switching between alphabetic entry and numeric entry.

[0053] In addition to the microprocessor 428, other parts of the mobile communication device 400 are shown schematically in FIG. 4. These may include a communications subsystem 402, a short-range communications subsystem 404, the keyboard 424 and the display 426. The mobile communication device 400 may also include other input/output devices, such as a set of auxiliary I/O devices 406, a serial port 408, a speaker 410 and a microphone 412. The mobile communication device 400 may also include memory devices, including a flash memory 416 and a Random Access Memory (RAM) 418, and various other device subsystems 420. The mobile communication device 400 may comprise a two-way

radio frequency (RF) communication device having voice and data communication capabilities. In addition, the mobile communication device 400 may have the capability to communicate with other computer systems via the Internet.

[0054] Operating system software executed by the microprocessor 428 may be stored in a computer readable medium, such as the flash memory 416, but may be stored in other types of memory devices, such as a read only memory (ROM) or similar storage element. In addition, system software, specific device applications, or parts thereof, may be temporarily loaded into a volatile store, such as the RAM 418. Communication signals received by the mobile device may also be stored to the RAM 418.

[0055] The microprocessor 428, in addition to its operating system functions, enables execution of software applications on the mobile communication device 400. A predetermined set of software applications that control basic device operations, such as a voice communications module 430A and a data communications module 430B, may be installed on the mobile communication device 400 during manufacture. A public key generation module 430C may also be installed on the mobile communication device 400 during manufacture, to implement aspects of the present disclosure. As well, additional software modules, illustrated as an other software module 430N, which may be, for instance, a PIM application, may be installed during manufacture. The PIM application may be capable of organizing and managing data items, such as e-mail messages, calendar events, voice mail messages, appointments and task items. The PIM application may also be capable of sending and receiving data items via a wireless carrier network 470 represented by a radio tower. The data items managed by the PIM application may be seamlessly integrated, synchronized and updated via the wireless carrier network 470 with the device user's corresponding data items stored or associated with a host computer system.

[0056] Communication functions, including data and voice communications, are performed through the communication subsystem 402 and, possibly, through the short-range communications subsystem 404. The communication subsystem 402 includes a receiver 450, a transmitter 452 and one or more antennas, illustrated as a receive antenna 454 and a transmit antenna 456. In addition, the communication subsystem 402 also includes a processing module, such as a digital signal processor (DSP) 458, and local oscillators (LOs) 460. The specific design and implementation of the communication subsystem 402 is dependent upon the communication network in which the mobile communication device 400

is intended to operate. For example, the communication subsystem 402 of the mobile communication device 400 may be designed to operate with the Mobitex™, DataTAC™ or General Packet Radio Service (GPRS) mobile data communication networks and also designed to operate with any of a variety of voice communication networks, such as Advanced Mobile Phone Service (AMPS), Time Division Multiple Access (TDMA), Code Division Multiple Access (CDMA), Personal Communications Service (PCS), Global System for Mobile Communications (GSM), Enhanced Data rates for GSM Evolution (EDGE), Universal Mobile Telecommunications System (UMTS), Wideband Code Division Multiple Access (W-CDMA), High Speed Packet Access (HSPA), etc. Other types of data and voice networks, both separate and integrated, may also be utilized with the mobile communication device 400.

[0057] Network access requirements vary depending upon the type of communication system. Typically, an identifier is associated with each mobile device that uniquely identifies the mobile device or subscriber to which the mobile device has been assigned. The identifier is unique within a specific network or network technology. For example, in Mobitex™ networks, mobile devices are registered on the network using a Mobitex Access Number (MAN) associated with each device and in DataTAC™ networks, mobile devices are registered on the network using a Logical Link Identifier (LLI) associated with each device. In GPRS networks, however, network access is associated with a subscriber or user of a device. A GPRS device therefore uses a subscriber identity module, commonly referred to as a Subscriber Identity Module (SIM) card, in order to operate on a GPRS network. Despite identifying a subscriber by SIM, mobile devices within GSM/GPRS networks are uniquely identified using an International Mobile Equipment Identity (IMEI) number.

[0058] When required network registration or activation procedures have been completed, the mobile communication device 400 may send and receive communication signals over the wireless carrier network 470. Signals received from the wireless carrier network 470 by the receive antenna 454 are routed to the receiver 450, which provides for signal amplification, frequency down conversion, filtering, channel selection, etc., and may also provide analog to digital conversion. Analog-to-digital conversion of the received signal allows the DSP 458 to perform more complex communication functions, such as demodulation and decoding. In a similar manner, signals to be transmitted to the wireless carrier network 470 are processed (e.g., modulated and encoded) by the DSP 458 and are then

provided to the transmitter 452 for digital to analog conversion, frequency up conversion, filtering, amplification and transmission to the wireless carrier network 470 (or networks) via the transmit antenna 456.

[0059] In addition to processing communication signals, the DSP 458 provides for control of the receiver 450 and the transmitter 452. For example, gains applied to communication signals in the receiver 450 and the transmitter 452 may be adaptively controlled through automatic gain control algorithms implemented in the DSP 458.

[0060] In a data communication mode, a received signal, such as a text message or web page download, is processed by the communication subsystem 402 and is input to the microprocessor 428. The received signal is then further processed by the microprocessor 428 for output to the display 426, or alternatively to some auxiliary I/O devices 406. A device user may also compose data items, such as e-mail messages, using the keyboard 424 and/or some other auxiliary I/O device 406, such as a touchpad, a rocker switch, a thumb-wheel, a trackball, a touchscreen, or some other type of input device. The composed data items may then be transmitted over the wireless carrier network 470 via the communication subsystem 402.

[0061] In a voice communication mode, overall operation of the device is substantially similar to the data communication mode, except that received signals are output to a speaker 410, and signals for transmission are generated by a microphone 412. Alternative voice or audio I/O subsystems, such as a voice message recording subsystem, may also be implemented on the mobile communication device 400. In addition, the display 426 may also be utilized in voice communication mode, for example, to display the identity of a calling party, the duration of a voice call, or other voice call related information.

[0062] The short-range communications subsystem 404 enables communication between the mobile communication device 400 and other proximate systems or devices, which need not necessarily be similar devices. For example, the short-range communications subsystem may include an infrared device and associated circuits and components, or a Bluetooth™ communication module to provide for communication with similarly-enabled systems and devices.

[0063] The above-described embodiments of the present application are intended to be examples only. Alterations, modifications and variations may be effected to the particular

embodiments by those skilled in the art without departing from the scope of the application, which is defined by the claims appended hereto.