Apparatus and method for elliptic-curve multiplication and recording medium having recorded thereon a program for implementing the method

Information

  • Patent Grant
  • 6430588
  • Patent Number
    6,430,588
  • Date Filed
    Friday, September 3, 1999
    25 years ago
  • Date Issued
    Tuesday, August 6, 2002
    22 years ago
Abstract
In an apparatus for calculating m-multiplication of a rational point over an elliptic curve defined over a finite field, a base-φ expansion part calculates c0, c1, . . . , cr−1 such that m=∑i=0r-i⁢ ⁢ci⁢φi⁡(mod⁢ ⁢φk-1)for the input thereinto of integers k and m, a definition field size q, a GF(qk)-rational point P and a Frobenius map φ, and a Pi generation part generates P0, P1, . . . , Pr−1 from Pi=φi, and a table reference addition part obtains mP by mP=∑i=0r-1⁢ ⁢ci⁢Pi.
Description




BACKGROUND OF THE INVENTION




The present invention relates to an elliptic-curve arithmetic method and an apparatus therefor and, more particularly, to an apparatus and method for implementing information security techniques (elliptic-curve cryptosystem/signature, factoring) and a recording medium having recorded thereon a program for implementing the method.




Elliptic-curve cryptosystems are now receiving attention as next-generation cryptosystems that will assume a key role in an era of electronic commerce, because they achieve the same level of security as do presently dominating cryptosystems but with a far shorter key length. However, conventional elliptic-curve cryptosystems have some problems in the processing speed for encryption and decryption and in the security level, and much study has been made for higher processing speed and for a higher level of security all over the world.




In the implementation of a public key cryptography or digital signature scheme over an elliptic curve, the processing time is mostly spent on m-multiplications over the elliptic curve. In general, the cryptography or signature scheme uses an elliptic curve defined over a finite field GF(q). Let the defined elliptic curve be represented by E/GF(q), where q is a prime or any power of a prime. In many of conventional mounting methods a prime or 2


n


(n is one or greater integer) is used as q.




It is possible to define an addition and a doubling for a point P over the elliptic curve. These addition and doubling will hereinafter be referred to as “elliptic curve addition” and “elliptic curve doubling” in distinction from ordinary additions and doublings. Of points over the elliptic curve, the identity element of addition will be represented by O. It is customary in the art to construct the m-multiplications (m is 2 or greater integer) by the combined use of the “elliptic curve addition” and the “elliptic curve doubling.” In this specification, the GF(q)-rational point refers to that one of points defined over an elliptic curve whose coordinates are expressed by the element of GF(q).




In some cases, a “Frobenius map” may also be used to compute the m-multiplications. This scheme will hereinafter be called a “base-φ expansion method. Goblitz et al. have proposed a method for m-multiplying a GF(2


k


)-rational point (k is 2 or greater integer) over the elliptic curve E/GF(2) defined over the finite field GF(2). As described below, however, this method accelerates the multiplication only when q is very small.




Next, a description will be given of the elliptic curve and the Frobenius map.




Let F/GF(q) denote an elliptic curve defined over the finite field GF(q). For a group E(GF(q


k


)) of GF(q


k


)-rational points over E/GF(q), it is possible to define the multiplication using such a Frobenius map p as mentioned below.




Definition 1 (Frobenius Map)




The Frobenius map is defined by an endomorphism as






φ: (x, y)→(x


q


, y


q


)






for a point P=(x, y), where x, yεEGF(q)′, on the elliptic curve. GF(q)′ is an algebraic closure of GF(q).




The Frobenius map φ is an endomorphism over the elliptic curve. Letting m-multiplied map P→mP be represented by [[m]], it satisfies the following equation:






φ


2


−[[t]]φ+[[q]]=[[0]], −2{square root over (q)}<t<2{square root over (q)}  (1)






Equation (1) has an imaginary root and permits a multiplication different from [[m]] with φ. φ is a value that is determined uniquely to a given elliptic curve, and it can be calculated by known methods.




The calculation of the Frobenius map can usually be conducted faster than the elliptic curve addition. For example, in the case of representing an element of GF(q


k


) by using a normal basis, the Frobenius map can be computed only by the element replacement and the computing time is negligible.




Let α denote a generator of the normal basis. In the normal basis representation, an element aεEGF(q


k


) is represented by a=[a


0


, a


1


, . . . , a


k-1


] using a


i


εEGF(q) which provides









a
=




i
=
0


k
-
1









a
i



α
qi







(
2
)













At this time, a


q


=[a


k−1


, a


0


, a


1


, . . . , a


k−2


], and the map φ can be applied by the element replacement.




In the base-φ expansion method, the first step is to transform mP using φ as follows:









mP
=




i
=
0

r








c
i



φ
i


P






(
3
)













where −q<c


i


<q and r≅k.




Koblitz presented an m-multiplication algorithm for GF(2


k


))-rational points over E/GF(2) through utilization of the base-φ expansion method (N. Koblitz. “CM-Curves with Good Cryptographic Properties,” CRYPTO' 91, pp.279-287 (1991)). And, Solinas proposed an improved version of the algorithm (J. A. Solinas, “An Improved Algorithm for Arithmetic on a Family of Elliptic Curves,” CRYPTO' 97, pp.357-371 (1997)). With these algorithms, −1≦c


i


1 and the m-multiplication can be computed by a maximum of r Frobenius map calculations and elliptic curve additions.




For example, on the elliptic curve E/GF(2):y


2


+xy=x


3


+1, it can be regarded that φ=[[(−1+{square root over (−7)})/2]]. In the case of obtaining 9P without using the base-φ expansion method, the following equation is used:






9P=(2×2×2+1)P  (4)






The calculation of Equation (4) requires three “elliptic curve doublings” and one “elliptic curve addition” (a total of four computations).




On the other hand, the use of φ provides the following equation:






9P=(φ


5


−φ


3


+1)P  (5)






The calculation of Equation (5) can be conducted by two “elliptic curve additions” since the calculation of φ


5


P and φ


3


P takes negligible time. Hence, the computational time can be made shorter than in the case of using Equation (3).




Conventionally, a fast algorithm by the base-φ expansion method is applied mainly to elliptic curves defined over GF(q


k


) for a small integer q, but theoretically, it can be applied in more general cases. In such an instance, however, since the coefficient c


i


in Equation (3) becomes 0≦|c


i


|<q, the operating time for the c


i


-multiplication is not negligible when q in GF(q


k


) is large. For instance, in Equation (5) in the prior art example, |c


i


| is 0 or 1 and the operating time for the c


i


-multiplication is negligible.




In this instance, the conventional method, if used intact, is not always faster than the method which does not use φ. That is why the base-φ expansion method has been applied only when q is small.




SUMMARY OF THE INVENTION




It is an object of the present invention to provide an arithmetic method which permits m-multiplication over an elliptic curve defined over a finite field GF(q


k


) by the base-φ expansion method irrespective of the magnitude of a prime q, and apparatus for implementing the arithmetic method and a recording medium having recorded thereon a program for implementing the method,




According to the present invention, there is provided an elliptic-curve arithmetic method for m-multiplying a rational point P over an elliptic curve E/GF(q) defined over a finite field, the method comprising the steps of:




inputting a rational point P, a Frobenius map φ defined over the elliptic curve E/GF(q), an integer k and a prime q equal to or greater than 3 by input means;




calculating integers r and c


i


which satisfy the following equation, by using the Frobenius map φ






m
=




i
=
0


r
-
1









c
i



φ
i













 where 0≦i<r, 0≦r≦k and −q≦c


1


≦q;




calculating the following r points P


0


to P


r−1


:




P


0


=P




P


1


=φP




P


2





2


P




:




P


r−1





r−1


P




by generating means supplied with the rational point P and the integers r and c


i


;




calculating the following equation:






mP
=




i
=
0


r
-
1









c
i



φ
i


P












by table reference addition means supplied with the r points P


0


to P


r−1


; and outputting the calculated mP by outputting means.











BRIEF DESCRIPTION OF THE DRAWINGS





FIG. 1

is a block diagram illustrating an elliptic-curve m-multiplying apparatus according to the present invention;





FIG. 2

is a flowchart depicting a procedure for elliptic-curve m-multiplication;





FIG. 3

is a block diagram depicting the configuration of a P


i


generation part


10


in

FIG. 1

;





FIG. 4

is a flowchart showing the procedure of the P


i


generation part


10


;





FIG. 5

is a block diagram depicting the configuration of a Frobenius mapping means


14


in

FIG. 3

;





FIG. 6

is a block diagram depicting another configuration of the Frobenius mapping means


14


;





FIG. 7

is a block diagram depicting the configuration of a base-φ expansion part


20


in

FIG. 1

;





FIG. 8

is a flowchart showing the procedure of the base-φ expansion part


20


;





FIG. 9

is a block diagram depicting the configuration of a table reference addition part (comb-type);





FIG. 10

is a block diagram depicting the configuration of a table reference addition part (BGMW);





FIG. 11

is a block diagram depicting the configuration of a table reference addition part (box-type);





FIG. 12

is a flowchart showing the procedure for table reference addition (comb-type);





FIG. 13

is a flowchart showing the procedure for table reference addition (BGMW);





FIG. 14

is a flowchart showing the procedure for table reference addition (box-type);





FIG. 15

is a block diagram illustrating another example of the elliptic-curve m-multiplying apparatus according to the present invention;





FIG. 16

is a flowchart showing the procedure for the elliptic-curve m-multiplication by the apparatus of

FIG. 15

;





FIG. 17

is a block diagram depicting the configuration of a P


i


generation part


10


in

FIG. 15

;





FIG. 18

is a flowchart showing the procedure of a P


i


generation part (WINDOW);





FIG. 19

is a block diagram depicting the configuration of a table reference addition part (WINDOW);





FIG. 20

is a flowchart showing the procedure for table reference addition (WINDOW);





FIG. 21

is a block diagram illustrating the configuration of an elliptic-curve (m+n)-multiplying apparatus according to the present invention;





FIG. 22

is a flowchart depicting the procedure for the elliptic-curve (m+n)-multiplication by the apparatus of

FIG. 21

;





FIG. 23

is a block diagram illustrating another embodiment of the m-multiplying apparatus according to the present invention which is adapted to reduce the number of operations;





FIG. 24

is a flowchart showing the m-multiplication procedure of the apparatus depicted in

FIG. 23

;





FIG. 25

is a block diagram illustrating the configuration of a base-φ expansion adjustment part


40


in

FIG. 23

;





FIG. 26

is a flowchart depicting the base-φ expansion adjustment procedure in

FIG. 25

;





FIG. 27

is a flowchart depicting another example of the base-φ expansion adjustment procedure in

FIG. 25

;





FIG. 28

is a block diagram illustrating another example of the configuration of the elliptic-curve (m+n)-multiplying apparatus according to the present invention;





FIG. 29

is a flowchart depicting the multiplication procedure of the apparatus of

FIG. 28

;





FIG. 30A

is a diagram for explaining a Horner's polynomial calculating method;





FIG. 30B

is a diagram for explaining the Horner's polynomial calculating method;





FIG. 30C

is a diagram for explaining the Horner's polynomial calculating method;





FIG. 31

is a diagram for explaining the division of digits in the polynomial calculation;





FIG. 32

is a diagram for explaining a calculation method proposed in a sixth embodiment of the invention;





FIG. 33

is a diagram for explaining another calculation method proposed in a sixth embodiment of the invention;





FIG. 34

is a block diagram illustrating an elliptic-curve m-multiplying apparatus according to the sixth embodiment of the present invention;





FIG. 35

is a flowchart depicting the elliptic-curve m-multiplication procedure in

FIG. 34

;





FIG. 36

is a block diagram showing the configuration of a P


1j,i


generation part in

FIG. 35

;





FIG. 37

is a flowchart depicting the P


1,j,i


generation procedure in

FIG. 36

;





FIG. 38

is a block diagram illustrating the configuration of a base-φ expansion part in

FIG. 35

;





FIG. 39

is a flowchart showing the base-φ expansion procedure;





FIG. 40

is a block diagram illustrating the configuration of a pre-computed table reference addition part;





FIG. 41

is a flowchart depicting the pre-computed table reference addition procedure;





FIG. 42

is a block diagram illustrating a base-φ expansion correction part in

FIG. 38

;





FIG. 43

is a flowchart depicting the base-φ expansion correction procedure;





FIG. 44

is a block diagram illustrating an apparatus for implementing an arithmetic method using a polynomial basis according to a seventh embodiment of the present invention;





FIG. 45

is a block diagram illustrating an example of the configuration of a coefficient calculating part


63


in

FIG. 44

;





FIG. 46

is a flowchart for explaining the operation of the seventh embodiment;





FIG. 47

is a block diagram illustrating a Frobenius map multiplication apparatus; and





FIG. 48

is a flowchart for explaining the operation of the Frobenius map multiplication apparatus of FIG.


47


.











DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS




Principle of the Invention




Provided that the Frobenius map can be computed fast, the computation of Equation (8) can be performed by the same processing as that of a power operation method using a table with pre-computed data (hereinafter referred to as a “table reference method”).




The table reference method is one that accelerates the m-multiplication by prestoring pre-computed data. This is intended primarily for fast power operation but can be used equally for elliptic-curve m-multiplication (m is 2 or greater integer). However, the pre-computation takes an enormous amount of time and, hence it has a narrow range of application.




In contrast to the above, the present invention performs arithmetic operations through utilization of the fact that data equivalent to the reference table can be obtained in a very short time by the use of the Frobenius map. That is, the following values are regarded as pre-computed values:






P


0


=P, P


1


=φP, . . . , P


k−1





k−1


P  (6)






where k is 2 or greater integer, and P


i


is used to perform the m-multiplication by the same method as that of Equation (7) as described later on.




The pre-computation can be done in several ways. The methods are selectively used according to the ratio between q and k. The pre-computation scheme permits application of the base-φ expansion method to fields with large q's as well, which has been impossible in the past. With this scheme, the operation for fields with small q's can also be conducted faster than with the prior art.




Table Reference Method




In the case of computing mP (which will hereinafter be referred to as an m-multiplication) using a certain elliptic curve point P and m which varies each time, the computation can be conducted fast using the table reference method.




Various schemes have been proposed on the table reference method as described below.




A (Pre-computation): Pre-compute some P


i


's such that P


i


=a


i


P, and store them.




B (m-multiplication): Compute c


i


such that m=Σ


i


a


i


c


i


and then compute mP using the pre-computed P


i


by









mP
=



i




c
i



P
i







(
7
)













The table reference method is classified into a “BGMW method”, a “comb method”, a “box method” and a “window method” according to the method of constructing Equation (7). Some table reference methods will be described below in brief. In practice, other table reference methods and combinations thereof are also available. Any table reference methods can be used in the present invention.




A description will be given of a method of computing mP for m that satisfies 0<m<b


k


where b and k are 2 or greater integers.




In the following description, let log use base 2 and let [x] denote a maximum integer equal to or smaller than x. Let b and k be 2 or greater integers, m


i


denote a base-b expanded value of m and m


ij


a binary-expanded value (0 or 1) of m


i


(an integer satisfying 0 m


i


≦b−1). That is,









m
=




i
=
0


k
-
1









m
i



b
i







(
8
)







m
i

=




j
=
0


[

log





b

]









m
ij



2
j







(
9
)













BGMW Method




A (Pre-computation):






P


0


=P, P


1


=bP, . . . , P


k−1


=b


k−1


P






B (m-multiplication):




Step


1


: S


d


=ΣP


i


, (d and k are integers satisfying 0≦d<b, 1≦i≦k),




where Σ means the addition of P


i


for those i's that satisfy m


i


≦d.




Step


2


: Output









S
=




d
=
0

b







S
d






(
10
)













Comb Method




A (Pre-computation):






P


0


=P, P


1


=bP, . . . , P


k−1


=b


k−1


P






B (m-multiplication)




Step


1


:











S
j

=





i
=
0


k
-
1









m
ij



P
i







(

0
<
j
<
[

log





b


]



+
1


)




(
11
)













Step


2


:









S
=




j
=
0


[

log





b

]









2
j



S
j







(
12
)













Box Method




A (Pre-computation):






P


0


P, P


1


=bP, . . . , P


k−1


=b


k−1


P






B (m-multiplication)




Step


1


:










S
j

=




