Minimal arithmetic representation of a number n in relative base r for breaking down computing operations in particular cryptographic

Information

  • Patent Application
  • 20040162868
  • Publication Number
    20040162868
  • Date Filed
    April 11, 2003
    21 years ago
  • Date Published
    August 19, 2004
    20 years ago
Abstract
The invention concerns a method for breaking down and performing with an electronic circuit, a computing operation based on a digital factor (N) expressed in integral base (r) by a series of integers (pn−1, p2, p1, p0). The invention provides steps which consists in: breaking down the series of integers into elementary multiplets, each elementary multiplet (Mj) comprising part of the series of integers (mji+1, mji, mj0), wherein each pair of successive numbers (mi, mi−1) has a sum equal in value to the base decreased by one unit (mi+mi1=r−1) and transforming each elementary multiplet (Mj) into a modified multiplet (Sj) comprising a series of sign digits (sji,sj−1, ,sj1)such that the concatenation of modified multiplets constitute a series of sign digits containing a minimum of non-null digits and representing the value of the digital factor (N) in a relative base ({−(r−1), ,−1,0,1, ,r−1}). In the preferred embodiment of the invention: for an elementary multiplet containing a minimum number of odd integers, and expressed in the following form: M1=[b,d,(c,d)k,e] (type I) the transformation follows one of the following conditional formulae: {S1=|*,(d,c)k, d,*], if b+dr−1 and e+d>r−1) (1); for an elementary multiplet containing an even number of integers, and expressed in the following form: M2=[b,d,(c,d)k,c,e] (type II) the transformation follows one of the following conditional formulae: {S2=[*,(d,c)k,d,c,*], if b+dr−1, S2=[*, (−c,−d)k,d−r,c,*], if b+d>r−1 and e+cr−1 and e+c>r−1 (2).
Description


BACKGROUND OF THE INVENTION

[0001] 1. Technical Field


[0002] The present invention relates to the field of numerical computation methods, in particular the data encryption methods implemented by electronic computation circuits, in which each complex computation operation in terms of a numerical factor is broken down into elementary computation operations by making use of a breakdown or a particular arithmetic representation of the numerical factor. Provision is made in particular that the invention is put into effect by implementing an algorithm on a programmable electronic computation circuit.


[0003] 2. Prior Art


[0004] Programmable electronic computation circuits, such as microprocessors, have instructions available corresponding to very simple elementary computation operations, namely addition and subtraction operations.


[0005] In order to perform more complex computation operations, advanced computation circuits also have macro-instructions available corresponding to multiplication and division operations which make use of routines in which these operations are broken down into elementary addition and subtraction operations, performed recurrently.


[0006] In order to perform still more complex operations, such as exponentiation, it is necessary to program a breakdown of the computation operation into a sequence of multiplication operations.


[0007] The breakdown of these complex computation instructions into a recurrent sequence of elementary operations calls up a high number of computation cycles which represents a lengthy execution time.


[0008] In order to reduce the computation time corresponding to a complex operation, in particular an exponentiation operation or a multiplication, methods are known consisting of using the binary representation of the numerical factor (i.e. the exponent or the multiplier). In the remainder of the document, the multiplicative notation will be used.


[0009] For example, the computation of A to the power N from the binary representation of N can be performed as follows:


[0010] Let the binary representation of N be:




N=
(bn,bn−1, . . . ,b2,b1,b0)2



[0011] corresponding to the binary breakdown of N:




N=b


n
·2n+bn−1·2n−1+ . . . +b2·4+b1·2+b0



[0012] with bi equal to 0 or 1, for any integer i;


[0013] Then the exponentiation operation AN:




A


N
=(Abn2n)×(Abn−12n−1)× . . . ×(Ab24)×(Ab12Ab0





A


N
=( . . . (((Abn)2×Abn−1)2×Abn−2 . . . )2× . . . ×Ab1)2×Ab0



[0014] breaks down into squaring and multiplication operations (Square and Multiply Method).


[0015] In order to give a numerical example, the operation z7 is considered. The binary representation of seven is:


(7)10=(1, 1, 1)2


or else: N=7=1.4+1.2+1


[0016] The operation of raising to the power seven then breaks down as follows:




Z


7
=(z2·z)2·z



[0017] This corresponds to four elementary operations consisting of two squarings and two multiplications.


[0018] It should be noted that, for a bit with value one, there are two operations to be performed (squaring and multiplication by z) and that for each bit with value zero, there is only a single elementary operation to be performed (squaring), which saves one computation cycle and reduces the execution time.


[0019] Therefore, it is established statistically that an exponentiation operation, in terms of a number N coded in binary in m bits, requires on average a number of elementary multiplications equal to:


number of primary operations: m·3/2


[0020] An advantageous alternative to this method is known which consists of resorting to another arithmetic representation of the number referred to as “signed binary” and of associating with each “signed bit” (that is to say −1, 0 or 1) a primary operation of squaring, multiplication or multiplication by the inverse.


[0021] Thus, taking again the previous example operation z7, the power factor seven breaks down in the following other manner:


N=7=8−1


[0022] which corresponds to the following “signed binary” representation:


N=(1,0,0,−1)±2


[0023] The operation of raising to the power seven then breaks down in another manner, as follows:




Z


7
=((z2)2)2×z−1



[0024] which represents four elementary operations consisting of three squarings and one multiplication by the inverse of z.


[0025] Statistically, it is established that an exponentiation in terms of a number N coded in “signed binary” in m “signed bits” requires on average a number of elementary multiplications equal to:


Number of primary operations: m·4/3


[0026] Thus, the breakdown of the numerical factor N in “signed binary” allows on average a saving in computation operations and time of approximately 11%.


[0027] “Signed binary” is an unusual arithmetic form which simply corresponds to a binary breakdown of the number N with “signed bits” of value −1, 0, 1 as follows:




N=c


n
·2n+cn−1·2n−1+ . . . +c2·4+c1·2+c0



[0028] This “signed binary” breakdown corresponds to the following representation:




N=
(cn,cn−1 . . . c2,c1,c0)±2



with ci ε {−1;0;1} for any integer i


[0029] In this “signed binary” notation system, a number N can have several different representations.


[0030] For example, the numerical factor 7 can be written in at least the following two signed binary representations:




N=
7=4+2+1=(0,1,1,1)±2





N=
7=8−1=(1,0,0,−1)±2



[0031] Now, the various representations of a number N can contain a different number of non-zero digits.


[0032] Amongst all the representations of a number, the one which contains the minimum number of non-zero digits, referred to as the “minimal arithmetic weight representation”, is particularly advantageous, since this is the one which requires the fewest computations to perform the total operation in terms of this number.


[0033] In the field of computation, a minimal arithmetic weight “signed binary” representation is perfectly well known, referred to as the Non Adjacent Form and denoted NAF in short.


[0034] The NAF representation of a number N is defined as the “signed binary” form written as follows:




N=
(cn,cn−1 . . . c2,c1,c0)±2



with ci ε {−1; 0; 1} for any integer I


[0035] in which, for any natural integer i,




c


i+1


·c


i
=0 (non-adjacency)



[0036] In an article entitled “Binary Arithmetic” published in 1960 in the journal “Advances in Computers” No. 1, pages 231 to 308, the author G. W. Reitwiesner demonstrated that any number has one and only one NAF non-adjacent representation.


[0037] Furthermore, the notation in this ternary radix {−1;0;1} referred to as “signed binary” can be generalised to higher radixes.


[0038] Thus, in general terms, any number N can be broken down into a following form:




N=p


n


·r


n


+p


n−1


·r


n−1


+ . . . +p


2


·r


2


+p


1


·r+p


0




[0039] and denoted:




N
=(pn,pn−1, . . . p2,p1,p0)±r



[0040] in which, for any i, pi is a relative integer, pi ε ]−r;r[. That is Pi ε {−(r−1), −(r−2), . . . , −1, 0, 1, . . . , r−2, r−1}


[0041] In the present document, such a breakdown is referred to as a “relative radix-r representation of the number N”.


[0042] “Relative radix” therefore means the radix of a notation system in which each number is represented as a sequence of signed digits, each digit being individually equipped with a sign.


[0043] It should be understood that, in the present document, the following notation:




N=
(pn,pn−1 . . . pi,p2,p1,p0)±r



[0044] therefore designates the relative radix-r representation of N, in the form of a series of individually signed digits pi.


[0045] Unlike the usual notation systems, as in the radix two, the decimal radix or the hexadecimal radix, each number can have several representations in a “relative radix r”.


[0046] In a manner similar to the “signed binary” (or relative radix two) NAF representation, a relative radix-r minimal arithmetic weight representation is known, a representation referred to as the Generalised Non Adjacent Form and denoted GNAF in short.


[0047] In an article entitled “On Arithmetic Weight for a General Radix Representation of Integers” published in 1973 in the journal “IEEE Transactions on Information Theory”, Volume IT-19, pages 823 to 826, the authors W. E. Clark and J. J. Liang demonstrated that the GNAF representation satisfies the following property:




N
=(pn,pn−1, . . . ,p2,p1,p0)



[0048] with, for any natural integer i,


|pi+1+pi|<r,


and if pi+1·pi<0, then |pi+1|>|pi|


[0049] It can be verified that, in the relative radix two, this GNAF property is equivalent to the NAF property.


[0050] W. E. Clark and J. J. Liang also demonstrated that each number has one and only one GNAF in a “relative radix r”.


[0051] W. E. Clark and J. J. Liang also described a computation method making it possible to determine the relative radix-r GNAF representation of a number N from the non-relative radix-r representation of the number N and the non-relative radix-r representation of the integer (r+1)N, as follows:


[0052] Let the non-relative radix-r representation of N be:




N
=(pn−1, . . . ,p2,p1,p0)r



[0053] with, for any integer i, Pi ε {0,1, . . . ,r−1}


[0054] And let the non-relative radix-r representation of (r+1)N be:


(r+1)·N=(qn+1,qn,qn−1, . . . ,q2,q1,q0)r


[0055] Then, the relative radix-r GNAF representation of N:




N=
(rn,rn−1, . . . ,r2,r1,r0)±r



[0056] is such that, for any integer i, ri=qi+1−pi+1


[0057] This known method of Clark and Liang therefore requires the computation of the non-relative radix-r representation of (r+1)N, which is performed by adding the non-relative radix-r representations of N and r·N, as follows:
1N=(pn-1,,p2,p1,p0)r+r·N=(pn-1,pn-2,,p1p0,0)r(r+1)·N=(qn+1,qn,qn-1,,q2,q1,q0)r


[0058] This addition is performed conventionally from the least significant digit p0 towards the most significant digits p1, p2, . . . pn−1.


[0059] Thus in order to find the relative radix-r GNAF representation of a number N, according to the known method of Clark and Liang, it is necessary to compute the non-relative radix-r representation of (r+1)N from the least significant digit q0 to the most significant digit qn+1 and perform each subtraction qi+1−pi+1 in order to determine the signed value ri.


[0060] For exponentiation operations, pre-computed tables of values are commonly used, in order to speed up the computation.


[0061] The pre-computed tables of exponentiation values are only usable for a left-to-right exponentiation. This makes it necessary to supply the digits to be processed starting with the most significant (highest order) digits and finishing with the least significant (lowest order) digits, in order to considerably shorten the computation time for the exponentiation operation.


[0062] The problem is therefore that the Clark and Liang method supplies the digits of the GNAF representation of a number from right to left, conventionally, whereas the pre-computed tables of exponentiation values process the digits from left to right for shortening the computation time.


[0063] The drawback of the Clark and Liang method is therefore that it is not compatible with the use of pre-computed tables of values for speeding up the computation time.


[0064] Another drawback of the Clark and Liang method is that it requires the storing or memorising of all the signed digits of the GNAF representation of a number before performing the elementary operations corresponding to each of the signed digits in order to reconstitute the total operation in terms of the number.



BRIEF DESCRIPTION OF THE INVENTION

[0065] The object of the invention is to devise a method for breaking down any integer number N in a relative radix r and for computing simply a representation of the number having a minimal arithmetic weight in order to break down a computation operation in terms of the number N into elementary operations.


[0066] A main objective of the invention is to obtain a breakdown method making it possible to compute the digits of the relative radix-r representation of the number N from left to right, that is to say from the most significant digits towards the least significant digits.


[0067] One particular objective of the invention is to obtain a breakdown method making it possible to obtain the digits of the representation one by one, by determining successively one digit at each step, starting from the most significant digit towards the least significant digit without needing to store any complete result or intermediate result of the breakdown.


[0068] Another objective is to obtain a method for breaking down any integer number in a relative radix r, irrespective of the value of the relative radix r.


[0069] The Inventors noted that, in a relative radix r of any value whatsoever, a number has only one GNAF representation, but can have several representations having the same minimal arithmetic weight as the GNAF representation.


[0070] For example in “relative radix 2” or “signed binary”, the numerical factor thirty-eight has two minimal arithmetic weight representations:


The non-adjacent form: N(38)10=(1,0,1,0,−1,0)±2


Another minimal representation: N=(38)10=(1,0,0,1,1,0)±2


[0071] More surprisingly still, the Inventors noted and demonstrated that, in the integer radix-r expression of a number N, there exist sequences of integer digits, referred to as sub-strings or multiplets, such that the value of the sequence of signed digits corresponding to the relative radix-r minimal arithmetic weight representation is entirely determined by the value of the integer digits of the sub-string of the number N.


[0072] Thus, such sequences of digits correspond to the proposition formulated in the following expressions.


[0073] Let the expression of N in an integer radix r be:




N=
(pn−1,pn, . . . ,p7,p6,p5,p4,p3,p2,p1,p0)r   (P1)



[0074] Let a multiplet M, that is to say a sub-string of at least three integer digits resulting from the cutting up of N, be considered:




M=
(mi+1,mi, . . . ,m0)r   (P2)



[0075] with i a natural integer greater than or equal to 1. And in which:


m0+m1r−1   (P3)




m


k


+m


k+1


=r−
1 for 0<k<i   (P4)



mi+mi+1r−1   (P5)


[0076] Also let the multiplet or sub-string S corresponding to the GNAF representation of M and containing the signed digits of the same rank as the digits of the multiplet M as follows be considered:




S
=(si+1,si, . . . ,s2,s1,s0)±r   (P6)



[0077] Then all the signed digits si, . . . , s2, s1 contained in this multiplet S originating from the relative radix-r GNAF representation are entirely determined.


[0078] The mathematical demonstration of this proposition is not the object of the present document.


[0079] Briefly, the invention then makes provision to cut up the series of digits representing the number into elementary multiplets according to the rules of this proposition P1-P5, and then to convert each of these multiplets according to a particular conversion formula chosen from amongst several formulae according to numerical conditions on the digits of the multiplet.


[0080] The invention is therefore realised with a method for breaking down and performing, by means of an electronic circuit, a computation operation in terms of a numerical factor expressed in an integer radix by a series of integer digits, with the particular feature that it comprises steps consisting of:


[0081] cutting up the series of integer digits into elementary multiplets, each elementary multiplet comprising part of the series of integer digits, in which each pair of successive digits has a sum with a value equal to the radix decreased by one unit; and


[0082] converting each elementary multiplet into a modified multiplet comprising a sequence of signed digits such that the concatenation of the modified multiplets forms a series of signed digits containing a minimum number of non-zero digits and representing the value of the numerical factor in a relative radix.


[0083] According to a preferred embodiment, each elementary multiplet comprises, to start with, a first pair of integer digits forming a first sum with a value different from the radix decreased by one unit, then one or more integer digits such that each pair of adjacent integer digits has a sum with a value equal to the radix decreased by one unit and, to finish with, a last pair of integer digits forming a last sum with a value different from the radix decreased by one unit.


[0084] Preferably, in each elementary multiplet, all the digits of odd rank have the same value, except the first digit of the elementary multiplet, and the last digit if it has an odd rank, and all the digits of even rank have the same value, except the last digit if it has an even rank.


[0085] Provision is made that the conversion of an elementary multiplet containing an odd number of digits follows the following conditional steps:


[0086] if the first sum is strictly less than the radix decreased by one unit, then, in the corresponding modified multiplet, the digits of odd rank and the digits of even rank, except the first, the penultimate and the last digits, are equal respectively to the digits of odd rank and to the digits of even rank of the elementary multiplet, the penultimate digit being determined by one of the following two sub-conditions:


[0087] if, moreover, the last sum is strictly less than the radix decreased by one unit, then the penultimate digit of the modified multiplet is equal to the digits of even rank of the elementary multiplet, whereas,


[0088] if, moreover, the last sum is strictly greater than the radix decreased by one unit, then the penultimate digit of the modified multiplet is equal to the value of the digits of even rank of the elementary multiplet increased by one unit, while,


[0089] if the first sum is strictly greater than the radix decreased by one unit, then the digits of odd rank and the digits of even rank, except the first, the penultimate and the last digits, of the corresponding modified multiplet are equal respectively to the opposite of the digits of even rank and to the opposite of the digits of odd rank of the elementary multiplet, the penultimate digit being determined by one of the following two sub-conditions:


[0090] if, moreover, the last sum is strictly less than the radix decreased by one unit, then the penultimate digit of the modified multiplet is equal to the difference between the digits of even rank of the elementary multiplet and the radix, whereas,


[0091] if, moreover, the last sum is strictly greater than the radix decreased by one unit, then the penultimate digit of the modified multiplet is equal to the opposite of the digits of odd rank of the elementary multiplet.


[0092] Provision is made that the conversion of an elementary multiplet containing an even number of digits follows the following conditional steps:


[0093] if the first sum is strictly less than the radix decreased by one unit, then the digits of odd rank and the digits of even rank, except the first, the antepenultimate, the penultimate and the last digits, of the corresponding modified multiplet are equal respectively to the digits of odd rank and to the digits of even rank of the elementary multiplet, the last digits being determined by one of the following two sub-conditions:


[0094] if, moreover, the last sum is strictly less than the radix decreased by one unit, then the antepenultimate and the penultimate digits of the modified multiplet are equal respectively to the digits of even rank and to the digits of odd rank of the elementary multiplet, whereas,


[0095] if, moreover, the last sum is strictly greater than the radix decreased by one unit, then the antepenultimate and the penultimate digits of the modified multiplet are equal respectively to the value of the digits of even rank increased by one unit and to the opposite of the digits of even rank of the elementary multiplet, while,


[0096] if the first sum is strictly greater than the radix decreased by one unit, then the digits of odd rank and the digits of even rank, except the first, the antepenultimate, the penultimate and the last digits, of the corresponding modified multiplet are equal respectively to the opposite of the digits of even rank and to the opposite of the digits of odd rank of the elementary multiplet, the last digits being determined by one of the following two sub-conditions:


[0097] if, moreover, the last sum is strictly less than the radix decreased by one unit, then the antepenultimate and the penultimate digits of the modified multiplet are equal respectively to the difference between the value of the digits of even rank and the radix and to the value of the digits of odd rank of the elementary multiplet, whereas,


[0098] if, moreover, the last sum is strictly greater than the radix decreased by one unit, then the antepenultimate and the penultimate digits of the modified multiplet are equal respectively to the opposite of the digits of odd rank and to the opposite of the digits of even rank of the elementary multiplet.


[0099] Thus, in each modified multiplet, all the digits of odd rank have the same value, except the first and the penultimate or the last digits, and all the digits of even rank have the same value, except the penultimate or the antepenultimate and the last digits.


[0100] Moreover, each modified multiplet comprises a sequence of signed digits in which each pair of successive digits has a sum with an absolute value equal to unity or to the radix decreased by one unit or to the radix.


[0101] Advantageously, the steps of converting an elementary multiplet into a modified multiplet are performed from the most significant digits towards the least significant digits.


[0102] To finish with, provision is made that all the elementary multiplets are converted into modified multiplets, and then the modified multiplets are concatenated, by chaining the sequences of signed digits of the modified multiplets one after another, omitting the unspecified first and last digits of each modified multiplet.


[0103] Finally, provision is made that the elementary computation operations corresponding to each digit of each modified multiplet are performed in order to reconstruct the computation operation in terms of the numerical factor.


[0104] In one application, provision is advantageously made that an electronic computation circuit implements such a method for breaking down and performing a computation operation.







BRIEF DESCRIPTION OF THE DRAWINGS

[0105] Other objectives, characteristics and advantages of the invention will emerge from a reading of the description of the following embodiment, given by way of a non-limitative example, in the light of the appendices and the accompanying drawings in which:


[0106]
FIG. 1 depicts an algorithm for recoding a number in relative radix-r GSF representation working from left to right, that is to say from the most significant digit towards the least significant digit;


[0107]
FIG. 2 depicts an algorithm for recoding a number in “signed binary” GSF representation working from left to right; and


[0108]
FIG. 3 depicts an exponentiation computation algorithm making use of such a relative radix-r GSF representation of a number.







DETAILED DESCRIPTION OF THE BEST EMBODIMENT OF THE INVENTION

[0109] In the remainder of the present document, elementary multiplet refers to any sequence of unsigned integer digit (mi+1,mi, . . . ,m0)r containing part of the series of integer digits (pn−1, . . . ,p7,p6,p5,p4,p3,p2,p1,p0)r expressing the number N in the integer radix r.


[0110] In the remainder of the present document, “modified multiplet” refers to the sequence of signed digits (*,si, . . . ,s1,*) corresponding to the conversion of the elementary multiplet and constituting part of the relative radix-r minimal arithmetic representation of the number N.


[0111] The symbol * signifies that the value of the digit is not specified.


[0112] The Inventors have determined formulae making it possible to convert each elementary multiplet resulting from the cutting up of the expression of the number N in integer radix r, satisfying the preceding proposition, into a modified multiplet constituting part of the series of signed digits of minimal arithmetic weight representing the number N in the relative radix r.


[0113] The steps and the conversion formulae are detailed below.


[0114] Thus, the invention is realised by implementing a method comprising a first step consisting of cutting up the series of integer digits into elementary multiplets, each elementary multiplet comprising part of the series of integer digits constituting the expression of the numerical factor N in non-relative radix r.


[0115] According to the preceding propositions (P3, P4 and P5) it was established that all the elementary multiplets belong to one of the following two types:



First Type of Elementary Multiplet with an Odd Number of Digits

M1=[b,d,<c,d>k,e]   (Type I)


[0116] In which <c,d>k represents a sequence of k pairs of digits in relative radix r: c,d,c,d, . . . ,c,d with k≧0.


With b+d≠r−1;




c+d≠r−
1;



and d+e≠r−1.



Second Type of Elementary Multiplet with an Even Number of Digits

M2=[b,d,<c,d>k,c,e]   (Type II)


With b+d≠r−1;




c+d≠r−
1;



and c+e≠r−1.


[0117] There are therefore distinguished elementary multiplets of Type I which contain an odd number of digits and elementary multiplets of Type II which contain an even number of digits.


[0118] According to the embodiment of the invention, each elementary multiplet therefore comprises, to start with, a first pair of digits (b,d) forming a first sum with a value different from the radix decreased by one unit (b+d≠r−1), then possibly one or more pairs of digits (<c,d>k) such that each pair of adjacent digits (c,d) has a sum with a value equal to the radix decreased by one unit (c+d=r−1) and, to finish with, a last digit (e) or a last pair of digits (c,e).


[0119] In the case of an elementary multiplet of type I, the last digit (e) is such that the sum thereof with the preceding digit (d) is different from the radix decreased by one unit (e+d≠r−1). In the case of an elementary multiplet of type II, the last pair of digits (c,e) is such that the sum of these two digits is different from the radix decreased by one unit (c+e≠r−1).


[0120] Furthermore, zeros can artificially be added to the start and end of the non-relative radix-r representation of the number N, in order that cutting up into elementary multiplets is always possible.


[0121] The conversion of an elementary multiplet of type I, in that case containing an odd number of unsigned digits, is obtained according to the following conditional formulae:
2{S1=[*,<d,c>k,d,*],ifb+d<r-1and+d<r-1,S1=[*,<d,c>k,d+1,*],ifb+d<r-1and+d>r-1,S1=[*,<-c,-d>k,d-r,*]ifb+d>r-1and+d<r-1,S1=[*,<-c,-d>k,-c,*],ifb+d>r-1and+d>r-1.1)


[0122] For an elementary multiplet of type II, therefore containing an even number of digits, the conversion is performed according to one of the following conditional formulae:
3&AutoLeftMatch;{S2=[*,<d,c>k,d,c,*],ifb+d<r-1and+c<r-1,S2=[*,<d,c>k,d+1,-d,*],ifb+d<r-1and+c>r-1,S2=[*,<-c,-d>k,d-r,c,*]ifb+d>r-1and+c<r-1,S2=[*,<-c,-d>k,-c,-d*],ifb+d>r-1and+c>r-1.2)


[0123] In the preceding formulae for conversion into modified multiplets S1 or S2, the stars designate digits whose value is not specified. Subsequently, the modified multiplets are referred to as Generalised Star Forms denoted GSF in short.


[0124] The value of the first and the last digits of a modified multiplet is determined by subsequent concatenation of the modified multiplets one after another with an overlap, so that the unspecified first and last digits of a modified multiplet are replaced by the last determined digit of the preceding multiplet and by the first determined digit of the following multiplet.


[0125] By way of a numerical example, let the radix-Four representation of the number Two hundred and eight million sixty-three thousand eight hundred and forty-six be considered, this being written in the following decimal form:


N=(208,063,846)10


[0126] The expression of this numerical factor N in the integer radix Four is as follows:


N=(30121230311212)4


[0127] According to the preceding explanations, the series of digits of the expression of the numerical factor N in radix Four is broken down into elementary multiplets. The series of digits of the number N in radix Four is therefore sliced up into blocks of digits, by cutting the series each time that a pair of digits has a sum different from three (r−1=3). According to the preferred embodiment, each multiplet however includes the pair of initial digits with a sum different from three, and the pair of final digits with a sum different from three. Each multiplet therefore has a pair of initial digits identical to the pair of final digits of the preceding multiplet, and a pair of final digits identical to the pair of initial digits of the following multiplet. For convenience, artificial zeros can be written ahead of, and at the end of the expression of the number N in radix Four in order to have final digits with a sum different from three.


[0128] The breakdown of the number N into elementary multiplets in integer radix Four is as follows:


N=(0,0,3,0,1,2,1,2,3,0,3,1,1,2,1,2.0)4


M4=(0,0,3,0,1)


M3=(0,1,2,1,2,3)


M2=(2,3,0,3,1)


M1=(3,1,1)


M0=(1,1,2,1,2.0)


[0129] It is recognised that the elementary multiplets M4, M2 and M1 are type I multiplets, with an odd number of digits, while the elementary multiplets M3 and M0 correspond to type II multiplets, with an even number of digits.


[0130] According to the preceding conversion formulae (1) and (2), the modified multiplets S4-S0 of type S1 and S2 corresponding to the elementary multiplets M4-M0 are therefore determined, as seen here:
4S4=(*,0,3,0,*)S3=(*,1,2,2,-,1*)S2=(*,0,-3,0,*)S1=(*,-3,*)S0=(*,1,2,1,2.*)N=(0,3,0,1,2,2,-1,0,-3,0,-3,1,2,1,2)±4


[0131] Thus, by concatenating the modified multiplets S4-S0, disregarding each unspecified initial digit (*) and each unspecified final digit (*), the relative radix-four minimal arithmetic weight GSF representation of the number Two hundred and eight million sixty-three thousand eight hundred and forty-six is obtained (N=(208,063,846)10, that is N=(3,0,1,2,2,−1,0,−3,0,−3,1,2,1,2)±4).


[0132] According to the preceding conversion formulae, it emerges that the method according to the invention can be implemented in the form of a sequence of eight conditional steps which are nested in one another or independent steps which follow one another as follows:


[0133] A. If the elementary multiplet (b,d,<c,d>k,e) contains an odd number of digits and if the first sum is strictly less than the radix decreased by one unit (b+d<r−1) and, moreover, if the last sum is strictly less than the radix decreased by one unit (e+d<r−1), then, in the corresponding modified multiplet (*,<d,c>k,d,*,), the digits of odd rank and the digits of even rank, except for the first and the last digits, are equal respectively to the digits of odd rank (c) and to the digits of even rank (d) of the elementary multiplet (*,<d,c>k,d,*)


[0134] B. If the elementary multiplet (b,d,<c,d>k,e) contains an odd number of digits and if the first sum is strictly less than the radix decreased by one unit (b+d<r−1) and, moreover, if the last sum is strictly greater than the radix decreased by one unit (e+d>r−1), in the corresponding modified multiplet (*,<d,c>k,d+1,*), the digits of odd rank and the digits of even rank, except the first, the penultimate and the last digits, are equal respectively to the digits of odd rank (c) and to the digits of even rank (d) of the elementary multiplet (b,d,<c,d>k,e), the penultimate digit (d+1) being equal to the value of the digits of even rank (d) of the elementary multiplet (*,<d,c>k,d,*) increased by one unit.


[0135] C. If the elementary multiplet (b,d,<c,d>k,e) contains an odd number of digits and if the first sum is strictly greater than the radix decreased by one unit (b+d>r−1) and, moreover, if the last sum is strictly less than the radix decreased by one unit (e+d<r−1), then, in the corresponding modified multiplet (*,<−c,−d>k,d−r,*), the digits of odd rank and the digits of even rank, except the first, the penultimate and the last digits, are equal respectively to the opposite (−d) of the digits of even rank and to the opposite (−c) of the digits of odd rank of the elementary multiplet (b,d,<c,d>k,e), the penultimate digit being equal to the difference (d−r) between the digits of even rank (d) of the elementary multiplet (*,<d,c>k,d,*) and the radix (r)


[0136] D. If the elementary multiplet (b,d,<c,d>k,e) contains an odd number of digits and if the first sum is strictly greater than the radix decreased by one unit (b+d>r−1) and, moreover, if the last sum is strictly greater than the radix decreased by one unit (e+d>r−1), then, in the corresponding modified multiplet (*,<−c,−d>k,c,*), the digits of odd rank (−d) and the digits of even rank (−c), except the first and the last digits, are equal respectively to the opposite of the digits of even rank (d) and to the opposite of the digits of odd rank (c) of the elementary multiplet (b,d,<c,d>k,e).


[0137] E. If the elementary multiplet (b,d,<c,d>k,c,e) contains an even number of digits and if the first sum is strictly less than the radix decreased by one unit (b+d<r−1) and, moreover, if the last sum is strictly less than the radix decreased by one unit (e+c<r−1), then, in the corresponding modified multiplet (*,<d,c>k,d,c,*), the digits of odd rank (c) and the digits of even rank (d), except the first and the last digits, are equal respectively to the digits of odd rank (c) and to the digits of even rank (d) of the elementary multiplet (b,d,<c,d>k,c,e)


[0138] F. If the elementary multiplet (b,d,<c,d>k,c,e) contains an even number of digits and if the first sum is strictly less than the radix decreased by one unit (b+d<r−1) and, moreover, if the last sum is strictly greater than the radix decreased by one unit (e+c>r−1), then, in the corresponding modified multiplet (*,<d,c>k,d+1,−d,*), the digits of odd rank (c) and the digits of even rank (d), except the first, the antepenultimate, the penultimate and the last digits, are equal respectively to the digits of odd rank (c) and to the digits of even rank (d) of the elementary multiplet (b,d,<c,d>k,c,e), the antepenultimate and the penultimate digits of the modified multiplet (*,<d,c>k,d+1,−d,*) being equal respectively to the value (d+1) of the digits of even rank (d) increased by one unit and to the opposite (−d) of the digits of even rank (d) of the elementary multiplet (b,d,<c,d>k,c,e).


[0139] G. If the elementary multiplet (b,d,<c,d>k,c,e) contains an even number of digits and if the first sum is strictly greater than the radix decreased by one unit (b+d>r−1) and, moreover, if the last sum is strictly less than the radix decreased by one unit (e+c<r−1), then, in the corresponding modified multiplet (*,<−c,−d>k,d−r,c,*), the digits of odd rank (−d) and the digits of even rank (−c), except the first, the antepenultimate, the penultimate and the last digits, are equal respectively to the opposite (−d) of the digits of even rank (d) and to the opposite (−c) of the digits of odd rank (c) of the elementary multiplet (b,d,<c,d>k,c,e), the antepenultimate and the penultimate digits being equal respectively to the difference (d−r) between the value of the digits of even rank (d) and the radix (r) and to the value (c) of the digits of odd rank (c) of the elementary multiplet (b,d,<c,d>k,c,e)


[0140] H. If the elementary multiplet (b,d,<c,d>k,c,e) contains an even number of digits and if the first sum is strictly greater than the radix decreased by one unit (b+d>r−1) and, moreover, if the last sum is strictly greater than the radix decreased by one unit (e+c>r−1), then, in the corresponding modified multiplet (*,<−c,−d>k, c,−d,*), the digits of odd rank (−d) and the digits of even rank (−c), except the first and the last digits, are equal respectively to the opposite (−d) of the digits of even rank (d) and to the opposite (−c) of the digits of odd rank (c) of the elementary multiplet (b,d,<c,d>k,c,e)


[0141] It emerges clearly from a reading of the preceding conversion computation formulae that the conditions are mutually exclusive and, consequently, that any elementary multiplet has as an image one and only one modified multiplet.


[0142] Moreover, it emerges that the digits of the modified multiplet can be obtained one by one from the digits of the elementary multiplet by proceeding successively from left to right, that is to say from the most significant digits towards the least significant digits.


[0143] Thus, in all the formulae (1) and (2), the first condition to be verified:


either b+d<r−1


or b+d>r−1


[0144] relates to the first digits b and d of the elementary multiplet and determines the value of the first digits of the modified multiplet, either [*,<d,c>k, . . . ], or [*,<−c,−d>k, . . . ].


[0145] As for the second condition to be verified, which is:


[0146] ♦ for an elementary multiplet of type I:


either e+d<r−1


or e+d>r−1


[0147] or respectively, for an elementary multiplet M of type II:


either e+c<r−1


or e+c>r−1


[0148] this relates to the last two digits d and e (or respectively c and e) of the elementary multiplet M and is combined with the first condition in order to determine the value of the last digits of the modified multiplet, which results in the array of eight cases:


[ . . . ,d,*] or [ . . . ,d+1,*] or [ . . . ,d−r,*] or [ . . . ,−c,*] or [ . . . ,d,c,*] or [ . . . ,d+1,−d,*] or [ . . . ,d−r,c,*] or [ . . .,−c,−d,*]


[0149] according to the two conditions and the parity of the number of digits in the elementary multiplet.


[0150] This characteristic is particularly advantageous, since it makes it possible to compute on-line, digit by digit, the relative radix-r GSF minimal arithmetic weight representation of the number N.



Advantages and Industrial Application Possibilities

[0151] Advantageously, the result of the conversion is thus obtained immediately digit by digit with no idle computation cycle.


[0152] Computation of the digits of each modified multiplet from left to right avoids, also advantageously, the necessity of storing all or part of the modified multiplet during the computations.


[0153] This aspect is essential for cryptography computation applications using smart cards, that is to say memory cards, logic integrated circuit cards or simple microprocessor cards.


[0154] This is because encryption algorithms use a large number of complex operations, preferentially exponentiations as well as multiplications or scalar multiplications on elliptical curves, which use very large numbers. It is common for example in cryptography to process numbers of more than three hundred digits and an exponentiation or a scalar multiplication on an elliptical curve with such numerical factors would require the use of a considerable number of computation cycles and a large memory size. However, microprocessors and memory of smart cards, through their small dimensions, have a limited capacity.


[0155] The primary advantage of the invention is therefore to provide a method of breaking down a numerical factor in relative radix r, making it possible to obtain not only a minimal arithmetic weight representation, which corresponds to the lowest number of elementary computation operations, but also to obtain this representation by working from the most significant digits towards the least significant digits without requiring the use of any memory and especially by enabling compatibility with the pre−computed tables of values for exponentiation or multiplication, in particular on elliptical curves.


[0156] The conversion formulae described previously can be implemented in electronic logic computation circuit form, by assembling logic gates working on the states of each digit of an elementary multiplet.


[0157] The development of such a logic circuit implementing the conversion formulae according to the invention is within the capability of persons skilled in the art and will not be detailed more fully in the present document.


[0158] Preferably; the steps for conversion provided for according to the invention are implemented in transcoding algorithm form making it possible, from a number expressed in integer radix r, to provide the relative radix-r GSF minimal arithmetic weight representation of the number.


[0159] The accompanying plates show three short computer program extracts for implementing the method according to the invention. Each program extract is presented successively, in the form of free listing text written in French, in the form of a listing written in a common programming language and in flow diagram form, their understanding being within the capability of persons skilled in the art.


[0160] The first computer program extract listing corresponds to an algorithm for recoding a number (nm−1, . . . ,n0)r expressed in non-relative radix r, providing the GSF representation of the number (n′m,n′m−1, . . . ,n′0)±r in relative radix r of any value whatsoever. The algorithm advantageously works according to the invention from the most significant digit towards the least significant digit, therefore from left to right.


[0161] This algorithm can advantageously be simplified in the particular case of binary as can be noted from a reading of the following algorithm.


[0162] The second computer program extract listing thus corresponds to an algorithm for recoding a number (nm−1, . . . ,n0)±2 expressed in binary (non-relative radix 2), providing the GSF representation of the number (n′m,n′m−1, . . . ,n′0)±2 in “signed binary” (relative radix 2). The binary algorithm also advantageously works from the most significant bit towards the least significant bit, therefore from left to right, conventionally.


[0163] The third computer program extract listing corresponds to an exponentiation computation algorithm working in relative radix r. The algorithm is therefore intended to perform the elementary computations corresponding to the relative radix-r GSF representation of numerical factor N broken down following the method according to the invention.


[0164] This computation algorithm performs the exponentiation working from left to right.


[0165] The applications of the invention are not limited to exponentiation, but also include multiplication of integer numbers, or scalar multiplication on elliptical curves, by way of example.


[0166] Other applications, variants and improvements can be implemented by persons skilled in the art without departing from the scope of the present invention, the object of the protection being defined by the following claims.



Appendix A

[0167]

1
















INPUT: (nm−1, ..., n0)r (non-relative radix-r représentation)


OUTPUT: (n′m,n′m−1, ..., n′0)±r(relative radix-r GSF représentation)







5





β
m


0

;


n
m


0

;


n

-
1



0

;


n

-
2



0


,

τ

0












for i from m down to 0 do


















6





case









n
i

+

n

i
-
1



>
r

=

1
:


β

i
-
1



0



,

τ


n

i
-
1







&AutoRightMatch;






















7








n
i

+

n

i
-
1



=


(

r
-
1

)

:


β

i
-
1




{



0






if






β
i


=
1

,


n

i
-
1


=


(

r
-
1
-
τ

)






and




















n

i
-
1


+

n

i
-
2



<

r
-
1






1





if






β
i


=
0

,


n

i
-
1


=


(

r
-
1
-
τ

)






and















n

i
-
1


+

n

i
-
2




r






β
i



otherwise















n
i

+

n

i
-
1





r
:


β

i
-
1



1



,

τ


n

i
-
1







&AutoRightMatch;
























8






end





case







n
i






-
r







β
i


+

n
i

+

β

i
-
1







&AutoRightMatch;

















end do
















1. Left-to-right radix-r GSF recoding algorithm








INPUT: (nm−1, ..., n0)2
(binary representation)







OUTPUT: (n′m,n′m−, ..., n′0)±2 (“signed binary” GSF representation)







9








β
m


0

;


n
m


0

;


n

-
1



0

;


n

-
2



0







for





i





from





m





down





to





0





do




&AutoRightMatch;













10







β

i
-
1








β
i

+

n

i
-
1


+

n

i
-
2



2










n
i






-
r







β
i


+

n
i

+

β

i
-
1







&AutoRightMatch;











end do









2. Left-to-right binary GSF recoding algorithm










INPUT: k = (km, ..., k0)±r, g


OUTPUT: y = gk







11


y


g

k
m













for i from m−1 down to 0 do


















12






y


y
r







y


y
·

g

k
i







&AutoRightMatch;

















end do












3. Left-to-right relative radix exponentiation







algorithm











Appendix B

[0168]

2
















INPUT: (nm−1, ..., n0)r (non-relative radix-r représentation)


OUTPUT: (n′m,n′m−1, ..., n′0)±r(relative radix-r GSF représentation)







13





β
m


0

;


n
m


0

;


n

-
1



0

;


n

-
2



0


,

τ

0












for i from m down to 0 do


















14





case









n
i

+

n

i
-
1



>
r

=

1
:


β

i
-
1



0



,

τ


n

i
-
1







&AutoRightMatch;






















15








n
i

+

n

i
-
1



=


(

r
-
1

)

:


β

i
-
1




{



0






if






β
i


=
1

,


n

i
-
1


=


(

r
-
1
-
τ

)






and




















n

i
-
1


+

n

i
-
2



<

r
-
1






1





if






β
i


=
0

,


n

i
-
1


=


(

r
-
1
-
τ

)






and















n

i
-
1


+

n

i
-
2




r






β
i



otherwise















n
i

+

n

i
-
1





r
:


β

i
-
1



1



,

τ


n

i
-
1







&AutoRightMatch;
























16





n
i

+

n

i
-
1





r
:


β

i
-
1



1



,

τ


n

i
-
1




















endcase







17






end





case







n
i






-
r







β
i


+

n
i

+

β

i
-
1







&AutoRightMatch;











od









1. Left-to-right radix-r GSF recoding algorithm








INPUT: (nm−1, ..., n0)2
(binary representation)







OUTPUT: (n′m,n′m−, ..., n′0)±2 (“signed binary” GSF representation)



















18








β
m


0

;


n
m


0

;


n

-
1



0

;


n

-
2



0







for





i





from





m





down





to





0





do




&AutoRightMatch;















19







β

i
-
1








β
i

+

n

i
-
1


+

n

i
-
2



2










n
i






-
r







β
i


+

n
i

+

β

i
-
1







&AutoRightMatch;













2. Left-to-right binary GSF recoding algorithm










INPUT: k = (km, ..., k0)±r, g


OUTPUT: y = gk







20


y


g

k
m













for i from m−1 down to 0 do


















21






y


y
r







y


y
·

g

k
i







&AutoRightMatch;

















od












3. Left-to-right Modified exponentiation









algorithm











Claims
  • 1. A method for breaking down and performing, by means of an electronic circuit, a computation operation in terms of a numerical factor (N) expressed in an integer radix (r) by a series of integer digits (pn−1, . . . ,p7,p6,p5,p4,p3,p2,p1,p0), characterised in that it comprises steps consisting of: cutting up the series of integer digits into elementary multiplets (Mk; . . . ;M0), each elementary multiplet (Mj) comprising part of the series of integer digits (mji+1,mji, . . . ,mj0) in which each pair of successive digits (mi,mi−1) has a sum with a value equal to the radix decreased by one unit (mi+mi−1=r−1); and converting each elementary multiplet (Mj) into a modified multiplet (Sj) comprising a sequence of signed digits (sji,sji−1, . . . ,sj1) such that the concatenation of the modified multiplets (Sk . . . Ss0) forms a series of signed digits (ski, . . . ,sk1,sk−1i,sk−11, . . . ,s0i, . . . ,s01) containing a minimum number of non-zero digits and representing the value of the numerical factor (N) in a relative radix ({−(r−1), . . . ,−1,0,1, . . . ,r−1}).
  • 2. A method according to the preceding claim, in which each elementary multiplet (mji+1,mj1,mji−1, . . . ,mj1,mj0) comprises, to start with, a first pair of integer digits (b,d) forming a first sum with a value different from the radix decreased by one unit (b+d≠r−1), then one or more integer digits (<c,d>k) such that each pair of adjacent integer digits (c,d) has a sum with a value equal to the radix decreased by one unit (c+d=r−1) and, to finish with, a last pair of integer digits (d,e) (c,e) forming a last sum with a value different from the radix decreased by one unit (d+e≠r−1) (c+e≠r−1).
  • 3. A method according to the preceding claim, in which, in each elementary multiplet (b,d,<c,d>k,e) (b,d,<c,d>k,c,e), all the digits of odd rank have the same value (c), except the first digit (b) of the elementary multiplet, and the last digit (e) if it has an odd rank, and all the digits of even rank have the same value (d), except the last digit (e) if it has an even rank.
  • 4. A method according to claim 2 or 3, in which the conversion of an elementary multiplet (b,d,<c,d>k,e) containing an odd number of digits follows the following conditional steps: if the first sum is strictly less than the radix decreased by one unit (b+d<r−1), then, in the corresponding modified multiplet (*,<d,c>k,*,*), the digits of odd rank and the digits of even rank, except the first, the penultimate and the last digits, are equal respectively to the digits of odd rank and to the digits of even rank of the elementary multiplet, the penultimate digit being determined by one of the following two sub-conditions: if, moreover, the last sum is strictly less than the radix decreased by one unit (e+d<r−1), then the penultimate digit (d) of the modified multiplet (*,<d,c>k,d,*),is equal to the digits of even rank (d) of the elementary multiplet (b,<d,c>k,d,e), whereas, if, moreover, the last sum is strictly greater than the radix decreased by one unit (e+d>r−1), then the penultimate digit (d+1) of the modified multiplet (*,<d,c>k,d+1, *) is equal to the value of the digits of even rank (d) of the elementary multiplet (b,<d,c>k,d,e) increased by one unit, while, if the first sum is strictly greater than the radix decreased by one unit (b+d>r−1), then the digits of odd rank and the digits of even rank, except the first, the penultimate and the last digits, of the corresponding modified multiplet (*,<−c,−d>k,*,*) are equal respectively to the opposite of the digits of even rank and to the opposite of the digits of odd rank of the elementary multiplet, the penultimate digit being determined by one of the following two sub-conditions: if, moreover, the last sum is strictly less than the radix decreased by one unit (e+d<r−1), then the penultimate digit (d−r) of the modified multiplet (*,<−c,−d>k,d−r,*) is equal to the difference (d−r) between the digits of even rank (d) of the elementary multiplet (*,<d,c>k,d,*) and the radix (r), whereas, if, moreover, the last sum is strictly greater than the radix decreased by one unit (e+d≧r−1), then the penultimate digit (−c) of the modified multiplet (*,<−c,−d>k,c,*) is equal to the opposite of the digits of odd rank (c) of the elementary multiplet (b,<d,c>k,d,e)
  • 5. A method according to one of the preceding claims, in which the conversion of an elementary multiplet (b,d,<c,d>k,c,e) containing an even number of digits follows the following conditional steps: if the first sum is strictly less than the radix decreased by one unit (b+d<r−1), then the digits of odd rank and the digits of even rank, except the first, the antepenultimate, the penultimate and the last digits, of the corresponding modified multiplet (*,<d,c>k,*,*,*)are equal respectively to the digits of odd rank and to the digits of even rank of the elementary multiplet, the last digits being determined by one of the following two sub−conditions: if, moreover, the last sum is strictly less than the radix decreased by one unit (e+c<r−1), then the antepenultimate and the penultimate digits of the modified multiplet (*,<d,c>k,d,c,*) are equal respectively to the digits of even rank (d) and to the digits of odd rank (c) of the elementary multiplet(b,d,<c,d>k,c,e), whereas, if, moreover, the last sum is strictly greater than the radix decreased by one unit (e+c>r−1), then the antepenultimate and the penultimate digits of the modified multiplet (*,<d,c>k,d+1,−d,*) are equal respectively to the value of the digits of even rank increased by one unit (d+1) and to the opposite of the digits of even rank (−d) of the elementary multiplet (b,d,<c,d>k,c,e), while, if the first sum is strictly greater than the radix decreased by one unit (b+d>r−1), then the digits of odd rank and the digits of even rank, except the first, the antepenultimate, the penultimate and the last digits, of the corresponding modified multiplet (*,<−c,−d>k,*,*,*) are equal respectively to the opposite (−d) of the digits of even rank and to the opposite (−c) of the digits of odd rank of the elementary multiplet (b,d,<c,d>k,c,e), the last digits being determined by one of the following two sub-conditions: if, moreover, the last sum is strictly less than the radix decreased by one unit (e+c<r−1), then the antepenultimate and the penultimate digits of the modified multiplet (*,<−c,−d>k,d−r,c,*) are equal respectively to the difference between the value of the digits of even rank and the radix (d−r) and to the value of the digits of odd rank (c) of the elementary multiplet (b,d,<c,d>k,c,e), whereas, if, moreover, the last sum is strictly greater than the radix decreased by one unit (e+c>r−1), then the antepenultimate and the penultimate digits of the modified multiplet (*,<−c,−d>k,c,−d,*) are equal respectively to the opposite (−c) of the digits of odd rank and to the opposite (−d) of the digits of even rank of the elementary multiplet (b,d,<c,d>k,c,e).
  • 6. A method according to one of the preceding claims, in which, for an elementary multiplet of type I, containing an odd number of integer digits, and written in the following form:
  • 7. A method according to one of the preceding claims, in which, for an elementary multiplet of type II, containing an even number of integer digits, and written in the following form:
  • 8. A method according to one of the preceding claims, in which, in each modified multiplet (*,<d,c>k,*,*) (*,<−c,−d>k,*,*,*), all the digits of odd rank have the same value (c) (−d), except the first and the penultimate or the last digits, and all the digits of even rank have the same value (d) (−c), except the penultimate or the antepenultimate and the last digits.
  • 9. A method according to one of the preceding claims, in which each modified multiplet (Sj) comprises a sequence of signed digits (sji,sji−1, . . . ,sj1) in which each pair of successive digits (si,si−1) has a sum with an absolute value equal to unity or to the radix decreased by one unit or to the radix (|si+si−1|ε{1,r−1,r}).
  • 10. A method according to one of the preceding claims, in which the steps of converting an elementary multiplet (Mj) into a modified multiplet (Sj) are performed from the most significant digits towards the least significant digits.
  • 11. A method according to one of the preceding claims, in which all the elementary multiplets (mji+1,mji,mj0) are converted into modified multiplets (*,sji, . . . ,sj1,*), and then the modified multiplets are concatenated, by chaining the sequences of signed digits of the modified multiplets one after another, omitting the unspecified first and last digits (*) of each modified multiplet (*, sji, . . . ,sj1,*).
  • 12. A method according to one of the preceding claims, in which the elementary computation operations corresponding to each non-zero digit of each modified multiplet are performed in order to reconstruct the computation operation in terms of the numerical factor (N).
  • 13. An electronic computation circuit, characterised in that it implements a method for breaking down and performing a computation operation according to one of the preceding claims.
Priority Claims (1)
Number Date Country Kind
00/13349 Oct 2000 FR
PCT Information
Filing Document Filing Date Country Kind
PCT/FR01/03122 10/10/2001 WO