The present invention relates to a method and apparatus for multiplying elements of a finite field, and in particular for multiplying elements of a finite field in a processor having limited computation capability, such as a smartcard and wherein such computations are part of a cryptographic system.
Background of the Invention
Arithmetic in finite fields is used extensively in applications such as coding-theory and cryptography. Cryptographic systems, in particular, make extensive use of modular arithmetic. Making calculations modulo n is like performing normal arithmetic in that it is commutative, associative and distributive. Modular arithmetic is also easier to work with since the ranges of intermediate values and results for addition, multiplication and subtraction are restricted. This is of particular importance when the computations implemented on a processor which has limited register length and speed.
In modular arithmetic, the set of integers modulo m is denoted F.sub.m ={0,1,2, . . . , m-1}. When m is a prime number p, then the set of integers modulo p, F.sub.p, forms a finite field in which we can perform operations of addition, multiplication and subtraction. Furthermore, if F.sub.p ={0,1,2, . . . p-1} and C.sub.i is an element of F.sub.p, then the set of polynomials in x with coefficients from F.sub.p is F.sub.p [x]={ Cnx"+ . . . +Co.vertline.Ci.di-elect cons.F.sub.p,n.gtoreq.0}.
As defined above, where the arithmetic is performed modulo a prime integer p, cryptographers may also use arithmetic modulo an irreducible polynomial f(x) of degree n whose coefficients are integers modulo q, where q is prime. These fields are designated symbolically by F(q.sup.n). Thus all arithmetic is done modulo some f(x) which is an irreducible polynomial of degree n and in which the coefficients of the polynomial are elements of a finite field. If q is equal to 2, then computation in F(2.sup.n) can be quickly implemented in hardware with linear feedback shift registers. For that reason, computation of a F(2.sup.n) is often quicker than computation over F(p).
The values of n which make a feasible cryptographic system tend to be relatively large. Finite fields used in cryptography are typically chosen from those with characteristic two, since these lend themselves to binary hardware and processors. A further specialization of the field of characteristic two are those having an optimal normal basis, either of type I or II. Bases of type I which are optimal normal bases have the characteristic that the coefficients of a polynomial expressed in terms of a polynomial basis are the permuted coefficients of the polynomial expressed in terms of a normal basis.
A finite field may be constructed from a generating element .alpha. and is composed of a vector space of the powers of .alpha. modulo the irreducible polynomial f(x) of degree n. For example F2.sup.3 has the following elements: 0, 1, x, x+1, x.sup.2, x.sup.2 +1, x, x.sup.2 +x, x.sup.2 +x+1. The component powers of .alpha. can then be reduced to degree less than n with the irreducible polynomial. These components are called the basis and for a field over the binary field of two elements, the coefficients of the basis are simply zeros and ones. If the resulting n-tuple of coefficients is ordered corresponding to the sequence .alpha..sup.0,.alpha..sup.1, . . . .alpha..sup.n-1, then the field has been represented in polynomial order. If instead the coefficients are ordered to correspond to the sequence .alpha..sup.2.spsp.0, .alpha..sup.2.spsp.1, . . . , .alpha..sup.2.spsp.n-1 (when these powers are of normal basis for the finite field) then the representation is in normal basis order. However when in polynomial order we will denote the basis elements in terms of a polynomial in x. This representation has several advantages for hardware implementation and is more fully described in UK patent application GB2,176,325.
For implementation on a binary processor, the components are typically distributed across several processor words (which can be considered as a multi-word register), since a single processor word is not sufficient to hold all components if the length of the finite field is even moderately large. The length of these registers will exceed one hundred bits even for efficient elliptic curve crypto-systems. Smartcard systems are typically very memory poor (at least for RAM memory) and this invention stems from (but is not limited to) the work of the inventors to implement public key systems in such environments. The processors available in such systems are typically also not highly powered, so it is also of importance to develop efficient methods that can be useful in that environment.
Summary of the Invention
This invention seeks to provide a method of multiplying finite field elements on a processor with limited processing capability, such as a smartcard or the like.
In accordance with this invention there is provided a method of determining the product of two finite field elements B and C modulo an irreducible polynomial f.sub.1 (x) wherein the finite field elements B and C are represented in terms of an optimal normal basis of type I for a field size n over the binary field and having an irreducible polynomial f.sub.1 (x) of degree n, the method comprising the steps of:
a) representing the element B as a vector of binary digits b.sub.i, where b.sub.i is the coefficient of .alpha..sup.2.spsp.i in an optimal normal basis of type I representation of B and where the b.sub.i 's are in polynomial order;
b) representing the element C as a vector of binary digits c.sub.i, where c.sub.i is the coefficient of .alpha..sup.2.spsp.i in an optimal normal basis of type I representation of C and where the c.sub.i 's are in polynomial order;
c) representing the partial product A of an ith component b.sub.i of the element B and the element C as a vector of binary digits d.sub.i ;
d) reducing the partial product A by a multiple f.sub.2 (x) of the irreducible polynomial f.sub.1 (x);
e) adding to the reduced partial product of step d) the partial product of a successive component b.sub.i-1 of B and the element C;
f) repeating steps d) and e) for successive ones of the binary digits of B;
g) testing the topmost bit of the partial product A;
h) reducing the element A by the irreducible polynomial f.sub.1 (x) if the topmost bit is set whereby A represents the product of the two finite field elements B and C modulo f.sub.1 (x).
Brief Description of the Drawings
Embodiments of the invention will now be described by way of example only with reference to the accompanying drawings in which:
FIG. 1 is a flowchart showing the multiplication of two finite field elements;
FIG. 2 is a block diagram of a multiplier to implement multiplication of two elements in the field F(2.sup.n); and
FIG. 3 is an example illustrating a squaring operation.
Detailed Description of a Preferred Embodiment
The following discussion provides an outline of polynomial multiplication modulo an irreducible polynomial f.sub.1 (x). Multiplication of two finite fields is commonly made by choosing one of the two elements to be the multiplier, and the other element to be the multiplicand. The components of the multiplier (in analogy to the digits of a multiplication of numbers using longhand) are used to scale the multiplicand, which is shifted by the position of the multiplier component concerned, and the results added together in partial products. The multiplication of binary polynomials in entirely analogous, except that carries between positions are not involved, and where component wise additions consist of simple exclusive OR's. Components of the multiplier may be used in any order to compose partial products; typically they are used in ascending (or sometimes descending) order as illustrated in the following example where polynomials B and C to be multiplied may be represented as follows: ##EQU1##
Simply taking the coefficients of the polynomials and performing a multiplication thereon ##EQU2## to produce the result
When two polynomials are to be multiplied modulo another polynomial (the irreducible polynomial in the case of finite fields) then a reduction with that polynomial is performed to achieve the final result. This reduction may be made to the final result, or to components of the partial products. If the irreducible polynomial is
then the binary representation of its coefficients is 11111. To reduce the results (or intermediates), multiples of the irreducible are subtracted from the result (or intermediates) until the degree is reduced below n, the degree of the irreducible. In the case of characteristic two this operation is identical to addition. The result A of equation (3) may be reduced using the polynomial (4), producing the result ##EQU3##
When performing reductions at each stage of building the partial products, it is efficient to compose the partial products using the components of the multiplier in descending order.
Referring to the flowchart of FIG. 1, it may be seen that with this configuration, the number of reductions required is reduced, since any additional components resulting from reducing the topmost components can be added together and reduced as the lower components of the product are reduced. In addition, it is not necessary to shift the multiplicand as the partial products are composed in this configuration, or for the register containing the partial product to be twice the length of the multiplier and multiplicand registers. Instead the register accumulating the partial products can be shifted to prepare it to accept the addition of the next partial product as the components of the multiplier are utilized.
To reduce the computation steps required in reducing the partial products (or at any other stage), the use of irreducible polynomials with minimal non-zero coefficients are often employed. The minimal weight irreducible polynomials are those with three non-zero terms, the so-called trinomials. For a Galois field F(2.sup.n), cryptographers like to use the trinomial X.sup.n +x.sup.k +1. These polynomials have been proposed for cryptography owing to their minimum feedback into the lower order terms of the polynomial as reduction progresses.
Referring now to FIG. 2, and the discussion following, an embodiment according to the present invention is described. Table 1 shows a list of values of n.ltoreq.2000 for which the field F(2.sup.n) has an optimal normal basis (ONB) and in particular the list of values flagged with `*` or `+` symbols have an ONB of type I. Generally if
is irreducible over F(2), then F(2.sup.n) has a type I normal basis elements 1, x, x.sup.2, . . . , x.sup.n-1. Utilizing a type I ONB in polynomial order, the number of feedback terms is actually maximum, since every coefficient of the irreducible polynomial f.sub.1 (x) is one up to the required degree. Instead of using this irreducible polynomial, we use instead, in one embodiment, first a multiple of the irreducible polynomial
for the purposes of reduction. The actual irreducible f.sub.1 (x), is employed only once as a final step to complete the reduction.
Since the polynomial f.sub.2 (x), is a multiple of the irreducible polynomial f.sub.1 (x), it may be used as an intermediate reduction polynomial. The appealing feature of this intermediate reduction is the extreme simplicity of the reduction step, which consists of the taking those components or terms of degree larger than n, and shifting them down to the bottom of the representation, adding them in with the field addition (EXOR'ing). This has the additional advantage that it may be done on a word basis, where the mechanism on which the field multiplication is to be performed operates upon words of some bit-length. For example for n=10, the irreducible polynomial is f.sub.1 (x)=x.sup.10 + . . . +x.sup.2 +x+1 and the multiple of the irreducible is f.sub.2 (x)=x.sup.11 +1. Thus if the processor implementing the operation has a word length of four bits, successive partial products may be accumulated until the number of components exceeds n (ten in this case) and when these components fill a word length, they may simply be removed and EXOR'ed with the low word of the accumulated partial product. This has the effect of reducing with the f.sub.2 (x) polynomial.
When appropriate for the following computation, the reduction may be completed employing the irreducible polynomial itself, that is, using f.sub.1 (x) not f.sub.2 (x). This operation is simple and efficient as well, and is implemented by testing the top component (bit) of the partially reduced (that is with the f.sub.2 (x)) element, and complementing every component (bit) of the result if this top-component bit is non-zero. The degree of the result is reduced to n-1 thereby.
In a further embodiment of the invention the multiplier may be pre-processed before the process of multiplication is initiated. Since the polynomial f.sub.1 (x) is equivalent to zero in the finite field, it may be added to the multiplier without affecting the result of the computation. It is advantageous as regarding computational effort if the number of non-zero components (bits) of the multiplier are reduced. Therefore, if the number of ones in the multiplier register is greater than the quantity n/2, then by adding the polynomial f.sub.1 (x) to the representation, the number of non-zero elements will be reduced to less than or equal to this same quantity, since this operation of addition will have the effect of complementing the components of the representation, up to the component of degree n. This complementation is also efficiently computable on a machine that is capable of binary operations upon the words of the representation. As may be seen as follows:
for example if n=10
and
and if the multiplier
then, modulo f.sub.1, an equivalent but more efficient multiplier is
As shown in FIG. 2, a schematic of a processor is indicated generally by reference numeral 100, for determining the product of two finite field elements B and C modulo an irreducible polynomial f.sub.1 (x) wherein the finite field elements B and C may be represented in terms of an optimal normal basis of type I for a field size n over the binary field and having an irreducible polynomial f.sub.1 (x) of degree n.
The processor 100 includes a first and second general purpose register 102 and 104 respectively. An accumulator register 106 is provided and is coupled to an ALU 108 via a data path 120 and 122 respectively. An output data path 124 is provided from the output of the ALU to the registers and the accumulator 106. Each of the registers is capable of bit shift operation.
The element B denoted the multiplier and which as a vector of binary digits b.sub.i, where b.sub.i is the coefficient of .alpha..sup.2.spsp.i in an optimal normal basis of type I representation of B and where the b.sub.i 's are in polynomial order are stored in a register 102 of length at least n+1-bits. The element C denoted the multiplicand and which is a vector of binary digits c.sub.i, where c.sub.i is the coefficient of .alpha..sup.2.spsp.i in an optimal normal basis of type I representation of C and where the c.sub.i 's are in polynomial order are stored in a register 104 of length at least n+1-bits. An accumulator A is also provided for storing the partial product A of an ith component b.sub.i of the element B and the element C as a vector of binary digits d.sub.i. The accumulator A 106 has a length of at least n+1-bits, but may in certain instances be longer, should the processor be capable of word length operations. Inputs to the arithmetic logic unit (ALU) 108 are provided from the multiplicand register 104 and the accumulator register 106. The ALU 108 adds (EXOR) its inputs to provide a result which is stored back in accumulator 106.
In operation, the elements B and C are stored in their respective registers. A bit selector signal 110 to the multiplier register 102 is set so that the left-most bit of the multiplier is selected. Here bit significant increases from right to left. The bit b.sub.m is selected and multiplied with the entire contents of the multiplicand C. This result is then added(EXOR'ed) to the contents of the accumulator A. In effect if b.sub.i is 1 then B is added to the accumulator or else if b.sub.i is 0 then 0 may be added to the accumulator or this operation skipped. The add operation is controlled by an add control signal 109 to the accumulator. The process of multiplying and adding to the accumulator forms the partial products of each intermediate multiplication step. Next the contents of the accumulator is shifted left by applying a shift left signal 114 to the accumulator, which is the equivalent of multiplying by a factor x. The top-most bit is carried into the bottom position of the accumulator 106, as shown by numeral 112 in FIG. 2. The movement of the upper bit to the bottom bit position is equivalent to an intermediate reduction of the result by f.sub.2 (x) as outlined earlier. This process is repeated for successive bits of the multiplier. The carry of the topmost bit into the bottom position of the accumulator may be delayed until a full word of component bits over n bits is accumulated, this overflow word may then be removed and EXORed into the bottom of register A. The control signals such as the add control 109, the bit selector signal 110, the shift left signal 114 and the carries may be provided by a controller or sequencer 120.
The bit selector on the multiplier is shifter right (less significant) one bit and the process repeated in the same way and for each less significant bit of b until the bits of b are exhausted. After this is complete the top-most bit of the accumulator is tested and if set then the contents of the accumulator is inverted, which is the equivalent of reducing the final product by f.sub.1 (x). If the top-most bit is not set then the result in the accumulator is the final product modulo the irreducible.
As mentioned earlier in a further embodiment a complement signal 119 may be provided to the multiplier if the number of 1's in the multiplier is greater than n/2. More generally however, if either input to the multiplier has more than n/2 non-zero (ones) components, then that input can be complemented. Thus the element with the least number of ones may be selected as the multiplier, and this selection can also include the complements.
The square of an element may be calculated in exactly the same manner as the multiplication described above. When multiplying an element of a finite field with itself, simplifications occur which make the calculation computationally much more efficient that the non-squaring multiplication described above. The normal basis representation of an element has the advantage that squaring can be computed merely by a cyclic shift of the representation, which is maintained in normal basis order. When memory is at a premium, this not only has the advantage of extreme simplicity, and speed, but also allows elements to be squared (and by inverting the process, square-rooted) in place (that is, an additional register used to contain the result is not required). If an element B to be squared is represented as, that is in polynomial basis, then ##EQU4## The square of the element is ##EQU5##
The following describes an embodiment of the invention for squaring (and also square root extraction, by inverting the process) of a type I ONB finite field element, represented in polynomial order, in place.
When squaring an element in a field of characteristic two, the cross-product terms all become zero since they occur twice, using the fact that 2 becomes 0 in a field of characteristic two. This has the effect that the first stage of squaring can be computed by interleaving zeros and reducing. As in the multiplication case with non-identical elements we will reduce first with the polynomial f.sub.2 (x). Thus continuing the example for n=10 if the coefficients of an element B can be represented in descending order as 01011010110, then squaring involves interleaving zeros to the left of each element as follows 0001000101000100010100. This result may then be reduced with the polynomial f.sub.2 (x), being the coefficients which are 0010001010, the n components above the n+1 components of the interleaved component.
This unfortunately requires a double length register, or a source and destination register, to perform the operation. If such a double length register is available, then the partial reduction with f.sub.2 (x) is made very efficient by reducing word by word, in decreasing order, as was done in the multiplication above.
The partial reduction with f.sub.2 (x) has the advantage that, proceeding from the lowest (or zero degree) component, that the components of degree [0, 1, . . . , n/2] are relocated to the even components [0, 2, 4, . . . , n] in order (n is even for a type I ONB), and the remaining components [n/2+1, n/2+2, . . . , n] are relocated to the odd components [1, 3, 5, . . . , n-1] in order, by the process of the squaring operation. This may also be seen from equation (9). We use this fact to provide a second squaring operation that has the advantage that the computation can be made in place.
For squaring in place first align the second half of the representation to word boundaries so that the upper portion, that is the [0,1, . . . ,n/2] portion contributing to the odd locations, begins on a word boundary. To this effect, any unused portion of the topmost word, and perhaps one additional word may be required as the top half of the components are shifted up to a word boundary. If for example a word is a byte long then a component B=01011010110 may be stored as 0000101100010110. This representation may be broken up into words represented as follows:
These components interleaved with zeroes may be represented as follows:
At this point, the components that will be positioned into the even locations are all in order in the bottom half of the register (and by default, word aligned), whereas the components contributing to the odd locations are all in order in the top half of the register (also word aligned preferably). The components are now interleaved in place. Consider the words of the register to be paired together, the bottom word of the bottom half paired with the bottom word of the top half, with this pairing progressing upwards through the pairs.
Considering the first pair, the word in the bottom register will contribute components to the even locations of the zeroth word of the result, as well as the even locations of the next word of the result (numbering here starts from zero). The word in the top of the register will similarly contribute components to the odd locations of the zeroth word of the result and the odd components of the next word of the result. In other words, the bottom word of the pair consists of the concatenation e.sub.1 e.sub.0 and the top word of the pair of o.sub.1 o.sub.0 where e.sub.0 is the bottom half of the word (assuming the word-size is even) that will contribute only to the even locations of the zeroth word, and e.sub.1 will contribute only to the even locations of the next word. The word halves o.sub.1 o.sub.0 similarly contribute to the odd locations of word zero and one respectively.
Let new e.sub.0 be the components of e.sub.0 interleaved with zeros so that the components of e.sub.0 are in the even locations of the word, let e.sub.1 be the exact same word except using the components of e.sub.1. Similarly let o.sub.0 have the components of o.sub.0 positioned in the odd locations, and also o.sub.1.
In a further embodiment pairs of (o.sub.1 o.sub.0, e.sub.1 e.sub.0) my be operated upon to produce the pair of words (o.sub.1 .sym.e.sub.1, o.sub.0 .sym. e.sub.0). In a preferred embodiment a lookup table with half the word size may be used to produce components interleaved with zero. Alternately, hardware may be introduced to perform the interleaving.
Positioning to odd locations is made thereafter with a shift of the word (or even locations can be produced with a shift if the table is setup to produce odd interleaved locations).
At this point the components of words are in the correct location to produce the square, but the words themselves are not in the correct order.
Referring to FIG. 3, where w.sub.0 denotes the assembled value o.sub.0 .sym. e.sub.0. w.sub.1 denotes o.sub.1 .sym.e.sub.1 and similarly for w.sub.2 and w.sub.3. To complete the squaring operation, permute the words of the register, which may involve word read and write operations on the processor.
While the invention has been described in connection with the specific embodiment thereof, and in a specific use, various modifications thereof will occur to those skilled in the art without departing from the spirit of the invention as set forth in the appended claims.
The terms and expressions which have been employed in this specification are used as terms of description and not of limitations, there is no intention in the use of such terms and expressions to exclude any equivalence of the features shown and described or portions thereof, but it is recognized that various modifications are possible within the scope of the claims to the invention.