i
=
0


k
-
1









δ
ij



P
i







(
13
)













where δ


ij


=1 for m=j and δ


ij


=0 otherwise.




Step


2


:









S
=




j
=
0


b
-
1




jS
j






(
14
)













Window Method




A (Pre-computation):






P


1


=P, P


2


=2P, . . . , P


b−1


=(b−1)P






B (m-multiplication): Output






S
=



i




b
i




P
i

.













In the case of using any one of the BGMW, comb and box methods, the results obtained using the Frobenius map φ (Equation (6)) are regarded as pre-computed values. In the case of using the Window method, the Frobenius map is applied to the b-multiplying part in the m-multiplying part.




The table reference method that minimizes the operating time differs with q and k. By choosing q


k


to be a fixed value 2


n


and introducing the average operating time of each system, a multiplying apparatus can be obtained which minimizes the operating time for q and n.




EMBODIMENT 1





FIG. 1

is a block diagram illustrating an elliptic-curve m-multiplying apparatus according to a first embodiment of the present invention. Elliptic-Curve m-Multiplying Apparatus (

FIG. 1

)





FIG. 1

depicts an example of the configuration of an apparatus which outputs mP for the inputs thereto of an elliptic curve E, a finite field size q, a positive integer k equal to or greater than 2, a GF(q


k


)-rational point P over the elliptic curve E, the Frobenius map γ and a positive integer m equal to or greater than 2. The m-multiplying apparatus, indicated generally by 100, comprises a P


i


generation part


10


, a base-φ expansion part


20


and a power table addition part


30


.




The P


i


generation part


10


has such a configuration as depicted in FIG.


3


and the base-φ expansion part


20


such a configuration as depicted in FIG.


7


. The table reference addition part


30


has any one of the configurations shown in

FIGS. 9

,


10


and


11


. The configurations of these parts will be described in detail later on.




The multiplication of the m-multiplying apparatus of

FIG. 1

is implemented by a computer following the procedure of

FIG. 2

as described below:




Step S


1


: Input E, q, P, k, φ, and m.




Step S


2


: For the inputs thereto k, φ, and m, the base-φ expansion part


20


calculates and outputs C


0


, c


1


, . . . , c


r−1


and r that satisfy the following equation:









m
=




i
=
0


r
-
1









c
i




φ
i



(


mod






φ
k


-
1

)








(
15
)













Step S


3


: For the inputs thereto q, P, k, and r, the P


i


generation part


10


calculates and outputs P


0


, P


1


, . . . , P


r−1


that satisfy the following equation:






P


i





i


P






Step S


4


: For the inputs thereto E, P


i


and c


i


, the table reference addition part


30


calculates the following equation:









mP
=




i
=
0


r
-
1









c
i



P
i







(
16
)













and outputs mP.




P


i


Generation Part (

FIG. 3

)





FIG. 3

illustrates by way of example, the configuration of the P


i


generation part


10


which outputs φ


0


P, φ


1


P, . . . , φ


r−1


P for the inputs thereto of the definition field size q, the GF(q


k


)-rational point P and the integer r. The P


i


generation part


10


is mad up of a memory


11


, a control part


12


, an addition part


13


and a Frobenius mapping means


14


.




The Frobenius mapping means


14


has such a configuration as described later with reference to

FIG. 5

or


6


.




The operation of the P


i


generation part


10


is implemented by a computer following the procedure of

FIG. 4

as described below.




Step S


1


: Input q, P and r.




Step S


2


: For the input values thereto q, P and r, the control part


12


passes P as an initial value of S to the memory


11


, which holds a counter value i and an elliptic-curve point S. The initial values of i and S are 0 and P, respectively.




Step S


3


: For the input values thereto q, P, r and i, S, the control part


12


makes a check to see if i=r, and if so, the control part


12


terminates the operation.




Step S


4


: If i≠r, then the control part


12


inputs S into the Frobenius mapping means


14


to calculate φS, then outputs it as P


i


, an holds φS and i+1 as new S and i in the memory


11


, followed by a return to step S


3


.




Frobenius Mapping Means (

FIG. 5

)





FIG. 5

shows an example of the configuration of the Frobenius mapping means


14


which outputs φP for inputs thereto of the GF(q


k


)-rational point P=(x, y) and the integer q.




The mapping means


14


can be used for an elliptic-curve point P=(x, y) where x, yεGF(q


k


). The mapping means


14


is composed of power operating parts


14


A and


14


B.




The operation of the P


i


generation part


10


is implemented by a computer following the procedure of

FIG. 18

as described below.




Step S


1


: Input P=(x, y) and q.




Step S


2


: The power operating part


14


A calculates x


q


for the input values x and q, and the power operating part


14


B y


q


for the input values y and q.




Step S


3


: The Frobenius mapping means


14


outputs (x


q


, y


q


) as φP.




Frobenius mapping means (

FIG. 6

)





FIG. 6

illustrates an example of the configuration of the Frobenius mapping means


14


which outputs φP for the inputs thereto of the GF(q


k


)rational point P and the integer q.




The mapping means


14


can be used for an elliptic-curve point P=(x, y, z) where x, y, zεGF(q


k


). The Frobenius mapping means


14


comprises power operating parts


14


A,


14


B and


14


C.




The operation of this mapping means


14


is implemented by a computer following the procedure of

FIG. 19

as described below.




Step S


1


: Input P=(x, y, z) and q.




Step S


2


: The power operating part


14


A calculates x


q


for the input values x and q, the power operating part


14


B y


q


for the input values y and q, and the power operating part


14


C z


q


for the input values z and q.




Step S


3


: The Frobenius mapping means


14


outputs (x


q


, y


q


, z


q


) as φP.




Base-φ Expansion Part (

FIG. 7

)





FIG. 7

illustrates an example of the configuration of the base-φ expansion part


20


which calculates, for the inputs thereto of the definition field size q, the extension order k, the integer m and the Frobenius map φ, and outputs c


0


, c


1


, . . . , c


r−i


and r which satisfy the following equation:









m
=




i
=
0


r
-
1









c
i



φ
i







(
17
)













The base-φ expansion part


20


comprises a trace computing part


21


, a control part


22


, a memory


23


and a residue part


24


.




The operation of the base-φ expansion part


20


is performed following the procedure depicted in FIG.


8


.




Since the trace is a value that is fixed by φ and q, it may be precalculated and provided from the outside, in which case, the trace computing part


21


is unnecessary.




In the base-φ expansion part


20


, the arithmetic operation is conducted as described below.




Step S


1


: Input m, q, φ and k.




Step S


2


; The trace computing part


21


computes from the input values φ and q a value t which satisfies the following equation and passes it to the control part


22


.






φ


2


−tφ+q=0  (18)






Step S


3


: The residue part


24


computes for the inputs thereto m, φ and k, values x and y which satisfy the following equation and stores them in the memory


23


.






x+yφ≡m(mod φ


k


−1)  (19)






It is also possible to input pre-computed values x and y from an external source. In such an instance, the input values are x and y in place of the integer m. When this arithmetic operation is not performed, the residue part


24


is unnecessary.




The memory


23


retains the counter value i and integers x, y, u and v. The initial value of i is 0.




Step S


4


: The control part


22


determines whether x=0 and y=0 hold for input values x, y, t and q, and if so, terminate the procedure.




Step S


5


: The control part


22


sets, for the input values thereto x, y, t and q,






u←x mod q and








v←(x−u)/q  (20)






Step S


6


: Check whether u=0 or 2x+ty>2u−q.




Step S


7


: If so, set (x, y)←(ty+y, −v).




Step S


8


: If not, set (x, y)←(tv+y+t, −v−1), u←u−q. Write these values in the memory


23


.




Step S


9


: The control part


22


outputs u as c


i


, then adds 1 to i, and writes it in the memory


23


, followed by a return to step S


4


.




Table Reference Addition Part (Comb-Type)





FIG. 9

depicts a table reference addition part (comb-type)


30


A, which calculates Equation (16) for the inputs thereto of elliptic-curve points P


0


, P


1


, . . . , P


r−1


and integers c


0


, c


1


, . . . , c


r−1


and outputs mP. The table reference addition part


30


A is made up of a memory


31


A, a control part


32


A and an elliptic-curve addition part


33


A.




The operation of the addition part


30


is implemented by a computer following the procedure depicted in FIG.


12


.




The table reference addition part


30


A performs the arithmetic operation as described below.




Step S


1


: Input E, c


1


and P


i


.




Step S


2


: The control part


32


A calculates a maximum value d and e=[log d] from the input values E, c


i


and P


i


, then sets j←e and S←O and stores j and S in the memory


31


A. Assume here that [log d] represents a maximum integer not exceeding d. The memory


31


A retains i, j, r and S, and passes them to the control part


32


A.




Step S


3


: The control part


32


A doubles the input value S and stores it in the memory


31


A.




Step S


4


: If j<0, then the control part


32


A outputs S and terminates the procedure.




Step S


5


: If j≧0, then the control part


32


A determines whether a j-th bit of each c


i


(steps S


5


-


1


, S


5


-


2


, S


5


-


5


) is 1 for i=0, . . . , r−1 (step S


5


-


3


). If so, add P


i


to S in the elliptic-curve addition part


33


A (step S


5


-


4


).




Step S


6


: The control part


32


A subtracts 1 from j, followed by a return to step S


3


.




Table Reference Addition Part (BGMW) (

FIG. 10

)





FIG. 10

depicts a table reference addition part (BGMW)


30


B, which calculates Equation (16) for the inputs thereto of an elliptic curve E, elliptic-curve points P


0


, P


1


, . . . , P


r−1


and integers c


0


, c


1


, . . . , c


r−1


and outputs mP. The reference table addition part


30


B comprises a memory


31


B, a control part


32


B and an elliptic-curve addition part


33


B.




The operation of this apparatus is implemented by a computer following the procedure shown in FIG.


13


.




Step S


1


: Input E, c


i


, P


i


.




Step S


2


: The control part


32


B calculates a maximum value d from the input values E, c


i


and P


i


, then sets S←O and R←O and stores R and S in the memory


31


B. The memory


31


A retains S, r, d and i, and passes them to the control part


32


B.




Step S


3


: The control part


32


B makes a check to see if the input value d equals zero, and if d=0, then it outputs S and terminates the procedure.




Step S


4


: If d≠0, then set i=0 in step S


4


-


3


, and determine in step S


4


-


2


whether i=r. If not, then determine in step S


4


-


3


whether c


i


=d, and if not, go to step S


4


-


5


to increment i, followed by a return to step S


4


-


2


. If c


i


=d, then update R←R+P


i


in step S


4


-


4


and increment i in step S


4


-


5


, followed by a return to step S


4


-


2


.




Step S


5


: If i=r in step S


4


-


2


, then go to step S


5


to add R to S in the elliptic-curve addition part


33


B (S←S+R), subtract 1 from d (d←d−1), and store S, R and d in the memory


31


B, followed by a return to step S


3


.




Table Reference Addition Part (Box-Type) (

FIG. 11

)





FIG. 11

depicts a table reference addition part


30


C (box-type), which calculates Equation (16) for the inputs thereto of an elliptic curve E, elliptic-curve points P


0


, P


1


, . . . , P


r−1


and integers c


0


, c


1


, . . . , c


r−1


and outputs mP. The table reference addition part


30


C comprises a memory


31


C, a control part


32


C and an elliptic-curve addition part


33


C.




The operation of this apparatus is implemented by a computer following the procedure of

FIG. 14

as described below.




Step S


1


: Input E, c


i


, P


i


.




Step S


2


: The control part


32


C calculates a maximum value d and e=[log d] (which is assumed to represent a maximum integer equal to or smaller than log d) from the input values E, c


i


and P


i


, then sets j←0, w←1, S


0


, S


1


, . . . , S


d


←O, R


0


, R


1


, . . . , R


e


←O, T←O and stores j, S


0


, . . . , S


d


, R


0


, . . . , R


e


and T in the memory


31


C.




Step S


3


: The control part


32


C adds P


j


to S


c






j




(step S


3


-


2


) for j=0, . . . , r−1 (steps S


3


-


1


, S


3


-


3


) and stores it in the memory


31


C.




Step S


4


: The control part


32


C calculates e=[log d] (a maximum integer equal to or smaller than log d), then sets i←0, w←1, R


0


, R


1


, . . . , R


e


←O, T←O and stores them in the memory


31


C.




Step S


5


: The control part


32


C performs the following step S


6


for i=0, . . . , e (steps S


5


-


1


, S


6


-


1


).




Step S


6


: The control part


32


C determines whether (step S


6


-


2


) the remainder of division of j by 2w is larger than w for j=1, . . . , d (step S


6


-


1


). If so, add S


j


to R


j


(step S


6


-


3


), and if not, go back to step S


6


-


1


. If j>d in step S


6


-


1


, then add wR


i


to T and 1 to i and double w (step S


6


-


5


).




Step S


7


: The control part


32


C outputs T as mP and terminates the procedure.




EMBODIMENT 2




Elliptic-Curve m-Multiplying Apparatus (

FIG. 15

)





FIG. 15

illustrates in block form an example of the configuration of an elliptic-curve m-multiplication apparatus, which outputs mP for the inputs thereto of elliptic curve E, definition field size q, integer k, GF(q


k


)-rational point P, Frobenius map φ and integer m. The apparatus, indicated generally by 100, comprises a P


i


generation part


10


, a base-φ expansion part


20


and a table reference addition part


30


.




The P


i


generation part


10


has such a configuration as depicted in

FIG. 17

, the base-φ expansion part


20


has the same configuration as depicted in

FIG. 5

, and the table reference addition part


30


has such a configuration as depicted in FIG.


19


.




The operation of the apparatus


100


is implemented by a computer following the procedure of

FIG. 16

as described below.




Step S


1


: Input E, q, k, P, φ and m.




Step S


2


: For the inputs k, φ, and m, the base-φ expansion part


20


calculates and outputs c


0


, c


1


, . . . , c


r−1


and r that satisfy the equation (15).




Step S


3


: For the inputs E, q and P, the P


i


generation part


10


calculates P


0


, P


1


, . . . , P


r−1


l by






P


i


=iP






and outputs them.




Step S


4


: For the inputs E, P


i


and c


i


the power table addition part


30


calculates the following equation:









mP
=




i
=
0


r
-
1









φ
i



P
i







(
21
)













and outputs mP.




P


i


Generation Part (

FIG. 17

)





FIG. 17

illustrates an example of the configuration of the P


i


generation part


10


, which outputs P, 2P, . . . , (q−1)P for the inputs thereto of elliptic curve E, definition field size q and GF(q


k


)-rational point P. The P


i


generation part


10


comprises a memory


11


, a control part


12


, an addition part


13


and an elliptic-curve addition part


14


.




The operation of the Pi generation part


10


is implemented by a computer following the procedure of

FIG. 18

as described below.




Step S


1


: Input E, q and P.




Step S


2


; The memory


11


retains a counter value i and an elliptic-curve point S. Their initial values are 0 and O, respectively, which are passed to the control part


12


.




Step S


3


: The control part


12


checks whether i=q for the input values q, P and i and S. If so, then terminate the arithmetic operation.




Step S4: If i≠q, the control part


12


inputs P and S into the elliptic-curve addition part


14


to calculate P+S, then outputs P+S as P


i


, and stores P+S and i+1 as new S and i in the memory


11


, followed by a return to step S


3


.




Table Reference Addition Part (Window) (

FIG. 19

)





FIG. 19

illustrates an example of the configuration of a table reference addition part


30


D, which calculates the following equation for the input thereto of elliptic curve E, elliptic-curve points P


0


, P


1


, . . . , P


r−1


and integers c


0


, c


1


, . . . , c


r−1


and outputs mP.









mP
=




i
=
0


r
-
1









c
i



φ
i


P






(
22
)













The table reference addition part


30


D comprises a memory


31


D, a control part


32


D, an elliptic-curve addition part


33


D and Frobenius mapping means


34


D. The Frobenius mapping means


34


D has the same configuration as depicted in

FIG. 5

or


6


.




The operation of the table reference addition part


30


D is implemented by a computer following the procedure of

FIG. 20

as described below.




Step S


1


: Input E, c


i


, P


i


.




Step S


2


: The control part


32


D sets i←r−1 and S←O and stores them in the memory


31


D.




Step S


3


: The control part


32


