This invention relates to the field of cryptographic systems, and conversion of elements between bases used in such systems.
It is well known that there is only one finite field of any given order, but that there are many different representations. Wien an extension field is built by adjoining a root of an irreducible polynomial to the ground field, the choice of irreducible affects tile representation of the extension field. In general if Fq
To support secure communication between devices using different representations, basis conversion, which changes the representation used by one party into that used by another party is generally required.
Basis conversion often entails the evaluation of a polynomial expression at a given finite field element. If an element a, when represented as a polynomial, is given as a(x)=Σaixi mod f(x), where f(x) is an irreducible, in one basis, then the conversion of the element a into a new representation using another irreducible polynomial requires that a be evaluated at r, where r is a root of the new irreducible polynomial in the field represented by f(x), then a(r) is the element a in the new representation. Any of the conjugates of r (the other roots of the new irreducible) will also induce equivalent, but different representations.
There is a need for an efficient method for evaluating these polynomials, for application to basis conversion.
In accordance with this invention there is provided a method for evaluating polynomials in an extension field comprising the steps of, partitioning the polynomials into a plurality of parts, such that each part may be computed from smaller polynomials using a q-th power operation in a field of characteristic q.
In accordance with a further embodiment of the invention there is provided a method for evaluating a polynomial in an extension field comprising the steps of computing components of the q-th powers from components of smaller powers.
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:
a) and 2(b) are schematic diagrams illustrating an embodiment of the invention;
a) and (b) are schematic diagrams of further embodiments of the invention; and
In a first embodiment of the invention, we exemplify a specific case F2m of the general field Fqm, then in order to evaluate a field element a(x)=Σaixi in F2m, it is noted that approximately one half of the exponents xi are even powers. These powers can be efficiently calculated from lower degree exponents of odd powers. For example, the powers for i=2,4,6,8,10 can be calculated by squaring the powers for i=1,2,3,4,5, respectively. This approach does not apply to the odd powers, but if we partition a into even and odd powers, e.g. a(x)=aeven(x)+aadd(x), and if we factor x from the odd powers, then a will be represented by a sum of even powers and x times a sum of even powers.
where aeven1(x) is the even-powered polynomial derived by factoring x from aadd(x).
In a field of characteristic 2, F2
Evaluation of b (and c) can (recursively) be made by further dividing the polynomial into odd and even parts. The odd part can be shifted to an even power by factoring out x and expressing the result as a combination of squares of lower degree polynomials. At each application of the partitioning and shifting tvo squaring operations and one multiplication by x are required.
At some point, the recursive partitioning can be halted and the component polynomials evaluated via one or more methods.
Note that although we have described the method for the extension fields over F2, similar application can be made to other characteristics if the polynomials are divided into more components. For example, for the extension held over F3, the polynomial a(x) might be divided into a(x)=a0mod3+a1mod3+a2mod3, where a0mod=(a0+a3x3+a6x6 . . . )a1mod3=(a1x+a4x4+a7x7 . . . ), and a2mod3=(a2x+a5x5+a8x8 . . . ).
In general, for extension fields over Fq the polynomial may be divided into q parts. Even over characteristic 2, the polynomial a might be broken tip into more than 2 polynomials, at the cost of more multiplications by x or powers of x.
As an example of a preferred embodiment at a given size, consider conversion of polynomial representations over Fx
The first branching divides a(x) into:
a(x)=(a2+axx+a4x2+a6x3+ . . . +a162x81)2+x(a1+a3x+a5x2+a7x3+ . . . +a161x80)2=(b(x))2+x(c(x))2,
where b(y) and c(r) are each polynomials referred to as component polynomials Ci, Cj.
At the next level down,
The polynomial c(x) is partitioned in a similar way.
As mentioned above, the partitioning of polynomials into parts may be halted and the resulting component polynomials evaluated at a root by using any one of several known methods. The positions at which the partitioning stops may be denoted as the leaves of the evaluation tree The component polynomials at the leaves may be evaluated either directly, or with Homer's rule. However, current methods do not exploit a property of finite fields of characteristic q, wherein taking the q -th powers is usually an efficient operation.
An exemplary method will now be described for efficiently evaluating a component polynomial for extension fields over F2.
At the leaf a component polynomial a(x)=Σaixi must be evaluated at a root of a new irreducible. Again, approximately one half of these terms will be even and can be calculated efficiently from odd powers. These odd powers will either be stored, for explicit basis conversion, or calculated explicitly by multiplication. If, for example a(x) is guaranteed to be of degree not greater than 10 (which may be the case if certain evaluation tree depths are employed), then a(x) can be evaluated from the powers 1,3,5,7,9, which are either stored or calculated. Squarings can be reduced by grouping coefficients together. This is shown schematically in
Turning back to
It will be apparent to those skilled in the art that the precomputed values technique can equally well be applied to multiplication techniques.
For polynomials of larger degrees, similar evaluations can be made from evaluation of odd powers. First, the coefficients of those exponents with the largest powers of 2 are added into the accumulator according to whether the polynomial to be evaluated has non-zero coefficients at those powers, then the result is squared. Next, powers divisible by one less power of 2 are added in as required by polynomial evaluation. Accumulation and squaring continues until the odd powers themselves are added in as required by the polynomial under evaluation.
In
An application of the above method to basis conversion may be illustrated as below. Given a field F2
in general. For this example, we choose a specific element:
a(x)=x30x29+x28+x27+x25+x22+x20+x19+x14+x13+x12+x11+x10+x8x7+x6+x3+x0
We assume a three level evaluation tree which is constructed in accordance with the present invention as shown in
When a above is decomposed in the tree, the leaf nodes are:
L0=(r7+r5+r3+r2+1)2
L1=r(r7+r5+r3+r2+r)2
L5=(r7+r3)2
L3=r(r6+r5+r4+r2+r+1)2
To evaluate the leaf node L0, we will evaluate the component polynomial, then square it and, when appropriate, further multiply its value by r to obtain the value of the leaf node:
0) zero A
1) add r1 to A, square A, now A=r2
2) add in r0,r3,r,r7 to A
3) square A=L0
For L1, we will
0) zero A
1) add r1 to A
2) square A
3) addr1,r3,r5,r7,to A
4) square A
5) multiply A by r=L1
0) zero A
1) add in r3, r7
2) square A=L2
0) zero A
1) add in r1
2) square A=r2
3) add in r1, r3
4) square A=r6+r4+r2
5) add in r0,r1,r5
A=r6+r5+r4+r2+r+1
6) square A
7) multiply A by r=L3
Now a(r) is built by evaluating the tree M0 l =(L0+L1)2, M1=r(L2+L3)2. Finally, a(r)=T0=M0+M1
Thus, it may be seen that his method may be applied to various cryptographic schemes such as key exchange schemes, signature schemes and encryption schemes.
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. For example, the invention may be applied to basis conversion wherein the bases to be converted between are an optimal normal basis and a polynomial basis.
Number | Date | Country | Kind |
---|---|---|---|
2,265,389 | Mar 1999 | CA | national |
This is a continuation of U.S. patent application No. 09/948,793 filed on Sep. 10, 2001, which is a continuation of PCT Application No. PCT/CA00/00256 filed Mar. 13, 2000, and which claims priority from Canadian Patent Application No. 2,256,389 filed on Mar. 13, 1999, the contents of which are hereby incorporated by reference.
Number | Date | Country | |
---|---|---|---|
Parent | 09948793 | Sep 2001 | US |
Child | 11931236 | US | |
Parent | PCT/CA2000/000256 | Mar 2000 | US |
Child | 09948793 | US |