D calculates φS by the Frobenius mapping means


34


D and retains it in the memory


31


D.




Step S


4


: The control part


32


D determines whether i<0.




Step S


5


: If i<0, then output S and terminate the operation.




Step S


6


: If i>0, then add Pc


i


to S (step S


6


-


1


) and subtract 1 from i (step S


6


-


2


) by the elliptic-curve addition part


33


D, and retain them in the memory


31


D, followed by a return to step S


3


.




EMBODIMENT 3




Elliptic-Curve (m and n)-Multiplying Apparatus (

FIG. 21

)




According to the signature or cryptosystem used, it may sometimes be necessary to perform an operation of outputting mP+nQ for input values P, Q, m and n, which operation will hereinafter be referred to as an (m and n)-multiplication. In such an instance, too, the apparatus of the present invention can be used.

FIG. 21

illustrates in block form a modification of the

FIG. 1

apparatus to perform the (m and n)-multiplication.





FIG. 21

depicts an example of the configuration of a multiplying apparatus


110


which outputs mP+nQ for the inputs thereto of elliptic curve E, definition field size q, integer k, GF(q


k


)-rational points P and Q, Frobenius map φ and integers m and n.




The apparatus


110


comprises a P


i


-generation part


10


A, a Q


i


-generation part


10


B, a base-φ expansion part


21


, a base-φ expansion part


22


, a table reference addition part


30


and a comparison part


50


.




The P


i


generation part


10


A and the Q


i


generation part


10


B have the same configuration as depicted in

FIG. 3

, the base-φ expansion parts


21


and


22


have the same configuration as depicted in

FIG. 5

, and the table reference addition part


30


has any one of the configurations depicted in

FIGS. 7

,


8


and


9


.




In the case of implementing the operation of the apparatus


110


, the arithmetic operation is performed following the procedure of

FIG. 22

as described below.




Step S


1


: input E, q, k, φ, m P, n and Q.




Step S


2


: For the inputs k, φ and m, the base-φ expansion part


21


calculates and outputs c


0


, c


1


, . . . , c


r






m






−1


and r


m


(0<i<r


m


) that satisfy the following equation:









m
=




i
=
0



r
m

-
1









c
i




φ
i



(


mod






φ
k


-
1

)








(
23
)













Step S


3


: For the inputs k, φ and n, the base-φ expansion part


22


calculates and outputs d


0


, d


1


, . . . , d


r






n






−1


and r


n


(0<i<r


n


) that satisfy the following equation:









n
=




i
=
0



r
n

-
1









d
i



φ
i







(
24
)













Step S


4


: The comparison part


50


outputs a larger one of the inputs r


m


and r


n


as r.




Step S


5


: The P


i


generation part


10


A calculates






P


i





i


P






for the inputs q, P, k and r and outputs P


0


, P


1


, . . . , P


r−1


.




Step S


6


: The Q


i


generation part


10


B calculates






Q


i





i


Q






for the input q, Q, k and r and outputs Q


0


, Q


1


, . . . , Q


r−1


.




Step S


7


: For the inputs E, r, P


i


, Q


i


, c


i


and d


i


, the table reference addition part


30


sets






R


i


=P


i


for 0≦i<r








=Q


i−r


for r≦i<2r

















e
i

=





c
i











for





0


i
<
r







=





d

i
-
r












for





r


i
<

2

r















then calculates










mP
+
nQ

=




i
=
0



2

r

-
1









e
i



R
i







(
25
)













and outputs mP+nQ.




The apparatus of

FIG. 1

can be modified to perform the (m+n)-multiplication.




Furthermore, by the generalization of the apparatus of

FIGS. 1

,


15


and


21


, an apparatus for computing the following multiplication-addition for an arbitrary number of terms i can similarly be constructed.






m


1


P+m


2


Q+m


3


R+. . .   (26)






In

FIGS. 1 and 15

, the P


i


generation part


10


may be combined with the table reference addition part


30


(


30


D) into one arithmetic unit. Moreover, the P


i


generation part


10


in

FIG. 15

may be configured to be supplied with an externally pre-computed version of P


i


=iP.




EMBODIMENT 4




In the first, second and third embodiments described above, the aforementioned Equation (6) is regarded as a pre-computed value and P


i


is used to perform the m-multiplication in the same fashion as in the case of Equation (7). However, this method is not always higher in efficiency than in the case of the conventional method using GF(2


k


). Next, a description will be given of an embodiment which is adapted to reduce the number of operations in the table reference addition part


30


by adjusting or controlling r and c


i


.




Operation Number Reduction Scheme 1




Several table reference addition methods utilizing pre-computation have been proposed, and the smaller the number of inputs c


i


's, the higher the processing speed.




Incidentally, when the rational point P on elliptic curve is GF(q


k


)-rational point, the following relationship holds:









k


−1)P=0






The number of terms of c


i


can be decreased through utilization of this relationship.




For example, consider the case where c


0


=3, c


1


=5, c


2


=1 and c


3


=4 at the time of calculating mP by using






m=c


0


+c


1


φ+c


2


φ


2


+c


3


φ


3








when k=3.




Since φ


3


=1, the following relationship holds






m=c′


0


+c′


1


φ+c′


2


φ


2








by setting






c′


0


=c


0


+c


3


=7








c′


1


=c


1


=5








c′


2


=c


2


=1






With this scheme, it is possible to convert c


i


to c′


i


, thereby decreasing the number of terms to k.




Operation Number Reduction Scheme 2




The table reference addition methods using pre-computation differ in processing speed according to the input value of c


i


. For example, in the case of the “comb-type method” described previously with reference to

FIG. 9

, the processing time increases with an increase in the number of “1's” (which will hereinafter be referred to as a Hamming weight) of respective digit values (0 or 1) which express c


i


in binary digit.




Incidentally, in the case where a GF(q


k


) rational point P whose order is a prime is larger than #E(GF(q)), the following relationship holds









k−1





k−2


+. . . +φ+1)P=0






since (φ


k


−1)=0 and since (φ−1)≠0. For instance, consider the case where c


0


=7, c


1


=5, and c


2


=1 at the time of calculating mP by using






m=c


0


+c


1


φ+c


2


φ


2








when k=3. Let it be assumed here that P is the GF(q


k


)-rational point and that (φ


2


+φ+1)P=0 holds. These c


i


's in binary representation are as follows:






c


0


=7=111


2










c


1


=5=101


2










c


2


=1=001


2








and the number of 1's (the Hamming weight) is 6. By the way, since






φ


2





1


+1=0,






even if the same number is added to or subtracted from each c


i


, the following equation holds:






m=c


0


+c


1


φ+c


2


φ


2


.






Then, setting c′


i


=c


i


−1, it follows that






c′


0


=6=110


2










c′


1


=4=100


2










c′


2


=0=000


2


.






Thus, the Hamming weight can be reduced to 3. Further, by setting c″


i


=c′


1


−4, it follows that




 c″


0


=2=010


2








c″


1


=0=000


2










c″


2


=−4={overscore (1)}00


2








where the symbol {overscore ( )} over a digit represents a negative sign. Thus, the Hamming weight can be reduced to 2.




With this scheme for reduction of number of operations, the average number of elliptic-curve additions involved in the comb-type method can be reduced to roughly ⅔ those in the first, second and third embodiments; that is, the processing can be performed about 1.5 times faster than in the above-described embodiments.




The fourth embodiment accelerates the arithmetic operation by pre-adjusting the sequence c


i


of the base-φ expansion in accordance with the table reference addition method through the use of an equation that holds for φ.




Elliptic-Curve m-Multiplying Apparatus (

FIG. 23

)





FIG. 23

is a block diagram illustrating an example of an elliptic-curve m-multiplying apparatus according to the fourth embodiment of the present invention. This apparatus


110


outputs mP for the inputs thereto of elliptic curve E, definition field size q, integer k, GF(q


k


)-rational point P on elliptic curve and integer m. The apparatus


110


comprises a P


i


generation part


10


, a base-φ expansion part


20


, a table reference addition part


30


and a base-φ expansion adjustment part


40


.




The P


i


generation part


10


and the base-φ expansion part


20


are the same as those shown in

FIGS. 3 and 7

, respectively, and the table reference addition part


30


is the same as shown in

FIG. 9

or


10


. This embodiment differs from that of the

FIG. 1

embodiment in the newly provided base-φ expansion adjustment part


40


, by which r and c


i


obtained in the base-φ expansion part


20


are adjusted to provide r′ and c′


i


for the reduction of the number of operations in the table reference addition part


30


, to which r′ and c′


i


are provided. The P


i


generation part


10


also calculates P


i


using r′ in place of r. This embodiment is identical with the

FIG. 1

embodiment except in these points.




The operation of this m-multiplying apparatus is implemented by a computer following the procedure of

FIG. 24

as described below.




Step S


1


: Input E, q, P, k, φ and m.




Step S


2


: For the inputs k, φ and m the base-φ expansion part


20


calculates and outputs c


0


, c


1


, . . . , c


r−1


, and r that satisfy the following equation:









m
=




i
=
0


r
-
1









c
i




φ
i



(


mod






φ
i


-
1

)








(
27
)













Step S


3


: For the inputs thereto of r and c


i


from the base-φ expansion part


20


, the base-φ expansion adjustment part


40


calculates and outputs c′


0


, c′


1


, . . . , c′


r−1


and r′ that satisfy the following equation:













i
=
0


r
-
1









c
i



φ
i



=




i
=
0



r


-
1









c
i




φ
i







(
28
)













Step S


4


: For the inputs thereto of q, P, k and r′ the P


i


generation part


10


calculates P


0


, P


1


, . . . , P


r′−1


from






P


i





i


P






and outputs them.




Step S


5


: For the input thereto of E, P


i


, c′


i


and r′ the table reference addition part


30


calculates and outputs mP that satisfies the following equation:









mP
=




i
=
0



r


-
1









c
i




P
i







(
29
)













Base-φ Expansion Adjustment Part (

FIG. 25

)





FIG. 25

illustrates in block form the base-φ expansion adjustment part


40


, which comprises an addition part


41


, an α generation part


42


and a subtraction part


43


. The base-φ expansion adjustment part


40


calculates, for the inputs thereto of integers c


0


, c


1


, . . . , c


r−1


, r and k, integers c′


0


, c′


1


, . . . c′


r−1


and r′ that satisfy the following equation













i
=
0


r
-
1









c
i



P
i



=




i
=
0



r


-
1









c
i




P
i







(
30
)













and outputs them.




The operation of the adjustment part


40


is implemented by a computer following the procedure of

FIG. 27

as described below.




Step S


1


: Input c


i


, r and k.




Step S


2


: The addition part


41


calculates c″


i


that satisfies c″


i


=c


i


+c


i+k


+c


i+2k


+. . . , where 0<i<k−1.




Step S


3


: The α generation part


42


calculates adequate α from c″


i


and k input thereto. When the table reference addition part


30


used is the BGMW type depicted in

FIG. 10

, the α generation part


40


outputs, as α, an integer most close to a mean value of c″


i


(FIG.


27


).




When the table reference addition part


30


used is the comb type depicted in

FIG. 9

, the α generation part


42


calculates s


i


by













s
i

=


1





for









j
=
0


k
-
1








c

i
,
j

′′



>

k
/
2








=


0





for









j
=
0


k
-
1








c

i
,
j

′′





k
/
2









(
31
)













where c″


i,j


(0 or 1) is a j-th digit value of c″


i


expressed in binary digit, then calculates









α
=




i
=
0



[


log
2






b

]

+
1









s
i



2
i







(
32
)













where b is the maximum one of c


ij


using s


i


, and outputs it.




Step S


4


: The subtraction part


43


calculates c′


i


that satisfies c′


i


=c″


i


−α, where 0≦i≦k−1, and outputs c′


i


and k.




EMBODIMENT 5




Elliptic-Curve (m and n)-Multiplying Apparatus (

FIG. 28

)




In

FIG. 28

there is depicted the fourth embodiment of

FIG. 23

as being applied to the same (m and n)-multiplication as described previously with respect to FIG.


21


. The multiplying apparatus of

FIG. 28

outputs mP+nQ for the inputs thereto of elliptic curve E, definition field size q, integer k, GF(q


k


)-rational points P and Q on eliptic curve, Frobenius map φ and integers m and n.




The apparatus


110


comprises a P


i


-generation part


10


A, a Q


i


-generation part


10


B, a base-φ expansion parts


21


and


22


, a table reference addition part


30


, a comparison part


50


and φ-expansion adjustment parts


40


A and


40


B.




The P


i


generation part


10


A and the Q


i


-generation part


10


B have the same configuration as depicted in

FIG. 3

, the base-φ expansion parts


21


and


22


have the same configuration as depicted in

FIG. 7

, and the table reference addition part


30


has either one of the configurations depicted in

FIGS. 9 and 10

.




The operation of the apparatus


110


is implemented by a computer following the procedure of

FIG. 29

as described below.




Step S


1


: Input E, q, k, φ, m P, n and Q.




Step S


2


: For the inputs k, φ and m, the base-φ expansion part


21


calculates and outputs c


0


, c


1


, . . . , c


r






m






−1


and r


m


that satisfy the following equation:









m
=




i
=
0



r
m

-
1









c
i



φ
i







(
33
)













Step S


3


: For the inputs k, φ and n, the base-φ expansion part


22


calculates and outputs d


0


, d


1


, . . . , d


r






n






−1


and r


n


that satisfy the following equation:









n
=




i
=
0



r
n

-
1









d
i



φ
i







(
34
)













Step S


4


: For the inputs r


m


and c


i


, the base-φ expansion adjustment part


40


A calculates and outputs c′


i


and r′


m


that satisfy the following equation:













i
=
0



I
m

-
1









c
i



φ
i



=




i
=
0



r
m


-
1









c
i




φ
i







(
35
)













Step S


5


: For the inputs r


m


and d


i


, the base-φ expansion adjustment part


40


B calculates and outputs d′


i


and r′


n


that satisfy the following equation:













i
=
0



r
n

-
1









d
i



φ
i



=




i
=
0



r
n


-
1









d
i




φ
i







(
36
)













Step S


6


: The comparison part


50


outputs a larger one of the inputs r′


m


and r′


n


as r.




Step S


7


: The P


i


generation part


10


A calculates P


0


, P


1


, . . . , P


r−1


for the inputs q, P, k and r by






P


i





i


P  (37a)






and outputs them.




Step S


8


: The Q


i


generation part


10


B calculates Q


0


, Q


1


, . . . , Q


r−1


for the input q, Q, k and r by






Q


i





i


Q  (37b)






and outputs them.




Step S


9


: For the inputs E, r, P


i


, Q


i


, c′


i


and d′


i


, the table reference addition part


30


sets













R
i

=





P
i











for





0


i
<
r







=





Q

i
-
r












for





r


i
<

2

r









e
i

=





c
i












for





0


i
<
r







=





d

i
-
r













for





r


i
<

2

r









(
38
)













then calculates mP+nQ by










mP
+
nQ

=




i
=
0



2

r

-
1









e
i



R
i







(
39
)













and outputs it.




By the generalization of the embodiments of

FIGS. 23 and 28

, an apparatus for computing the following multiplication-addition for an arbitrary number i of terms can similarly be constructed:






m


1


P+m


2


Q+m


3


R +. . . .






The fourth and fifth embodiments permits construction of the reference table without involving the pre-computation, and hence they have a wider range of applications than the conventional table reference addition method; they can be applied, for example, to the signature verification of an elliptic-curve DSA signature scheme.




Furthermore, the fifth embodiment is also applicable to a GF(2)-definition field heretofore employed, in which case the m-multiplication can be performed about twice faster than in the past.




EMBODIMENT 6




A typical conventional base-φ expansion method calculates first c


j,i


that satisfies the following equation:










c
i

=




j
=
0


b
-
1









2
j



c

j
,
i








(
40
)













(where c


j,i


ε{0, 1} and b is an integer of b≧log


2


c


i


)




using c


i


(0≦i<k) obtained by the base-φ expansion, then calculates











S
j

=




i
=
0


r
-
1









c
ij



φ
i


P



,





0

j
<
b





(
41
)













an computes the following equation using S


j


:









S
=




j
=
0


b
-
1









2
j



S
j







(
42
)













thereby obtaining mP. In this case, mP is calculated by performing b−1 “elliptic-curve doublings” in the form of






S=2(2( . . . 2(2(S


b−1


)+S


b−2


)+ . . . S


2


)+S


1


)+S


0








The “elliptic-curve addition” and the “elliptic-curve doubling” are far more time-consuming than the φ-multiplication. Attempts have been made to accelerate the “elliptic-curve addition” but no schemes have yet been introduced for faster “elliptic-curve doubling,” which still remains as a bottleneck in the elliptic-curve multiplication.




Now, a description will be given of a polynomial calculation method well known as a Horner's method. (In the following description, L denotes the finite field GF(q


k


)).




Input: Element x of L and u


j


(0≦j<b)




Output: Value of polynomial







f


(
x
)


=




j
=
0


b
-
1









u
j



x
j













Temporary storage area: Element f of L, integer j




Step


1


: f←u


b−1


, j←b−2




Step


2


: If j<0, then go to step


6


.




Step


3


: f←f×x+u


j






Step


4


: j←j−1




Step


5


: Go to step


2


.




Step


6


: Output f as the value of f(x).




If the calculation on j is ignored, then the Horner's method will require b−1 x-multiplications and b−1 additions to compute the value of the (b−1)-degree polynomial f(x). Incidentally, letting a denote the maximum integer not exceeding (b+1)/2 and letting it be assumed that u


j


x


a


(a≦j<2a) (when b is an odd number, u


2a−1


=0) is preknown in place of u


j


(a≦j<2a), the Homer's method can be improved as described below. This is well-known in the art.




Input: Element x of L and u


j


, (0≦j<a) and u


j


x


a


, (a≦j<2a)




Output: Value of polynomial







f


(
x
)


=




j
=
0



2

a

-
1









u
j



x
j













Temporary storage area: Element f of L and integer j




Step


1


: f←u


a−1


+u


2 a−1


x


a


, j←a−2




Step


2


: If j<0, then go to step


6


.




Step


3


: f←f×x+u


j


+u


j+a


x


a






Step


4


: j←j−1




Step


5


: Go to step


2


.




Step


6


: Output f as the value of f(x).




If the calculation on j and the obvious 0-addition are ignored, then this method will require b−1 additions and a−1 x-multiplications. The number of additions is not decreased but the number of x-multiplications is reduced substantially by half. In this example, coefficients of the polynomial were divided into those having terms of degrees exceeding a and those not exceeding a−1, and pre-computed data (by x


a


-multiplying the coefficients with terms of degrees exceeding a) is prepared, by which the number of x-multiplications could be cut about by half. Similarly, by dividing the coefficients into s categories according to the degree of their term and preparing pre-computed data accordingly, the number of x-multiplications can be reduced down to around 1/s.




The calculation of Equation (42) conducted by the conventional base-φ expansion method is none other than the calculation by the Horner's method with L as an integer, u


j


as a value which satisfies u


j


P=S


j


and x=2. The calculations of S


j


(0≦j<b) are usually performed one after another during the execution of the Horner's method. This will be described below by way of simple examples with respect to

FIGS. 30A

,


30


B and


30


C. These drawings are schematic showings of processing in the table reference addition part employed in the conventional base-φ expansion method. For the sake of simplicity, let it be assumed that the base-φ expansion coefficient is represented by a binary number or signed binary number of 20 digits from 19th to 0th digit. The traditional table reference addition part receives P, φP, φ


2


P, c


0


, c


1


and c


2


and outputs the value of












i
=
0

2








c
i



φ
i


P





(
43
)














FIGS. 30A

,


30


B and


30


C each represent the processing therefor. Reference character S denotes a temporary storage area which stores the coordinates of elliptic-curve points for computation and holds the value of Equation (43) that is the output of this part at the final stage of computation.




In

FIG. 30A

, c


i,j


denotes the numerical value of a j-th digit when the input c


i


is expressed in the binary or signed binary number of 20 digits from 10th to 0th digit. Accordingly, c


i,j


is a numerical value that is 0 or ±1, and c


i,j


-multiplication can be performed easily. Usually, only when this numerical value is other than 0, the “elliptic-curve addition” takes place. In

FIG. 30A

, the first step is to calculate S


19


concerning the 19th digit that is the most significant digit of each of the inputs c


0


, c


1


and c


2


. The results of the calculation on S


19


do not necessarily require the temporary storage area, but they need only to be sequentially written into the temporary storage area for the calculation of Equation (43).




Upon completion of the processing for the 19th digit of each of the inputs c


0


, c


1


and c


2


, processing for the 18th digit of each input is started, in which case S is doubled and each term of S


18


is written in the storage area S. Thereafter, similar processing is performed from 17th to 0th digits, and at the instant of completion of the processing for the 0th digit as shown in

FIG. 30

the value of Equation (43) is loaded into the storage area S. It is this value that the conventional table reference addition part outputs.




If pre-computed data can be prepared in place of S


j


(0≦j<b), then the number of “elliptic-curve doublings” can be cut as is possible with the improved version of the Homer's method.




For example, in the case of dividing S


j


(0≦j<b) into two, if T


j


can be calculated as a substitute for S


j


by the following equation with a set as the maximum integer not exceeding (b+1)/2:






T


j


=S


j


+2


a


S


a+j


,(0≦j<a)  (44)






the following equation needs only to be calculated by the Homer's method:









S
=




j
=
0


a
-
1









2
j



T
j







(
45
)













If 2


a


P points over the elliptic curve can be prepared beforehand in addition to point P, T


j


can be constructed only by slightly improving the method of calculating S while constructing S


j


(0≦j<b) from P as in the conventional base-φ expansion method.





FIGS. 31

to


33


each schematically show a process by which the pre-computed table reference addition part calculates Equation (43) while constructing T


j


. For the sake of simplicity, let it be assumed that the base-φ expansion coefficient is expressed by a binary or signed binary number of 20 digits from 19th to 0th digit. The table reference addition part receives P, φP, φ


2


P, 2


10


P, φ2


10


P, φ


2


2


10


P, c


0


, . . . , c


2


and outputs the value of Equation (43).

FIGS. 32

to


33


each represent the processing therefor. Reference character S denotes a temporary storage area which stores the coordinates of elliptic-curve points for computation and holds the value of Equation (43) that is the output of this part at the final stage of computation.




In

FIG. 31

to


33


, c


i,j


denotes the numerical value of a j-th digit when the input c


i


is expressed by the binary or signed binary number of 20 digits from 10th to 0th digit. Accordingly, c


i,j


is a numerical value that is 0 or ±1 and c


i,j


-multiplication can be performed easily. Usually, only when this numerical value is other than 0, the “elliptic-curve addition” takes place. In

FIGS. 32 and 33

, Q


0


=P and Q


1


=2


10


P in the interests of simplicity.





FIG. 31

depicts the manner in which the inputs c


0


, c


1


and c


2


are each divided into 10 high-order digits from 19th to 10th digit and 10 low-order digits from 9th to 0th digit.




In

FIGS. 32 and 33

, assume that the high-order digits corresponding to the 19th to 10th digits of each of the inputs c


0


, c


1


and c


2


are handled as 9th to 0th digits.




In

FIG. 32

, the first step is to calculate T


9


concerning the 9th one of the high-order digits of each of c


0


, c


1


and c


2


. S19. The results of the calculation on T


9


do not necessarily require the temporary storage area, but they need only to be sequentially written into the temporary storage area for the calculation of Equation (43).




The processing for the 8th to 0th digits are schematically depicted in FIG.


33


. Upon completion of the processing for the 9th digit, processing for the 8th digit is started, in which case S is doubled and each term of T


8


is written in the storage area S. Thereafter, similar processing is performed from 7th to 0th digits, and at the instant of completion of the processing for the 0th digit the value of Equation (43) is loaded into the storage area S. The pre-computed table reference addition part outputs this value.




The Frobenius map can be computed far faster than the “elliptic-curve addition” and the “elliptic-curve doubling.” Hence, P, φP, φ


2


P, 2


10


P, φ2


10


P and φ


2


2


10


P could be computed very fast if P and 2


10


P are prepared beforehand.




Accordingly, in the case of this example, the number of “elliptic-curve doublings” can be reduced by half only by preparing 2


10


P in addition to P.




In the sixth embodiment of the present invention, the multiplication is accelerated by using the pre-computed Q


t


=d


ta


P (1≦t<s) in the process of constructing mP after the base-φ expansion of m.





FIG. 34

illustrates in block from an elliptic-curve m-multiplication apparatus 100 according to the sixth embodiment of the invention, which comprises a R


t,i


generation part


10


, a base-φ expansion part


20


and a pre-computed table reference addition part


30


. The multiplication apparatus


100


outputs mP for the inputs thereto of the elliptic curve E, the definition field size q, the integer k, an elliptic-curve GF(q


k


)-rational point sequence Q


t


=2


ta


P(0≦t<s) pre-computable from the elliptic-curve GF(q


k


)-rational point P, and the integer m.




The R


t,i


-generation part


10


has such a configuration as depicted in

FIG. 36

; the base-φ expansion part


20


has such a configuration as depicted in

FIG. 38

; and the pre-computed table reference addition part


30


has such a configuration as depicted in FIG.


40


.




The R


t,i


-generation part


10


inputs thereinto r from the base-φ expansion part


20


, but since it is preknown that r can be made smaller than k, it is also possible to operate the R


t,i


-generation part


10


and the base-φ expansion part


20


in parallel by inputting k into the generation part


10


as a substitute for r. The multiplication of the

FIG. 34

apparatus


100


is implemented by computer following the procedure of

FIG. 35

as described below.




Step S


1


: For the inputs thereto k, φ and m the base-φ expansion part


20


calculates and outputs c


0


, c


1


, . . . , c


r−1


and r that satisfy the following equation:









m
=




i
=
0


r
-
1









c
i



φ
i







(
46
)













Step S


2


: For the inputs thereto q, k, r, P and 2


2a


P, . . . , 2


(s−1)a


P, the R


t,i


generation part


10


calculates R


t,i


(0≦i<r, 0≦t<s) by






R


t,i





i


2


ta


P  (47)






and outputs it.




Step S


3


: For the inputs thereto E, R


t,i


, c


i


and r, the pre-computed table reference addition part


30


calculates c


j,t,i


that satisfies







c
i

=




j
=
0


a
-
1











t
=
0


s
-
1









d

j
+
ta




c

j
,
t
,
i















then calculates mP by the following equation:









mP
=




j
=
0


a
-
1











t
=
0


s
-
1











i
=
0


r
-
1









d
j



c

j
,
t
,
i




R

t
,
i










(
48
)













and outputs it.




R


t,i


Generation Part (

FIG. 36

)




The R


t,i


generation part


10


depicted in

FIG. 36

comprises a memory


11


, a control part


12


, an addition part


13


and a Frobenius mapping means


14


. For the inputs thereto the definition field size q, the elliptic-curve GF(q


k


)-rational point sequence Q


t


=2


ta


P(0≦t<s) pre-computable from the elliptic-curve GF(q


k


)-rational point P, and the integer r, the R


t,i


generation part


10


outputs R


t,i


(0≦i<r, 0≦t<s) that satisfy






R


t,i





i


2


ta


P.






The Frobenius mapping means


14


is identical with that used in

FIG. 5

or


6


embodiment in construction and in operation; hence, no description will be repeated. It is also possible to obtain φQ


t


in parallel from a plurality of points on a point sequence Q


t


by using a plurality of Frobenius mapping means


14


.




The operation of the R


t,i


generation part


10


depicted in

FIG. 36

is implemented by computer following the procedure of

FIG. 37

as described below.




Step S


1


: The control part


12


accepts q, Q


t


and r as inputs thereto.




Step S


2


: The control part


12


sets t←0.




Step S


3


: The control part


12


sets U←Q


t


.




Step S


4


: The control part


12


sets i←0.




Step S


5


: The control part


12


sets R


t,j


←U and and outputs R


t,j


.




Step S


6


: The control part


12


sets i←i+1.




Step S


7


: The control part


12


determines whether i=r, and if so, the procedure goes to step S


9


.




Step S


8


: The control part


12


inputs U into the Frobenius mapping means


6


E, then accepts φU and sets U←φU, and the procedure goes to step S


5


.




Step S


9


: The control part


12


sets t←t+1.




Step S


10


: The control part


12


determines whether t=s, and if not, the procedure goes to step S


3


.




Base-φ Expansion Part (

FIG. 38

)





FIG. 38

illustrates in block form the base-φ expansion part


20


, which comprises a trace calculating part


21


, a control part


22


, a memory


23


, a residue part


24


and a base-φ expansion correcting part


25


. For the inputs thereto of the definition field size q, the extension degree k, the integer m and the Frobenius map φ, the base-φ expansion part


20


calculates and outputs c


0


, c


1


, . . . , c


r−1


and r(0≦i<r) that satisfy Equation (46).




The base-φ expansion part


20


has such a configuration as shown in

FIG. 42

described later on, which configuration is the same as depicted in FIG.


25


.




The operation of the base-φ expansion part


20


of

FIG. 38

is implemented by computer following the procedure of

FIG. 39

as described below.




Step S


1


: m, q, φ and k are input into the base-φ expansion part


20


.




Step S


2


: The trace calculating part


21


calculates from the input valuesφ and q a trace t that satisfies




 φ


2


−tφ+q=0




and passes it to the control part


22


. Since the trace is a fixed value depending on φ and q, it may also be pre-computed and provided from the outside, in which case the trace calculating part


21


is unnecessary.




Step S


3


: For the inputs m, q and φ, the reside part


24


calculates x and y such that x+yφ≡m(modφ


k


−1), and stores them in the memory 23. They may also be provided from an outside source. In such a case, the values x and y are input in place of the integer m. When this calculation is not performed, the reside part


24


is unnecessary. The memory


22


retains the counter value i and integers x, y, u and v. The initial value of i is 0.




Step S


4


: The control part


22


determines whether x=0 and y=0 hold for the input values x, y, t and q, and if x=0 and y=0, then it inputs the counter value i as r′ into the base-φ expansion correcting part


25


, and the procedure goes to step S


10


.




Step S


5


: For the input values x, y, t and q, the control parts


22


sets u←x mod q and v←(x−u)/q.




Step S


6


: Determine whether u=0 or 2x+ty>2u−q.




Step S


7


: If so, set and write (x, y)←(tv+y, −v) in the memory


23


.




Step S


8


: If not, set (x, y)←(tv+y+t, −v−1) and u←u−q, and write these values in the memory


23


.




Step S


9


: The control part


22


inputs u as c′


i


into the base-φ expansion correcting part


25


, then adds 1 to i and writes it into the memory


23


, followed by a return to step S


4


.




Step S


10


: If x=0 and y=0 in step S


4


, then the base-φ expansion correcting part


25


calculates, from the input values r′, k and c′


i


, values r and c


i


such that













i
=
0



r


-
1









c
i




φ
i



=




i
=
0


r
-
1









c
i



φ
i







(
49
)













and that r≦k, and outputs them.




Pre-Computed Table Reference Addition Part (

FIG. 40

)




As depicted in

FIG. 40

, the pre-computed table reference addition part


30


comprises a memory


31


, a control part


32


, an elliptic-curve addition part


33


and an elliptic-curve doubling part


34


. For the inputs thereto of elliptic curve E, elliptic-curve rational point sequence R


t,i





i


2


ta


P(0≦i<r, 0≦t<s) and integer c


i


(0≦t<s), the pre-computed table reference addition part


30


calculates mP by the following equation









mP
=




i
=
0


r
-
1









c
i



R

t
,
i








(
50
)













and outputs it.




The operation of the pre-computed table reference addition part


30


is implemented by computer following the procedure of

FIG. 41

as described below.




Step S


1


: Input E, c


i


and R


t,i


.




Step S


2


: The control part


32


sets j←a−1 and S←O and stores j and S in the memory


31


. Further, the control part


32


generates c


t,j


such that










c
i

=




t
=
0


s
-
1









2
ta



c

t
,
i








(
51
)













The memory


31


passes i, t, j and S to the control part


32


.




Step S


3


: If j<0, then the control part


32


outputs S and terminates the procedure.




Step S


4


: If not, then the control part


32


passes S to the elliptic-curve doubling part


34


. For the input S the elliptic-curve doubling part


34


passes


2


S to the control part


32


. The control part


32


stores


2


S as S in the memory


31


.




Step S


5


: The control part


32


sets is←0.




Step S


6


: If i=r, then the procedure goes to step S


13


.




Step S


7


: The control part


32


sets t←0.




Step S


8


: It t=s, then the procedure goes to step S


12


.




Step S


9


: If the j-th digit c


j,t,i


of c


t,i


is equal to zero, the procedure goes to step S


11


.




Step S


10


: The control part


32


passes S and c


j,t,i


, R


t,i


to the elliptic curve addition part


33


. For the input S and c


j,t,i


R


t,i


, the elliptic curve addition part


33


passes S+c


j,t,i


R


t,i


to the control part


32


. The control part


32


stores S+c


j,t,i


R


t,i


as S in the memory


31


.




Step S


11


: The control part


32


sets t←t+1 and the procedure goes to sep S


8


.




Step S


12


: The control part


32


sets i←t+1 and the procedure goes to step S


6


.




Step S


13


: The control part


32


sets j←j+1 and the procedure goes to step S


3


.




Base-φ Expansion Correcting Part (

FIG. 42

)




As depicted

FIG. 42

, the base-φ expansion correcting part


25


in

FIG. 38

comprises an addition part


25


A, an α generation part


25


B and a subtraction part


25


C as in the case of FIG.


25


. For the inputs thereto of integers c′


0


, c′


1


, . . . , c′


r−1


, r′ and k, the base-φ expansion correcting part


25


calculates and outputs integers c


0


, c


1


, . . . , c


r−1


and r that satisfy the following equation:













i
=
0



r


-
1









c
i




P
i



=




i
=
0


r
-
1









c
i



P
i







(
52
)













The operation of the base-φ expansion correcting part


25


is implemented by computer following the procedure of

FIG. 43

as described below.




Step S


1


: Upon inputting of c′


i


, r′ and k into the correcting part


25


, the addition part


25


A calculates c″


i


such that






c″


i


=c′


i


+c′


i+k


+c′


i+2k


+ . . . , (0≦i<k).






Step S


2


: The α generation part


25


B calculates c


i


=c″


i


−α from the inputs thereto c″


i


and k, and letting w


i


denote the number of digits other than 0 when c


i


is expressed in binary or signed binary number, the α generation part


25


B calculates an appropriate at that reduces or statistically decreases












i
=
0


k
-
1








w
i





(
53
)













Step S


3


: The subtraction part


25


C calculates and outputs c


i


=c″


i


−α (0≦i<k) and, further, outputs k as r.




Thus, the sixth embodiment of the present invention improves the conventional algorithm using the Frobenius map for the elliptic curve over GF(q), providing enhanced efficiency in the elliptic-curve multiplication. This accelerates the signature verification in the elliptic curve DSA signature scheme, for instance.




EMBODIMENT 7




In each of the embodiments described above, the P


i


generation part


10


calculates P


i





i


P (0≦i<k). This calculation is to map P


i


times using φ. Letting the elliptic-curve point P


0


be represented by (x


0


, y


0


), the point (x


i


, y


i


) by i-times mapping becomes (X


o




iq


, y


0




iq


). That is, an arithmetic operations x


q


and y


q


performed for each mapping by the power operating parts


14


A and


14


B of the Frobenius mapping means


14


depicted in

FIG. 5

, for instance. This embodiment described below is intended to increase the efficiency of the power operations of the power operating parts


14


A and


14


B in the Frobenius mapping means


14


.




Usually, to express an element a (aεGF(qk)) by a set of elements (a


0


, a


1


, . . . , a


k−1


) over the finite field GF(q), either one of the following schemes is chosen in many cases. The one is the scheme that expresses the element a using a polynomial basis {1, α, α


2


, . . . , α


k−1


} with αεGF*(q


k


)=GF(q


k


)−{0} as the generator, and the other uses a normal basis






(α, α


q


, α


q






2




, . . . , α


q






k−1




)






In the case of using the polynomial basis, elements a; (0≦i<k) of the finite field GF(q) are used to provide






a={a


0


, a


1


, a


2


, . . . , a


k−1


}=a


0


+a


1


α+a


2


α


2


+. . . +a


k−1


α


k−1


.






In the case of using the normal basis, the elements a; (0≦i<k) of the finite field GF(q) are used to provide






a={a


0


, a


1


, a


2


, . . . , a


k−1


}=a


0


α+a


1


α


q


+a


2


α


q






2




+ . . . +a


k−1


α


q






k−1










Incidentally, since the generators of the polynomial basis and the normal basis differ in the necessary and sufficient condition, the values do not necessarily become equal to each other. (For particulars, refer to HIRAMATSU Toyokazu, “Applied Algebra,” Shohkaboh, chap. 3,3 and 3.6.)




Depending on whether the polynomial or normal basis is used, the arithmetic operation exhibits different characteristics. Usually, the polynomial basis is faster in the multiplication of elements than the normal basis, but in the a


q


-th power operation, the latter is faster than the former.




According to Stinson, “Theory of Cryptography,” translated by Sakurai, Kyoritsu Shuppan, p.198, in the case of performing addition which is a binary operation of elements defined over an elliptic curve,






x


3





2


−x


1


−x


2










y


3


=λ(x


1


−x


3


)−y


1








where λ=(3x


1




2


+c)/(2y


1


) for x


1


=x


2


and y


1


=y


2


, and in the other cases λ=(y


2


−y


1


)/(x


2


−x


1


). The value c is a quantity that depends on the parameter chosen over the elliptic curve.




Since the above operation is repeated, there is no difference between the polynomial basis and the normal basis in the case of addition, but the polynomial basis is preferred because of its advantage of fast multiplication over the normal basis.




However, in the case of Frobenius mapping from a to a


q


, the normal basis representation is considered to be preferable because it requires only substitution of {a


0


, a


1


, a


2


, . . . , a


k−1


} with {a


k−1


, a


0


, a


1


, . . . , a


k−2


}.




As described above, the polynomial basis permits faster multiplication of elements expressed by that basis but has a defect that the speed of the calculation of a power a


q


that is a map of a is low. This embodiment is intended to reduce the number of operations in the power operation (x


q


, y


q


) with the map φP that is performed by the Frobenius mapping means


14


in the P


i


generation part


10


in the embodiments described previously.




Now, the seventh embodiment of the invention will be described below.




A description will be given first of a power operation scheme using the polynomial basis. In this embodiment, the order q and the degree of the finite GF(q) and β are set so that the minimal polynomial of α over GF(q) is represented as x


k


−β (PεGF(q), and the order q and the degree k are set to be relatively prime, and α is used to construct a k-degree extension field GF(q


k


) of GF(q). The element a of the extension field GF(q


k


) is expressed by a polynomial a=a


0


+a


1


α+a


2


α


2






q




+ . . . +a


k−1


αk−1 (where a


i


εGF(q), 0≦i<k), and the following operation is performed which is equivalent to the a


q


-th power operation a


q


=a


0


+a


1


α


q


+a


2


αa


2q


+ . . . +a


k−1


α


(k−1)q


.




Based on the relationship by α


k


−β=0, α


q


, α


2q


, α


3q


, . . . α


(k−1)q


are expressed respectively as follows:






α


q





q mod k


×β


[q/k]










α


2q





2q mod k


×β


[2q/k]










α


3q





3q mod k


×β


[3q/k]










α


(k−1)q





(k−1)q mod k


×β


[(k−1)q/k]


  (54)






where [iq/k] (0<i<k) represents an integer with the fraction portion of iq/k dropped. Since q and k are relatively prime, iq mod k≠0. Furthermore, since q≠k, jq mod k≠q mod k holds for an arbitrary integer j that satisfies 0<j≠i<k. Accordingly, each element of k−1 bases (α


q mod k


, α


2q mod k


, α


3


q mod k, . . . , α


2q mod k


) has exponents different from each other, and the bases (α


q mod k


, α


2q mod k


, α


3q mod k


, . . . α


(k−1)q mod k


) differ only in the basis (α, α


2


, . . . α


(k−1)


) and in the order of their elements but form the same space. The results of the operation iq mod k (0<i<k) will hereinafter be identified by iq/(k). The new bases are constructed by rearranging the computed bases (α


q/(k)


, α


2q/(k)


, α


3q/(k)


, . . . , α


(k−1)q(k)


) in ascending order of powers. In the following description, the replacement operation of rearranging the newly computed bases in a manner to increase iq mod k (0<i<k) will be indicated by < >. Accordingly, <α


q/(k)


, α


2q/(k)


, α


3q/(k)


, . . . α


(k−1)q/(k)


>={ α, α


2


, α


3


, . . . , α


k−1


}.




Next, correcting factors β


[iq/k]


(0<i<k) are calculated using preset β, k and q, and are prestored in a memory.




Next, operations a


0


, a


1


β


[q/k]


mod q, a


2


β


[2q/k]


mod q, a


3


β


[3q/k]


mod q, . . . a


k−1


β


[(k−1)q/k]


mod q are performed for a


0


, a


1


, a


2


, . . . , a


k−1


over GF(q), and the results of operations are rearranged in an order corresponding to that of the new bases constructed by rearrangement, <α


0


=1, α


q/(k)


, a


2q/(k)


, α


3q/(k)


, . . . , α


(k−1)q/(k)


>={1, α, α


2


, . . . , α


(k−1)


}, (in the same order as that in which the new bases were rearranged so that iq mod k (0<i<k) would increase.) In this way, processing equivalent to the operation a


q


=a


0


+a


1


α


q


+a


2


α


2q


+ . . . +a


k−1


α


(k−1)q


can be performed. The result of operation a


i


β


[iq/k]


mod q will hereinafter be identified by a


i


β


[iq/k]


/(q).




The processing cost by this scheme is to compute β


[q/k]


, β


[2q/k]


, . . . , β


[(k−1)q/k]


(in practice, they are pre-computed and stored in a memory) and to compute a


i


β


[iq/k]


/(q) and rearrange the computation results in accordance with the values of q mod k, 2q mod k, . . . , (k−1)q mod k. The number of operations can be reduced significantly. This overcomes the defect of the polynomial basis that the q-th power operation a


q


takes much time.





FIG. 44

is a block diagram of a power operating part for implementing the power operation using the polynomial basis, which is applied to the power operating parts


14


A and


14


B in the Frobenius mapping means


14


according to the embodiments described previously. The power operating part, indicated generally by


60


, is made up of a polynomial basis calculating part


61


, a correcting factor calculation part


62


, a coefficient calculation part


63


and an output part


64


.




The polynomial basis calculation part


61


inputs thereinto the order q of the finite field GF(q) set so that the minimal polynomial of a over GF(q) is expressed as x


k


−β (βεGF(q)), the degree k set so that it and the order q are relatively prime, then calculates iq mod k (1≦i


23


k−1), then rearranges 1=α


0


and α


iq/(k)


(1≦i≦k−1) in ascending order of powers, and outputs them as new polynomial bases.




The correcting factor calculation part


62


inputs thereinto the order q, the degree k and β and calculates β


[iq/k]


(1≦i≦k−1) as correcting factors of the elements a


i


(1≦i≦k−1) of GF(q).




The coefficient calculation part


63


inputs thereinto the elements a


i


(1≦i≦k−1) of GF(q) and the correcting factors β


[iq/k]


(1≦i≦k−1), then calculates a


i


β


[iq/k]


mod q, then rearranges a


0


and a


i


β


[iq/k]


/(q) (1≦i≦k−1) corresponding to the aforementioned rearranged new polynomial bases <α


0


=1, α


iq/(k)


(1≦i≦k−1)>, and outputs them as coefficients of each basis.




The output part


64


represents the output from the coefficient calculation part


63


by a vector of a then multiplies the polynomial bases arranged in ascending order of powers by the corresponding coefficients and adds together the multiplied results, and outputs the added result as a polynomial of a


q


.





FIG. 45

is a block diagram illustrating the functional configuration of the coefficient calculation part


63


in the

FIG. 44

embodiment. The coefficient calculation part


63


comprises a memory


63


A, a termwise processing part


63


B and a replacement processing part


63


C. The memory


63


has stored therein pre-computed correcting factors β


[iq/k]


(1≦i≦k−1). The termwise processing part


63


B inputs thereinto the GF(q)-elements a


i


(1≦i≦k−1) and the correcting factors β


[iq/k]


(1≦i≦k−1) read out of the memory


63


A, and calculates a


i


β


iq/k


mod q. The replacement processing part


63


C processes a


0


and a


i


β


[iq/k]


/(q) (1≦i≦k−1) to rearrange them in correspondence to the new polynomial bases <α


0


=1, α


iq/(k)


(1≦i≦k−1)> arranged in ascending order of powers, and outputs them as coefficients of each corresponding basis.





FIG. 46

is a flowchart for explaining the operation of the

FIG. 44

embodiment.




Step S


1


: The order q and order k of the finite field GF(q) and β are preset so that the minimal polynomial of α over GF(q) is expressed as x


k


β, where k and q are relatively prime.




Step S


2


: Then, iq mod k (0<i<k) is calculated and α


iq/(k)


(0<i<k) are arranged in ascending order of powers to construct new polynomial bases.




Step S


3


: Then, the correcting factors β


[iq/(k)]


(0<i<k) are calculated. When β, i and q are preknown and these correcting factors are prestored in the memory, the correcting factors are read out therefrom.




Step S


4


: Next, element correcting operations, a


i


β


[iq/k]


/(q) (0<i<k), are performed over GF(q), and the calculated results and a


0


are rearranged into an order corresponding to that of the new polynomial bases. The corrected elements a


0


, a


i


β


[iq/k]


/(q) (0<i<k) will hereinafter be referred to as coefficients. The newly-ordered arrangement of a


0


, a


i


β


[iq/k]


/(q) (0<i<k), i.e., <a


0


, a


i


β


[iq/k]


/(q) (0<i<k)>, is output as a vector of a


q


. Moreover, the products of respective components of the new polynomial bases and the coefficients corresponding to the components are added together, and the sum is outputs as a polynomial of a


q


.




The above will be described below, for example, in connection with the case where the bit length |q| of the order q of the finite field GF(q) is 32-bit and k=5. As depicted in

FIG. 45

, β


[q/5]


, β


[2q/5]


, β


[3q/5]


and β


[4q/5]


are stored in the memory


63


A, and for the inputs a


0


, a


1


, a


2


, a


3


and a


4


to the termwise processing part


63


B, outputs a


0


, a


1


β


[q/5]


, a


2


β


[2q/5]


, a


3


β


[3q/5]


and a


4


β


[4q/5]


are generated. Foe instance, when q mod k=2 (i.e. q=5q+2 for a positive integer q), q mod k, 2q mod k, 3q mod k and 4q mod k become 2, 4, 1 and 3, respectively. As a result, new bases become as follows:










<
1

,

α

q





mod





5


,

α

2

q





mod





5


,

α

3

q





mod





5


,


α

4

q





mod





5


>=





{

1
,

α

3


q
/

(
5
)




,

α

q
/

(
5
)



,

α

4


q


(
5
)




,

α

2


q
/

(
5
)





}








=






{

1
,
α
,

α
2

,

α
3

,

α
4


}





















Accordingly, the order of the coefficients






{a


0


, a


1


β


[q/5]


/(q), a


2


β


[2q/5]


/(q), a


3


β


[3q/5]


/(q), a


4


β


[4q/5]/(q)}








is replaced with






{a


0


, a


3


β


[3q/5]


/(q), a


1


β


[q/5]


/(q), a


4


β


[4q/5]


/(q), a


2


β


[2q/5]


/(q)}.






As the result of this, the replacement corresponding to the following 5 by 5 matrix is performed:











(



1


0


0


0


0




0


0


0


1


0




0


1


0


0


0




0


0


0


0


1




0


0


1


0


0



)



(




a
0







a
1



β

[

q
/
5

]









a
2



β

[

2


q
/
5


]









a
3



β

[

3


q
/
5


]









a
4



β

[

4


q
/
5


]






)


=

(




a
0







a
3



β

[

3


q
/
5


]









a
1



β

[

q
/
5

]









a
4



β

[

4


q
/
5


]









a
2



β

[

2


q
/
5


]






)





(
55
)













Accordingly, the vector representation of a


q


is






{a


0


, a


3


β


[3q/5]


/(q), a


1


β


[q/5]


/(q), a


4


β


[4q/5]


/(q), a


2


β


[2q/5]


/(q)}.






Furthermore, the polynomial basis representation of a


q


is






a


q


=a


0


+{a


3


β


[3q/5]


/(q)}α+{a


1


β


[q/5]


/(q)}α


2


+{a


4


β


[4q/5]


/(q)}α


3


+{a


2


β


[2q/5]


/(q)}α


4


.






In the

FIG. 44

block diagram of the power operating part


60


, there are not shown a processor which controls the power operating part to implement the operation schemes using the polynomial bases according to first and third embodiments and a control program which describes procedures necessary for implementing the operation schemes.




In the control program for implementing the power operation by the power operating part depicted in

FIG. 44

, there are described procedures for performing the processing listed below.




(1) Procedure by which the polynomial basis calculation part


61


inputs thereinto the order q and the degree k, calculates iq mod k (1≦i≦k−1), then arranges 1=α


0


and α


iq/(k)


(1≦i≦k−1) in ascending order of powers and outputs them as new polynomial bases.




(2) Procedure by which the correcting factor calculation part


62


inputs thereinto the order q, the degree k and β, divides iq (1≦i≦k−1) by k to obtain an integer [iq/k] with its fractional portion dropped, and calculates β


iq/(k)


(1≦i≦k−1) as the elements correcting factors of the GF(q)-elements a


i


(1≦i≦k−1).




(3) Procedure by which the coefficient calculation part


63


inputs thereinto the GF(q)-elements a


i


(1≦i≦k−1) and the correcting factors β


[iq/(k)]


(1≦i≦k−1), then calculates a


i


β


[iq/(k)]


mod q, then arranges a


0


and the calculated results a


i


β


[iq/(k)]


/(q) (1≦i≦k−1) in ascending order of powers in correspondence to the new polynomial bases <1=α


0


, α


iq/(k)


(1≦i≦k−1)>, and outputs them as coefficients of the respective bases.




(4) Procedure by which the output part


46


represents the output from the coefficient calculation part


63


as the vector of a


q


, and outputs, as the polynomial of a


q


, the result of addition of the results of multiplications of the polynomial bases arranged in the ascending order of powers by the coefficients respectively corresponding to them.




As described above, the seventh embodiment of the present invention offers arithmetic method and apparatus using the polynomial bases with which it is possible to handle more general-purpose values by additionally processing arithmetic operations applied to data of limited length.




EMBODIMENT 8




A description will be given of another scheme for efficient calculation of the Frobenius map, that is, the q-th power of a.




As referred to previously, the q-th power a


q


of the element a is given by the following equation:






a


q


=a


0


+a


1


α


q


+a


2


α


2q


+ . . . +a


i


α


iq


. . . a


k−1


α


(k−1)q


  (56)






where a


iq


(0≦i≦k−1) is given by the following equation applying the definition of the minimal polynomial, α


k


−β=0, to the minimal polynomial x


k


−β(βεGF(q)) of α over GF(q):













α
iq

=


α
i



α

i


(

q
-
1

)










=


α
i



β

i


[


(

q
-
1

)

/
k

]











(
57
)













Accordingly, a


q


is given by the following equation:






a


q


=a


0


+a


1


αβ


[(q−1)/k]


+a


2


α


2


β


2[(q−1)/k]


+ . . . +a


i


α


i


β


i[(q−1)/k]


+ . . . +a


k−1


α


(k−1)


β


(k−1)[(q−1)/k]


  (58)






In Equation (58), since i(q−1)/k (0<i<k) is an integer, a


i


β


i[(q−1)/k]


εGF(q) (0<i<k). Hence, Equation (58) indicates that a


q


is expressed as the polynomial of α over GF(q).




Equation (58) indicates:




(1) The vector representation of a


q


using (α


0


=1, α, α


2


, . . . , α


k−1


) as the basis is as follows:













a
q

=





(


a
0


,

a
1


,

a
2


,





,

a
i


,





,

a

k
-
1




)







=





(


a
0

,


a
1



β

[


(

q
-
1

)

/
k

]



,


a
2



β

2


[


(

q
-
1

)

/
k

]




,





,


a
i



β




[


(

q
-
1

)

/
k

]




,





,















a

k
-
1




β


(

k
-
1

)



[


(

q
-
1

)

/
k

]




)








(
59
)













(2) The polynomial representation of a


q


using (α


0


=1, α, α


2


, . . . , α


i


, . . . , α


k−1


) as the basis is as follows:










a
q

=


a
0

+




i
=
1


k
-
1









a
i



β





q
-
1

k





α
i








(
60
)













The eighth embodiment of the invention will be described with reference to

FIGS. 47 and 48

.





FIG. 47

is a block diagram illustrating an example of a Frobenius map calculation apparatus for implementing the Frobenius map calculation scheme according to this embodiment. In the following description, the k-degree extension field over GF(q) will be identified by GF(q


k


) and the element of an algebraic system GF*(q


k


)−{0} by α.




The calculation apparatus depicted in

FIG. 47

is a Frobenius map calculation apparatus which presets q, β and k such that the minimal polynomial of α over GF(q) becomes






x


k


−β(βεGF(q))  (61)






and, under the condition that k−1(q−1) (k exactly divides q−1), calculates






a


q


=a


0


+a′


1


α+a′


2


α


2


+ . . . +a′


j


α


j


+ . . . +a′


k−1


αk−1






where a′


j


εGF(q) and 0 j<k, as processing equivalent to a


q


=a


0


+a


1


α


q


+a


2


α


2q


+ . . . +a


k−1


α


(k−1)q


which is the q-th power of






a=a


0


+a


1


α+a


2


α


2


. . . +a


k−1


α


k−1








where aεGF*(q


k


), a


i


εGF(q) and 0≦i≦k−1. Here, a′


i


is given by the following equation:






a′


i=a




i


β


i[(q−1)/k]


, (0<i<k)  (62)






as expressed in the aforementioned Equation (59).




The Frobenius map calculation apparatus is made up of a memory


48


A, a multiplier


48


B and a multiplication-addition means


48


C. The memory


48


A stores the following values pre-computed using preset q, β and k:











β
0

=
1

,

β


q
-
1

k


,

β

2



q
-
1

k



,

β

3



q
-
1

k



,





,

β


(

k
-
1

)


q



q
-
1

k







(
63
)













The multiplier


48


B inputs thereinto (α


0


, a


1


, . . . a


i


, . . . , a


k−1


) from an external circuit and (1, β


[(q−1)/k]


, β


2[(q−1)/k]


, . . . , β


2[(q−1)/k]


, . . . , β


(k−1)[(q−1)/k]


) from the memory


48


A and multiplies them by the corresponding coefficients to generate






(a′


0


, a′


1


, . . . , a′


i


, . . . , a′


k−1


)=(a


0


1, a


1


β


[(q−1)/k]


, . . . , a


i


β


i[(q−1)/k]


, . . . , a


k−1


β


(k−1)[(q−1)/k]


)






The multiplication-addition means


48


C inputs thereinto the output (a′


0


, a′


1


, . . . , a′


i


, . . . , a′


k−1


) from the multiplier


48


B and (α=1, α, . . . α


i


, . . . α


k−1


) from an external circuit, then multiplies them by the coefficients corresponding thereto, then, adds together the multiplied results, and the added result as a


q


.





FIG. 48

is a flowchart for explaining the operation of the Frobenius map calculation apparatus. To clarify the technical idea of this embodiment,

FIG. 47

depicts an example in which the multiplier


48


B multiplies


1


read out of the memory


48


A and a


0


from the external circuit to generate a′


0


=a


0


; in practice, however, 1 is not stored in the memory


48


A but a


0


is passed through the multiplier


48


B to thereby reduce the number of operations. Accordingly, the flowchart of

FIG. 48

describes the operation in the case where 1 is not stored in the memory


48


A and a


0


is passed through the multiplier


48


B.




Step S


1


: To begin with, the minimal polynomial of α over GF(q) is represented by x


k


−β, then q, k and β preset so that k|(q−1) holds are used to calculate β


[(q−1)/k]


, β


2[(q−1)/k


], . . . , β


i [(q−1)/k]


, β


(k−1)[(q−1)/k]


, and the calculated results are stored in the memory


48


A.




Step S


2


: Then, the multiplier


48


B inputs thereinto a


0


, a


2


, . . . , a


1


, . . . , a


k−1


from an external circuit and






β


[(q−1)/k]


, β


2[(q−1)/k]


, . . . , β


i[(q−1)/k]


, . . . , β


(k−1)[(q−1)/k]








from the memory


48


A and generates






(a


0


, a


1


β


[(q−1)/k]


, a


2


β


2[(q−1)/k]


, . . . , a


i


β


i[(q−1)/k]


, . . . , a


k−1


β


(k−1)[(q−1)/k]


)=(a′


0


, a′


1


, a′


2


, . . . , a′


i


, . . . , a′


k−1


)  (64)






Step S


3


: Then, the output (a′


0


, a′


1


, a′


2


, . . . , a′


i


, . . . , a′


k−1


) from the multiplier


48


B and the polynomial bases (1, α, α


2


, . . . , α


k−1


) are subjected to multiplication-addition by the multiplication-addition means


48


C, and the calculated result is output therefrom as a polynomial of a


q


.




The above operation is performed under the control of an information processor not shown in FIG.


47


. In practice, the information processor and the Frobenius map calculation apparatus of

FIG. 47

are implemented by one computer, and the abovementioned Frobenius map calculation processing is performed following a procedure described in a control program recorded on a recording medium not shown.




The control program represents the minimal polynomial of a over GF(q) as x


k


−β (βεGF(q)) and uses, as data, the order q of the finite field GF(q), the extension degree k and β preset so that the extension degree k exactly divides q−1, causing the computer to perform the Frobenius map computation.




In the first place, the control program controls the computer to perform processing of calculating β


i[(q−1)/k]


for all integers i that satisfy an inequality 0<i<k and then processing of calculating a


i


β


i[(q−1)/k]


for all integers i that satisfy an inequality 0<i<k.




Next, the control program controls the computer to calculate










a
0

+




i
=
1


k
-
1









a
i



β





q
-
1

k





α
i







(
65
)













and output the calculated result as a polynomial of a


q


.




The processing cost of the Frobenius map multiplication apparatus according to this embodiment permits appreciable reduction of the number of operations by storing β


[(q−1)/k]


, β


2[(q−1)/k]


, . . . , β


(k−1)[(q−1)k]


in the memory.




EFFECT OF THE INVENTION




The present invention can construct the reference table without any pre-computations, and hence it has a wider range of application (to the signature verification in the elliptic curve DSA signature scheme, for instance) than the conventional apparatus employing the reference table method.




Moreover, the present invention improves the conventional Frobenius-map-based multiplication apparatus applicable only to elliptic curves over GF(q) with small q, thereby making it possible to perform the m-multiplication for elliptic curves over an arbitrary definition field with higher efficiency than the multiplication apparatus which does not use the Frobenius map.




The number of operations of n-bit elliptic-curve additions and elliptic-curve doublings necessary for m-multiplication over the elliptic curve according to the embodiments depicted in

FIGS. 1

,


23


and


34


were compared with conventional binary and signed binary methods; the results are given in the Table I below. In the case where the table reference addition part used the comb method, q≅2


w


and n=yw. z is a value with 1 added to the number of points over an elliptic curve prepared beforehand. In the elliptic curve cryptography n is usually in the range of 160 to 260. And, w is chosen taking into account the CPU word length. (In many cases, w=8, 16, 32, 65 or values close to them.)

















TABLE I














Elliptic-Curve





Elliptic-Curve








Addition





Doubing















Max




Average




Max = Av




















Binary Method




n




n/2




n







Signed Binary




n/2




n/3




n







Method








FIG. 1





n




n/2




y








FIG. 23





n/2




Aprx n/3




y








FIG. 34





n/2




Aprx n/3




y/z









*y = 3: n/4









y = 7: 11n/32









y = 11: 193n/512















For example, when q=16 and k=40, the apparatus of the present invention can perform the m-multiplication around 3.9 times faster than in the case of using no Frobenius map.




When the definition field is GF(2), the algorithm is the same as that of the prior art; hence, the present invention constitutes an extension of the conventional apparatus.



Claims
  • 1. An elliptic curve multiplication apparatus for calculating m-multiplication of GF(qk)-rational point P over an elliptic curve E/GF(q) defined over a finite field, said apparatus comprising:input means for inputting thereinto said GF(qk)-rational point P, a Frobenius map φ defined over said elliptic curve E/GF(q), an integer k, and a prime q exceeding 3 or a power of said prime; base-φ expansion means for calculating integers r and ci, where 0≦i<r, 0≦r≦k, −q≦ci≦q, which satisfy m=∑i=0r-1⁢ ⁢ci⁢φi(1a)using said Frobenius map φ dependent on said elliptic curve E/GF(q);Pi generation means supplied with said GF(qk)-rational point P and said integers r and ci, for calculating r points P0 to Pr−1 such that P0=P P1=φP P2=φ2P : Pr−1=φr−1P; table reference addition means supplied with said r points P0 to Pr−1, for obtaining mP by mP=∑i=0r-1⁢ ⁢ci⁢φi⁢P(2a)andoutput means for outputting said mP.
  • 2. The apparatus of claim 1, wherein said table reference addition means comprises means for obtaining a value Sd by adding all Pi for i which correspond to ci not exceeding d and for obtaining said mP by S=∑d=0b⁢ ⁢Sdwhere b is the maximum among ci.
  • 3. The apparatus of claim 1, wherein said table reference addition means comprises:means for obtaining cij from ci=∑j=0[log2⁢ ⁢b]⁢ ⁢2j⁢cij, where 0≦cij≦1 and b is the maximum among ci; means for calculating Sj=∑i=0k-1⁢ ⁢cij⁢Pi;andmeans for obtaining said mP by S=∑j=0[log2⁢ ⁢b]-1⁢ ⁢2j⁢Sj.
  • 4. The apparatus of claim 1, wherein said table reference addition means is means for obtaining said mP by calculating: Sj=∑i=0k-1⁢ ⁢δij⁢Piwhere δij=1 for those m=j and δij=0 otherwise, and S=∑j=0b-1⁢ ⁢j⁢ ⁢Sjwhere 0≦j<b and b is the maximum among ci.
  • 5. The apparatus of claim 1, wherein said table reference addition means is means for obtaining S0=mP bySr=O Si=ciP+φSi+1, 0≦i<r  (3a)
  • 6. The apparatus of claim 5, wherein:said Pi generation means comprises means for calculating Pi=iP, where 0<i≦q; andsaid table reference addition means is means for performing the calculation of said Equation (3a) as Sr=O Si=Pi+φSi+1, where 0≦i<r, using all or some of said Pi.
  • 7. The apparatus of claim 5, wherein said table reference addition means is means which is externally supplied with at least one part of said Pi such thatPi=iP, where 0<i ≦q, for performing the calculation of said Equation (1a) asSr=O  Si=Pi+φSi+1, where 0≦i <r.
  • 8. The apparatus of claim 1, which further comprises base-φ expansion adjustment means which, through utilization ofφkP=P or(φk−1+φk−2+ . . . +1)P=0 when it holds for said GF(qk)-rational point P over said elliptic curve, calculates c′i and r′ that satisfy ∑i=0r-1⁢ ⁢cj⁢φi=∑i=0r′-1⁢ ⁢ci′⁢φifor a ci-sequence obtained by said base-φ expansion means and for said r and which provides them as said ci and r to said table reference addition means, and wherein said table reference addition means calculates the right-hand side of said Equation (2a) using said ci and r provided from said base-φ expansion adjustment means.
  • 9. The apparatus of claim 8, wherein said base-φ expansion adjustment means is means which, when r>k, transforms r ci-sequences to k c′i-sequences by performing the transformation c′i=ci+ci+k+ci+2k+ . . . , 0≦i≦−1, through utilization ofφkP=P when it holds for said GF(qk)-rational point P over said elliptic curve, and which inputs said k c′i-sequence into said table reference addition means to perform the calculation of the right-hand side of said Equation (1a).
  • 10. The apparatus of claim 8 or 9, wherein said table reference addition means includes means for obtaining Sd by adding together all Pi for those i which correspond to ci not exceeding d and calculates said Equation (1a) by S=∑d=0r⁢ ⁢Sdandsaid base-φ expansion adjustment means includes means for transforming ci to reduce their absolute values through utilization of (φk−1+φk−2+ . . . +1)P=0 when it holds for said GF(qk)-rational point P over said elliptic curve.
  • 11. The apparatus of claim 8 or 9, wherein:said table reference addition means determines cij by ci=∑j=0[log⁢ ⁢b]⁢ ⁢2j⁢cij,where 0≦cij≦1, [log b] is the maximum integer smaller than b and b is the maximum value of |ci|, and obtains said mP by Sj=∑i=0k-1⁢ ⁢cij⁢PiS=∑j=0[log⁢ ⁢b]-1⁢ ⁢2j⁢Sj;andsaid base-φ expansion adjustment means includes means for transforming ci to minimize the Hamming weight represented by the number of values of other digits than those 0 of a binary or signed binary number of said ci, through utilization of (φk−1+φk−2+ . . . +1)P=0 when it holds for said GF(qk)-rational point P over said elliptic curve.
  • 12. The apparatus of claim 1, 8, or 9, wherein P1, P2, . . . , Pn are input as points P over said elliptic curve, and m1, m2, . . . , mn are input as said integer m to obtain said mP by ∑i=0n⁢ ⁢mi⁢Pi
  • 13. The apparatus of claim 12, wherein said Pi generation means increases the efficiency of the calculation by said table reference addition means by obtaining at least one part of Si1, Si2, . . . , Sin, where 0≦ik≦1, which are obtained from said points P1, P2, . . . , Pn by Si⁢ ⁢n=∑k=1n⁢ ⁢ik⁢Pk
  • 14. The apparatus of claim 12, wherein the efficiency of the calculation by said table reference addition means is increased by externally inputting at east one part of Si1, Si2, . . . , Sin, where 0≦ik≦1, which are obtained from said points P1, P2, . . . , Pn by Si⁢ ⁢n=∑k=1n⁢ ⁢ik⁢Pk
  • 15. The apparatus of claim 1, wherein:said base-φ expansion means calculates r and ci, where 0≦i<r, 0≦r<k and −q<ci<q, which satisfy m=∑i=0r-1⁢ ⁢ci⁢φiusing said Frobenius map φ which is defined by E/GF(q);said Pi generation means is means which, for the input thereto of an integer r and s GF(qk)-rational points Qt=dtaP (0≦t<s) over E/GF(q) pre-computed with P (where, letting C=1+max|ci|, a, d and s are positive integers that satisfy a×s≧logd), calculates r×s GF(qk)-rational points Rt,i (0≦t<s, 0≦i<r) over E/GF(q); and said table reference addition means is a pre-computed table reference addition part which calculates cj,t,iεB (where B is assumed to be a finite set of integers and low in order) such that ci=∑j=0a-1⁢ ⁢∑t=0s-1⁢ ⁢dj+ta⁢cj,t,i(4a)and obtains said mP by mP=∑j=0a-1⁢ ⁢∑i=0r-1⁢ ⁢∑t=0s-1⁢ ⁢dj⁢cj,t,i⁢Rt,i.(5a)
  • 16. The apparatus of claim 15, further comprising:means for calculating Tj=∑j=0r-1⁢ ⁢∑t=0s-1⁢ ⁢cj,t,i⁢Rt,i;(6a)and means for calculating said mP by mP=∑j=0a-1⁢ ⁢dj⁢Tj(7a)
  • 17. The apparatus of claim 16, wherein:said integer d is 2; said set B is {0, 1}; and a Cj,t,i-multiplication is constructed only by 0-multiplication and 1-multiplication in said equation (6a).
  • 18. The apparatus of claim 16, wherein:said integer d is 2; said set B is {−1, 0, 1}; and a Cj,t,i-multiplication is constructed only by (−1)- multiplication, 0-multiplication and 1-multiplication in said equation (6a).
  • 19. The apparatus of claim 1, wherein: letting GF(qk) represent a k-degree extension field of GF(q), letting GF(qk)-{0} represent an algebraic system GF*(qk), letting a represent a root of a k-degree irreducible polynomial on GF(q) and letting an element a of GF(qk) be represented by a polynomial in the form of a=a0+a1α+a2α2 . . . +ak−1αk−1 using an element ai (0≦i<k) of GF(q) and an element α of GF*(qk), said Pi generation means includes polynomial-basis power operating means for calculating a power of said a, aq=a0+a1αq+a2α2q . . . +ak−1αk−1)q;said power operating means comprises: a polynomial basis calculation part into which, the order q of a finite field GF(q) defined such that f(x) is expressed in the form of xk−β, where βεGF(q), and the degree k set to be relatively prime to said order q are input, and which calculates iq mod k (1≦i≦k−1), then, letting iq/(k) represent the calculated results, rearranges α0=1 and α1q/(k) (1≦i≦k−1) in ascending order of powers and outputs them as new polynomial bases; a correcting factor calculation part which inputs thereto said order q, said degree k and said β, then divides iq (1≦i≦k−1) by k to obtain an integer [iq/k] with its fraction portion dropped, and calculating β[iq/k] (1≦i≦k−1) as correcting factors of said element ai of GF(q) (1≦i≦k−1); a coefficient calculation part which inputs thereinto said element ai of GF(q) (1≦i≦k−1) and said correcting factors β[iq/k] (1≦i≦k−1), then calculates aiβ[iq/k]mod q, then, letting aiβ[iq/k]/(q), rearranges a0 and aiβ[iq/k]/(q) (1≦i≦k−1) in an order of corresponding to said new polynomial bases, and outputs them as coefficients of said new polynomial bases; and an output part which represents the output from said coefficient calculation part as a vector of aq, and outputs, as a polynomial representation of said aq, the result of addition of the results of multiplication of respective elements of said polynomial bases arranged in ascending order of powers by the corresponding coefficients.
  • 20. The apparatus of claim 19, wherein: said coefficient calculation part comprises memory means, a termwise processing part and a replacement processing part; said memory means stores pre-computed correcting factors β[iq/k] (1≦i≦k−1); said termwise processing part inputs thereto said element ai of GF(q) (1≦i≦k−1) and said β[iq/k] (1≦i≦k−1) read out of said memory means, and calculates aiβ[iq/k]mod q; and said replacement processing part rearranges a0 and aiβ[iq/k]/(q) (1≦i≦k−1) in anew order corresponding to said new polynomial bases {1=α0, αiq/(k) (1≦i≦k−1)} arranged in ascending order of powers, and outputs them as coefficients of the corresponding bases.
  • 21. The apparatus of claim 19, which further comprises multiplying means which inputs thereto βi[(q−1)/k] pre-computed for all integers i that satisfy an inequality 0<i<k using the order q of said finite field GF(q), an extension degree k set to exactly divide q−1 and β and inputs said a1, a2, . . . , ai, . . . , ak−1, then calculates aiβi[(q−1)/k] for said all integers i that satisfy said inequality 0<i<k, and outputs each aiβi[(q−1)/k] (0<i<k) as an element a′i of said vector representation of a 9 corresponding to a basis αj.
  • 22. The apparatus of claim 21, further comprising memory means for storing said pre-computed βi[(q−1)/k] (0<i<k) and for outputting it to said multiplying means.
  • 23. The apparatus of claim 21, further comprising multiplication-addition means which inputs thereto said a0 and a′i (0<i<k) from said multiplying means, then calculates a multiplication-addition a0+∑i=1k-1⁢ ⁢ai⁢βⅈ⁢q-1k⁢αiand outputs it as a polynomial representation of said aq.
  • 24. An elliptic curve multiplication method for an apparatus which calculates m-multiplication of GF(qk)-rational point P over an elliptic curve E/GF(q) defined over a finite field, said method comprising the steps of:(A) inputting said GF(qk)-rational point P, a Frobenius map φ defined over said elliptic curve E/GF(q), an integer k, and a prime q exceeding 3 or a power of said prime; (B) calculating integers r and ci, where 0≦i<r, 0≦r≦k, −q≦ci≦q, which satisfy m=∑i=0r-1⁢ ⁢ci⁢φi(1b)using said Frobenius map φ dependent on said elliptic curve E/GF(q);(C) generating, by the use of said GF(qk)-rational point P and said integers r and ci, r points P0 to Pr−1 such that P0=P P1=φP P2=φ2P  :Pr−1=φr−1P; (D) calculating mP=∑i=0r-1⁢ ⁢ci⁢φi⁢P(2b)for said r points P0 to Pr−1; and(E) outputting said mP.
  • 25. The method of claim 24, wherein said step (D) comprises the steps of:(D-1) obtaining a value Sd by adding all Pi for i which correspond to ci not exceeding d; and (D-2) obtaining said mP by S=∑d=0b⁢ ⁢Sdwhere b is the maximum among ci.
  • 26. The method of claim 24, wherein said step (D) comprises the steps of:(D-1) obtaining cij from the following equation: ci=∑j=0[log2⁢ ⁢b]⁢ ⁢2j⁢cij, where 0≦cij≦1 and b is the maximum among ci; (D-2) calculating Sj from the following equation: Sj=∑i=0k-1⁢ ⁢cij⁢Pi;and(D-3) obtaining said mP by calculating the following equation: S=∑j=0[log2⁢ ⁢b]-1⁢ ⁢2j⁢Sj
  • 27. The method of claim 24, wherein said step (D) comprises the steps of:(D-1) calculating Sj from the following equation: Sj=∑i=0k-1⁢ ⁢δij⁢Pi, where δij=1 for those m=j and δij=0 otherwise; where 0≦j<b and b is the maximum among ci; and (D-2) calculating S as mP from the following equation: S=∑j=0b-1⁢ ⁢j⁢ ⁢Sj
  • 28. The method of claim 24, wherein said step (D) is a step of obtaining S0 as said mP by calculatingSr=O Si=ciP+φSi+1, 0≦i<r  (3b)
  • 29. The method of claim 28, wherein:said step (C) includes a step of calculating Pi=iP, where 0<i≦q; andsaid step (D) is a step of performing the calculation of said Equation (3b) as Sr=O Si=Pi+φSi+1, where 0<i≦r, using all or some of said Pi.
  • 30. The method of claim 28, wherein; at least one part of said Pi is externally input which is such thatPi=iP, where 0<i≦q; andsaid step (D) is a step of calculating said Equation (1b) as Sr=O Si=Pi+φSi+1 where 0≦i<r.
  • 31. The method of claim 24, which further comprises a base-φ expansion adjustment step of calculating, through utilization ofφkP=P or(φk−1+φk−2+ . . . +1)P=0when it holds for said GF(qk)-rational point P over said elliptic curve, c′i and r′ that satisfy ∑i=0r-1⁢ ⁢ci⁢φi=∑i=0r′-1⁢ ⁢ci′⁢φifor a ci-sequence obtained by said step (B) and for said r and providing them as said ci and r to said step (D), and wherein said step (D) calculates the right-hand side of said Equation (2b) using said ci and r generated in said base-φ expansion adjustment step.
  • 32. The method of claim 31, wherein said base-φ expansion adjustment step is a step of transforming, when r>k, r ci-sequences to k c′i-sequences by performing the transformation c′i=ci+ci+k+ci+2k+ . . . , where 0≦i≦k−1, through utilization ofφkP=P when it holds for said GF(qk)-rational point P over said elliptic curve.
  • 33. The method of claim 31 or 32, wherein:said step (D) includes a step of obtaining Sd by adding together all Pi for those i which correspond to ci not exceeding d and calculating said Equation 2-B by S=∑d=0r⁢ ⁢Sd;andsaid base-φ expansion adjustment step includes a step of transforming ci to reduce their absolute values through utilization of (φk−1+φk−2+ . . . +1)P=0 when it holds for said GF(qk)-rational point P over said elliptic curve.
  • 34. The method of claim 31 or 32, wherein:said step (D) is a step of determining cij by ci=∑j=0[log⁢ ⁢b]⁢ ⁢2j⁢cij,where 0≦cij≦1, [log b] is the maximum integer smaller than b and b is the maximum value of |ci|, and obtaining said mP by Sj=∑i=0k-1⁢ ⁢cij⁢PiS=∑j=0[log⁢ ⁢b]-1⁢ ⁢2j⁢Sj;andsaid base-φ expansion adjustment step includes a step of transforming ci to minimize the Hamming weight represented by the number of values of other digits than those 0 of a binary or signed binary number of said ci, through utilization of (φk−1+φk−2+ . . . +1)P=0 when it holds for said GF(qk)-rational point P over said elliptic curve.
  • 35. The method of claim 24, 31, or 32, wherein said step (4) is a step of inputting P1, P2, . . . , Pn as points P over said elliptic curve, and m1, m2, . . . , mn as said integer m to obtain said mP by ∑i=0n⁢ ⁢mi⁢Pi
  • 36. The method of claim 35, wherein said step (C) is a step of increasing the efficiency of the calculation by obtaining at least one part of Si1, Si2, . . . , Sin, where 0≦ik≦1, which are obtained from said points P1, P2, . . . , Pn by Si⁢ ⁢n=∑k=1n⁢ ⁢ik⁢Pk
  • 37. The method of claim 35, wherein the efficiency of the calculation by said step (D) is increased by externally inputting at east one it part of Si1, Si2, . . . , Sin, where 0<ik<1, which are obtained from said points P1, P2, . . . , Pn by Si⁢ ⁢n=∑k=1n⁢ ⁢ik⁢Pk
  • 38. The method of claim 24, wherein:said step (B) includes a step for calculating r and ci, where 0≦i<r, 0≦r<k and −q<ci<q, which satisfy m=∑i=0r-1⁢ ⁢ci⁢φiusing said Frobenius map φ which is defined by E/GF(q);said step (C) includes a step for calculating r×s GF(qk)-rational points Rt,i (0≦t<s, 0≦i<r) over E/GF(q) for the input thereto of an integer r and s GF(qk)-rational points Qt=dtaP (0≦t<s) over E/GF(q) pre-computed with P where, letting C=1+max|ci|, a, d and s are positive integers that satisfy a×s≧logd, calculates; and said step (D) is a pre-computed table reference addition step for calculating cj,t,iεB such that ci=∑j=0a-1⁢ ⁢∑t=0s-1⁢ ⁢dj+ta⁢cj,t,i(4b)where B is assumed to be a finite set of integers and low in order, and for obtaining said mP by mP=∑j=0a-1⁢ ⁢∑i=0r-1⁢ ⁢∑t=0s-1⁢ ⁢dj⁢cj,t,i⁢Rt,i.(5b)
  • 39. The method of claim 38, further comprising steps of:(F) calculating Tj=∑j=0r-1⁢ ⁢∑t=0s-1⁢ ⁢cj,t,i⁢Rt,i;and(6b)(G) calculating said mP by mP=∑j=0a-1⁢ ⁢dj⁢Tj.(7b)
  • 40. The method of claim 39, wherein:said integer d is 2; said set B is {0, 1}; and wherein, in said step (F), a Cj,t,i-multiplication is performed only by 0-multiplication and 1-multiplication in said equation (6b).
  • 41. The method of claim 39, wherein:said integer d is 2; said set B is {-1, 0, 1}; and wherein, in said step (F), a Cj,t,i-multiplication is performed only by (−1)-multiplication, 0-multiplication and 1-multiplication in said equation (6b).
  • 42. The method of claim 24, wherein: letting GF(qk) represent a k-degree extension field of GF(q), letting GF(qk)−{0} represent an algebraic system GF*(qk), letting α represent a root of a k-degree irreducible polynomial on GF(q) and letting an element a of GF(qk) be represented by a polynomial in the form of a=a0+a1α+a2α2 . . . +ak−1αk−1 using an element ai (0≦i<k) of GF(q) and an element α of GF*(qk), said step (C) includes polynomial-basis power operating step of calculating a power of said a, aq=a0+a1αq+a2α2q . . . +ak−1α(k−1)q;said power operating step comprises: a polynomial basis calculation step inputting, of the order q of a finite field GF(q) defined such that f(x) is expressed in the form of xk−β, where βεGF(q), and the degree k set to be relatively prime to said order q, and calculating iq mod k (1≦i≦k−1), then, letting iq/(k) represent the calculated results, rearranging a0=1 and αiq/(k) (1≦i≦k−1) in ascending order of powers and outputting them as new polynomial bases; a correcting factor calculation step of inputting said order q, said degree k and said β, then dividing iq (1≦i≦k−1) by k to obtain an integer [iq/k] with its fraction portion dropped, and calculating β[iq/k] (1≦i≦k−1) as correcting factors of said element ai of GF(q) (1≦i≦k−1); a coefficient calculation step of inputting said element ai of GF(q) (1≦i≦k−1) and said correcting factors β[iq/k] (1≦i≦k−1), then calculating aiβ[iq/k]mod q, then, letting aiβ[iq/k]/(q), rearranging a0 and aiβ[iq/k]/(q) (1≦i ≦k−1) in an order of corresponding to said new polynomial bases, and outputting them as coefficients of said new polynomial bases; and an output step of representing the output from said coefficient calculation part as a vector of aq, and outputting, as a polynomial representation of said aq, the result of addition of the results of multiplication of respective elements of said polynomial bases arranged in ascending order of powers by the corresponding coefficients.
  • 43. The method of claim 42, wherein said coefficient calculation step comprises:storing step of pre-computed correcting factors β[iq/k] (1≦i≦k−1) in memory means; termwise processing step of calculating aiβ[iq/k]mod q based on said element ai of GF(q) (1≦i≦k−1) and said β[iq/k] (1≦i≦k−1) read out of said memory means; and replacement processing step of rearranging a0 and ajβ[iq/k]/(q) (1≦i≦k−1) in a new order corresponding to a new polynomial bases {1=α0, αiq/(k) (1≦i≦k−1)} arranged in ascending order of powers, and outputting them as coefficients of the corresponding bases.
  • 44. The method of claim 42, which further comprises: an inputting step of inputting βi[(q−1)/k] pre-computed for all integers i that satisfy an inequality 0<i<k using the order q of said finite field GF(q), an extension degree k set to exactly divide q−1 and β; andmultiplying step of inputting said a1, a2, . . . , ai, . . . , ak−1, then calculating aiβi[(q−1)/k] for said all integers i that satisfy said inequality 0<i<k, and outputting each aiβi[(q−1)/k] (0<i<k) as an element a′i of said vector representation of aq corresponding to a basis αj.
  • 45. The method of claim 44, wherein said inputting step reads out pre-computed βi[(q−1)/k] (0<i<k) from memory means for use in said multiplying step.
  • 46. The method of claim 44, further comprising a multiplication-addition step of inputting said a0 and a′i (0<i<k) from said multiplying step, then calculating a multiplication-addition a0+∑i=1k-1⁢ ⁢ai⁢βⅈ⁢q-1k⁢αiand outputting it as a polynomial representation of said aq.
  • 47. A recording medium on which there is recorded a program for implementing by a computer an elliptic curve multiplication method for use in an apparatus which calculates m-multiplication of GF(qk)-rational point P over an elliptic curve E/GF(q) defined over a finite field, said program comprising the steps of:(A) inputting said GF(qk)-rational point P, a Frobenius map φ defined over said elliptic curve E/GF(q), an integer k, and a prime q exceeding 3 or a power of said prime; (B) calculating integers r and ci, where 0≦i<r, 0≦r≦k, −q≦ci≦q, which satisfy m=∑i=0r-1⁢ ⁢ci⁢φi(1c)using said Frobenius map φ dependent on said elliptic curve E/GF(q);(C) generating, by the use of said GF(qk)-rational point P and said integers r and ci, r points P0 to Pr−1 such that P0=P P1=φP P2=φ2P : Pr−1=φr−1P; (D) calculating mP=∑i=0r-1⁢ ⁢ci⁢φi⁢P(2c)for said r points P0 to Pr−1; and(E) outputting said mP.
  • 48. The recording medium of claim 47, wherein said step (D) comprises the steps of:(D-1) obtaining a value Sd by adding all Pi for i which correspond to ci not exceeding d; and (D-2) obtaining said mP by S=∑d=0b⁢ ⁢Sdwhere b is the maximum among ci.
  • 49. The recording medium of claim 47, wherein said step (D) comprises the steps of:(D-1) obtaining cij from the following equation: ci=∑j=0[log2⁢ ⁢b]⁢ ⁢2j⁢cij, where 0≦cij≦1 and b is the maximum among ci; (D-2) calculating Sj from the following equation: Sj=∑i=0k-1⁢ ⁢Cij⁢Pi; and (D-3)-obtaining said mP by calculating the following equation: S=∑j=0[log2⁢ ⁢b]-1⁢ ⁢2j⁢Sj
  • 50. The recording medium of claim 47, wherein said step (D) comprises the steps of:(D-1) calculating Sj from the following equation: Sj=∑i=0k-1⁢ ⁢δij⁢Pi, where δij=1 for those m=j and δij=0 otherwise; and (D-2) calculating S as mP from the following equation: S=∑j=0b-1⁢ ⁢j⁢ ⁢Sjwhere 0≦j<b and b is the maximum among ci.
  • 51. The recording medium of claim 47, wherein said step (D) is a step of obtaining S0 as said mP by calculatingSr=O Si=ciP+φSi+1, 0≦i<r  (3c).
  • 52. The recording medium of claim 51, wherein:said step (C) includes a step of calculating Pi=iP, where 0<i≦q; andsaid step (D) is a step of performing the calculation of said Equation (3c) as Sr=O Si=Pi+φSi+1, where 0≦i<r, using all or some of said Pi.
  • 53. The recording medium of claim 51, wherein; at least one part of said Pi is externally input which is such thatPi=iP, where 0≦i<q; andsaid step (D) is a step of calculating said Equation (1c) as Sr=O Si=Pi+φSi+1 where 0≦i<r.
  • 54. The recording medium of claim 47, which further comprises a base-φ expansion adjustment step of calculating, through utilization ofφkP=P or(φk−1+φk−2+ . . . +1)P=0 when it holds for said GF(qk)-rational point P over said elliptic curve, c′i and r′ that satisfy ∑i=0r-1⁢ ⁢cj⁢φi=∑i=0r′-1⁢ ⁢ci′⁢φifor a ci-sequence obtained by said step (B) and for said r and providing them as said ci and r to said step (D), and wherein said step (D) calculates the right-hand side of said Equation (2c) using said ci and r generated in said base-φ expansion adjustment step.
  • 55. The recording medium of claim 54, wherein said base-φ expansion adjustment step is a step of transforming, when r>k, r ci-sequences to k c′i-sequences by performing the transformation c′i=ci+ci+k+ci+2k+ . . . , where 0≦i≦k−1, through utilization ofφkP=P when it holds for said GF(qk)-rational point P over said elliptic curve.
  • 56. The method of claim 54 or 55, wherein:said step (D) includes a step of obtaining Sd by adding together all Pi for those i which correspond to cj not exceeding d and calculating said Equation (1c) by S=∑d=0r⁢ ⁢Sd;andsaid base-φ expansion adjustment step includes a step of transforming ci to reduce their absolute values through utilization of (φk−1+φk−2+ . . . +1)P=0 when it holds for said GF(qk)-rational point P over said elliptic curve.
  • 57. The recording medium of claim 54 or 55, wherein:said step (D) is a step of determining cij by ci=∑j=0[log⁢ ⁢b]⁢ ⁢2j⁢cij,where 0≦cij≦1, [log b] is the maximum integer smaller than b and b is the maximum value of |ci|, and obtaining said mP by Sj=∑i=0k-1⁢ ⁢cij⁢PiS=∑j=0[log⁢ ⁢b]-1⁢ ⁢2j⁢Sj;andsaid base-φ expansion adjustment step includes a step of transforming ci to minimize the Hamming weight represented by the number of values of other digits than those 0 of a binary or signed binary number of said ci, through utilization of (φk−1+φk−2+ . . . +1)P=0 when it holds for said GF(qk)-rational point P over said elliptic curve.
  • 58. The recording medium of claim 47, 54, or 55, wherein said step (D) is a step of inputting P1, P2, . . . , Pn as points P over said elliptic curve, and m1, m2, . . . , mn as said integer m to obtain said mP by ∑i=0n⁢ ⁢mi⁢Pi.
  • 59. The recording medium of claim 58, wherein said step (C) is a step of increasing the efficiency of the calculation by obtaining at least one part of Si1, Si2, . . . , Sin, where 0≦ik≦1, which are obtained from said points P1, P2, . . . , Pn by Si⁢ ⁢n=∑k=1n⁢ ⁢ik⁢Pk.
  • 60. The recording medium of claim 58, wherein the efficiency of the calculation by said step (D) is increased by externally inputting at east one part of Si1, Si2, . . . , Sin, where 0<ik<1, which are obtained from said points P1, P2,. . . , Pn by Si⁢ ⁢n=∑k=1n⁢ ⁢ik⁢Pk.
  • 61. The recording medium of claim 47, wherein:said step (B) includes a step for calculating r and ci, where 0≦i≦r, 0≦r<k and −q<ci<q, which satisfy m=∑i=0r-1⁢ ⁢ci⁢φiusing said Frobenius map φ which is defined by E/GF(q);said step (C) includes a step for calculating r×s GF(qk)-rational points Rt,i (0≦t<s, 0≦i<r) over E/GF(q) for the input thereto of an integer r and s GF(qk)-rational points Qt=dtaP (0≦t<s) over E/GF(q) pre-computed with P where, letting C=1+max|ci|, a, d and s are positive integers that satisfy axs≧logd, calculates; andsaid step (D) is a pre-computed table reference addition step for calculating cj,t,iεB such that ci=∑j=0a-1⁢ ⁢∑t=0s-1⁢ ⁢dj+ta⁢cj,t,i(4c)where B is assumed to be a finite set of integers and low in order, and for obtaining said mP by mP=∑j=0a-1⁢ ⁢∑i=0r-1⁢ ⁢∑t=0s-1⁢ ⁢dj⁢cj,t,i⁢Rt,i.(5c)
  • 62. The recording medium of claim 61, wherein said program further comprises steps of:(F) calculating Tj=∑j=0r-1⁢ ⁢∑t=0s-1⁢ ⁢cj,t,i⁢Rt,i⁢ ⁢and(6c)(G) calculating said mP by mP=∑j=0a-1⁢ ⁢dj⁢Tj.(7c)
  • 63. The recording medium of claim 62, wherein:said integer d is 2; said set B is {0, 1}; and wherein, in said step (F), a Cj,t,i-multiplication is performed only by 0-multiplication and 1-multiplication in said equation (6c).
  • 64. The recording medium of claim 62, wherein:said integer d is 2; said set B is {−1, 0, 1}; and wherein, in said step (F), a Cj,t,i-multiplication is performed only by (−1)-multiplication, 0-multiplication and 1-multiplication in said equation (6c).
  • 65. The recording medium of claim 47, wherein: letting GF(qk) represent a k-degree extension field of GF(q), letting GF(qk)-{0} represent an algebraic system GF*(qk), letting a represent a root of a k-degree irreducible polynomial on GF(q) and letting an element a of GF(qk) be represented by a polynomial in the form of a=a0+a1α+a2α2 . . . +ak−1αk−1 using an element ai (0≦i<k) of GF(q) and an element a of GF*(qk), said step (C) includes polynomial-basis power operating step of calculating a power of said a, aq=a0+a1αq+a2α2q . . . +ak−1α(k−1)q;said power operating step comprises: a polynomial basis calculation step inputting, of the order q of a finite field GF(q) defined such that f(x) is expressed in the form of xk−β, where βεGF(q), and the degree k set to be relatively prime to said order q, and calculating iq mod k (1≦i≦k−1), then, letting iq/(k) represent the calculated results, rearranging α0=1 and αiq/(k) (1≦i≦k−1) in ascending order of powers and outputting them as new polynomial bases; a correcting factor calculation step of inputting said order q, said degree k and said β, then dividing iq (1<i≦k−1) by k to obtain an integer [iq/k] with its fraction portion dropped, and calculating β[iq/k] (1≦i≦k−1) as correcting factors of said element ai of GF(q) (1≦i≦k−1); a coefficient calculation step of inputting said element ai of GF(q) (1≦i≦k−1) and said correcting factors β[iq/k] (1<i≦k−1), then calculating aiβ[iq/k]mod q, then, letting aiβ[iq/k]/(q), rearranging a0 and aiβ[iq/k]/(q) (1≦i≦k−1) in an order of corresponding to said new polynomial bases, and outputting them as coefficients of said new polynomial bases; and an output step of representing the output from said coefficient calculation part as a vector of aq, and outputting, as a polynomial representation of said aq, the result of addition of the results of multiplication of respective elements of said polynomial bases arranged in ascending order of powers by the corresponding coefficients.
  • 66. The recording medium of claim 65, wherein said coefficient calculation step comprises:storing step of pre-computed correcting factors β[iq/k] (1≦i≦k−1) in memory means; termwise processing step of calculating aiβ[iq/k]mod q based on said element ai of GF(q) (1≦i≦k−1) and said β[iq/k] (1≦i≦k−1) read out of said memory means; and replacement processing step of rearranging a0 and aiβ[iq/k]/(q) (1≦i≦k−1) in a new order corresponding to a new polynomial bases {1=α0, αiq/(k) (1≦i≦k−1)} arranged in ascending order of powers, and outputting them as coefficients of the corresponding bases.
  • 67. The recording medium of claim 65, which further comprises: an inputting step of inputting βi[(q−1)/k] pre-computed for all integers i that satisfy an inequality 0<i<k using the order q of said finite field GF(q), an extension degree k set to exactly divide q−1 and β; andmultiplying step of inputting said a1, a2, . . . , ai, . . . , ak−1, then calculating aiβi[(q−1)/k] for said all integers i that satisfy said inequality 0<i<k, and outputting each aiβi[(q−1)/k] (0<i<k) as an element a′i of said vector representation of aq corresponding to a basis αj.
  • 68. The recording medium of claim 67, wherein said inputting step reads out pre-computed βi[(q−1)/k] (0<i<k) from memory means for use in said multiplying step.
  • 69. The method of claim 67, further comprising a multiplication-addition step of inputting said a0 and a′i (0<i<k) from said multiplying step, then calculating a multiplication-addition a0+∑i=1k-1⁢ ⁢ai⁢βⅈ⁢q-1k⁢αiand outputting it as a polynomial representation of said aq.
Priority Claims (4)
Number Date Country Kind
10-249500 Sep 1998 JP
10-255526 Sep 1998 JP
11-012981 Jan 1999 JP
11-013187 Jan 1999 JP
US Referenced Citations (8)
Number Name Date Kind
5999626 Mullin et al. Dec 1999 A
6014445 Kohda et al. Jan 2000 A
6038581 Aoki et al. Mar 2000 A
6141420 Vanstone et al. Oct 2000 A
6199086 Dworkin et al. Mar 2001 B1
6202076 Aoki et al. Mar 2001 B1
6263081 Miyaji et al. Jul 2001 B1
6266688 Aoki et al. Jul 2001 B1
Foreign Referenced Citations (1)
Number Date Country
0 807 908 Nov 1997 EP
Non-Patent Literature Citations (7)
Entry
Kobayashi, Tetsutaro, et al., “Elliptic-Curve Arithmetic Methods on OEF using Frobenius Map,” Technical Report of IEICE, the Institute of Electronics, Information and Communication Engineers.
Kobayashi, Tetsutaro, et al., “Elliptic Curve Algorithm on OEF with Frobenius Map,” SCIS '99, The 1999 Symposium on Cryptography and Information Security, Kobe, Japan, Jan. 26-29, 1999, the Institute of Electronics, Information and Communication Engineers.
Saito, Taiichi, et al., “Optimal Extension Field Frobenius,” SCIS '99, The 1999 Symposium on Cryptography and Information Security, Kobe, Japan, Jan. 26-29, 1999, the Institute of Electronics, Information and Communication Engineers.
Kobayashi, Tetsutaro, et al., Fast Elliptic Curve Algorithm Combining Frobenius Map and Table Reference to Adapt to Higher Characteristic, NTT Laboratories, Kanagawa-ken, Japan.
Kobayashi, Tetsutaro, et al., “Exponentiation Table Method for Complex Multiplication Method,” NTT Information and Communication Systems Laboratories.
Cheon, J.H., et al., “Two Efficient Algorithms for Arithmetic of Elliptic Curves Using Frobenius Map,” Elec. & Telec. Res. Inst., ROK, pp. 195-202.
Muller, V., “Fast Multiplication on Elliptic Curves over Small Fields of Characteristic Two,” 1997, 19 pages.