The present invention relates to methods of processing data, and apparatus and computer programs for carrying out such methods.
Error control codes (ECGs) are very well-known. In particular, a sender may wish to send a message m to a receiver. In order for the sender to be able to communicate the message m reliably to the receiver over a noisy communications channel, the sender may use an ECC to add an amount of redundancy to the message m (in a process known as “encoding”) to generate a codeword c of the ECC. The sender may then send the codeword c to the receiver instead of just sending the message m to the receiver. The receiver may receive data c′ representing the codeword c that the sender sent out—the data c′ may be equal to the codeword c if the communications channel has not introduced any errors or noise into the codeword c; alternatively, the data c′ may be equal to the codeword c with the addition of one or more errors introduced by the noisy communications channel. The receiver may process the received data c′. If the ECC is an error correcting code, and if the number of errors introduced into the codeword c by the noisy communications channel to produce the data c′ does not exceed the error correcting capability of the ECC, then the redundancy introduced by the encoding performed by the sender allows the receiver to correct the errors and retrieve the original message m from the data c′ (in a process known as “decoding”). If the ECC is an error detecting code, and if the number of errors introduced into the codeword c by the noisy communications channel to produce the data c′ does not exceed the error detecting capability of the ECC, then the redundancy introduced by the encoding performed by the sender allows the receiver to detect (although not necessarily correct) the errors (in a process again known as “decoding”).
Some ECCs are so-called “block” ECCs. A block ECC transforms an original message m of length k symbols into a codeword c of length n symbols (where n>k), where the symbols are taken from some symbol alphabet. Suppose that an original amount of data D that is to be encoded with a block ECC comprises ak+b symbols (where a and b are integers, a≧0 and 0≦b<k). The original amount of data D may be encoded using the block ECC as follows. If a>0, then a messages m1, . . . , ma, each of length k symbols, are formed from the original amount of data D (for example, message mi comprises the ((i−1)k+1)th symbol to the ikth symbol of the data D)—these messages may then be separately encoded using the ECC to form respective codewords c1, . . . , ca. If b≠0, then a message m* is formed, where the message m* comprises the remaining b unencoded symbols (in the above example, the last b symbols) of the original amount of data D; the remaining (k−b) symbols of the message m* could be redundant padding symbols (for example, “0” symbols), or could be some of the original amount of data D. This message m* is then encoded using the ECC to form a codeword c*. The ECC encoded form of the original amount of data D then comprises c1, . . . , ca (if a>0) together with c* (if b≠0).
In the following, the symbols forming a message m or a codeword c are viewed as, and treated as, elements of the finite field GF(q), where q=pf for some prime number p and positive integer f—i.e. GF(q) is the symbol alphabet. A string (or sequence) of t symbols s0, s1, . . . , st−2, st−1 is then said to correspond to, or can be represented by, the polynomial
Thus, a message m comprising k symbols m0, m1, . . . , mk−2, mk−1 corresponds to, or is represented by, the polynomial
and a codeword c comprising n symbols c0, c1, . . . , cn−2, cn−1 corresponds to, or is represented by, the polynomial
A particular class of block ECCs are the so-called “polynomial” ECCs. A polynomial ECC has an associated polynomial called its “generator” polynomial g(X) which has degree n−k and coefficients in GF(q). There are many ways of carrying out encoding using a polynomial ECC. One way, called “systematic encoding”, involves encoding the message m(X) as the codeword c(X), where c(X)=m(X)Xn−k+r(X) where r(X) is a “parity-check” polynomial defined as the remainder of dividing m(X)Xn−k by g(X). Another way, called “non-systematic encoding”, involves encoding the message m(X) as the codeword c(X), where c(X)=g(X)m(X). Other ways of forming a codeword c(X) from a message m(X) exist, but the polynomial w(X) is a codeword of the ECC if and only if w(X)=v(X)g(X) for some polynomial v(X) of degree at most k (the different encoding methods simply correspond to different mappings between the possible messages and the available codewords).
There are various well-known examples of polynomial ECCs. All “cyclic” ECC codes are polynomial ECCs—a polynomial ECC will be a cyclic code if and only if g(X) is a factor of Xn−1. So-called BCH codes are a particular form of polynomial FCC, in which the generator polynomial is chosen so that the Hamming distance between the codewords of the ECC is high (so that its error correction capability is correspondingly high). A subset of the BCH codes are the Reed-Solomon codes. For a Reed-Solomon code, let s and t be positive integers as design parameters for the code, then: the symbol alphabet is the finite field GF(2s); n=2s−1; the error correcting capability of the code is t; t relates to the message length k by k=n−2t; and the generator polynomial g(X) is based on a primitive polynomial p(X) of degree s over GF(2)—let α be a root of p(X), then g(X) can be defined as g(X)=(X+α)(X+α2) . . . (x+α2t). Reed-Solomon codes are cyclic codes.
Polynomial ECCs are linear block codes. In particular, let δ1 and δ2 be elements of GF(q) and let m1 and m2 be two message polynomials, with corresponding codewords c1 and c2. Then the codeword that results from encoding the message δ1m1+δ2m2 is δ1c1+δ2c2.
As ECC codes and their properties are well-known, a more detailed discussion of them shall not be given herein. The skilled person is assumed to be knowledgeable about ECC codes, types of ECC codes, ways of performing ECC encoding, and corresponding ways of performing ECC decoding. For example, Reed-Solomon codes have been studied and documented in great detail, and the corresponding encoding and decoding methods are very well known.
The “data flow transformation” is an important technology for helping to protect software (e.g. a program or an applibation) from attacks performed by an attacker (who may, for example, wish to obtain secret or sensitive information from the software, such as a cryptographic key). With a data flow transformation, the protection of data and/or operations of the software is implemented by re-writing (or replacing) the whole or a part of the software with new code—the new (replacement) code is generated by performing one or more data and/or operation transformations on the data and/or operations that are to be protected. Such transformations are well-known, and are sometimes referred to as software obfuscation techniques. At present, the new code (generated after applying specific data and/or operation transformations) is fixed inside the new version of the original software. Applying different data transformations to the same data and/or operations of the software should result in different instances or versions of the software that is to be protected. Such diversity (namely different instances of the same software) is called “code-based diversity”. Hence, in order to obtain different diversified instances of the software, the transformation process has to be repeated by applying different data and/or operation transformations to the same software. From the view of software distribution, deployment, and maintenance including security renewability, such code-based diversity introduces unavoidable overhead and inconveniences.
According to a first aspect of the invention, there is provided a method of processing data according to a first predetermined function, the method comprising: receiving an encoded amount of data, wherein the encoded amount of data is an amount of data that has been encoded using an error control code; and processing the encoded amount of data using a second predetermined function to generate an output; wherein the second predetermined function corresponds to the first predetermined function in that the result of processing, with the second predetermined function, a quantity of data encoded using the error control code equals the result of encoding with the error control code the result of processing the quantity of data with the first predetermined function.
In some embodiments, the method comprises: using the error control code to detect whether there is an error in the received encoded amount of data or whether there is an error in the output and, if an error is detected, performing one or more of: (a) setting the output to be substantially unrelated to the received encoded amount of data; (b) setting the output to be a random value; (c) performing an error correction decoding operation of the error control code on the received encoded amount of data or on the output; (d) ceasing further processing operations.
According to a second aspect of the invention, there is provided a method of enabling a data processor to process data according to a first predetermined function, the method comprising: generating a second function that corresponds to the first predetermined function in that the result of processing, with the second function, a quantity of data encoded using a predetermined error control code equals the result of encoding with the error control code the result of processing the quantity of data with the first predetermined function; and configuring the data processor to use the second function to process encoded data, wherein the encoded data is data encoded according to the error control code.
In some embodiments, it is not possible to determine a generator polynomial of the predetermined error control code from the second function.
According to a third aspect of the invention, there is provided a method of providing data to a first entity from a second entity, the first entity being arranged to process the data according to a first predetermined function by carrying out a method according to the first aspect of the invention, the method comprising: the second entity encoding the data using an error control code to thereby generate an encoded amount of data; and the second entity providing the encoded amount of data to the first entity.
In some embodiments, the second entity adds a correctable error to the encoded amount of data before providing the encoded amount of data to the first entity. The error may be dependent on the data or may be randomly generated. In some embodiments, the second entity is arranged to add a first error to the encoded amount of data at a first time of providing the encoded amount of data to the first entity and is arranged to add a second error to the encoded amount of data at a second time of providing the encoded amount of data to the first entity, wherein the second error is different from the first error.
In some embodiments, the error correction code used by the first entity and the second entity is dependent, at least in part, on the data.
According to a fourth aspect of the invention, there is provided a system arranged to carry out any one of the above-described methods.
According to a fifth aspect of the invention, there is provided a computer program which, when executed by a processor, causes the processor to carry out any one of the above-described methods. The computer program may be stored on a computer readable medium.
With embodiments of the invention, errors may be introduced into encoded data that is provided from an encoder, such that a decoder is able to remove the effect of the error following the processing of the encoded data (with the error) by the second predetermined function. In this way, it is possible to use such errors to control ECC based data transformations. This enhances the level of diversity available in that diversity may be structured into two kinds of diversities: (1) code-based diversity (different diversity comes from providing and executing a different instance of code, where the different instances are generated by applying different transformations to initial, or baseline, code); and (2) data-based diversity (different diversity comes from applying different control data to the same version of diversified code). Therefore, compared to the currently existing purely code-based diversity technology, the use of ECC in accordance with embodiments of the invention provides an effective way of helping increase the amount of diversity available.
Moreover, the use of ECC in accordance with embodiments of the invention provides a method of obfuscating the implementation of a function and provides a mechanism for making it more difficult for an attacker to attack a piece of software (such as by trying to perform fault-injection attacks).
Various other advantages of embodiments of the invention will become apparent from the following description of the invention.
Embodiments of the invention will now be described, by way of example only, with reference to the accompanying drawings, in which:
In the description that follows and in the figures, certain embodiments of the invention are described. However, it will be appreciated that the invention is not limited to the embodiments that are described and that some embodiments may not include all of the features that are described below. It will be evident, however, that various modifications and changes may be made herein without departing from the broader spirit and scope of the invention as set forth in the appended claims.
In
In embodiments of the invention, the function F is replaced by a corresponding transformed version of the function F, labelled FT in
The use of the function FT provides several advantages. In particular, referring to
It may be desirable to provide a secured version of the function F. For example, the function F may be the whole or a part of a cryptographic process and may comprise, or use, secret information (such as a cryptographic key) and it may, therefore, be desirable to try to prevent an attacker (who may, for example, wish to manipulate the operation of, or data processed by, the function F in order to try to ascertain secret information, such as a cryptographic key used by the function F or elsewhere in the cryptographic process) from manipulating the operation of, or data processed by, the function F (or at least try to make it more difficult for an attacker to successfully manipulate the operation of, or data processed by, the function F so as to achieve a desired result). As such, it may be desirable to not expose the data D and/or the working of the function F to an attacker in a manner that allows the attacker to modify the data D or the working of the function F, i.e. it may be desirable to provide an obfuscated version of the function F. Thus, use of the function FT enables one to provide encoded data E(D) as an input (instead of the data D) and to use the function FT instead of the function F, so that one can determine F(D)=E−1(FT(E(D))). As will become apparent from the discussion below, if an attacker tries to modify such encoded input data E(D), or tries to modify the operation of the function FT, then such modification can be detected (due to the nature of the ECC) and appropriate measures may then be taken.
For example, some systems operate on, or with, sensitive or secret information (such as encrypted or scrambled content or cryptographic keys). In such systems, it is known for attackers to carry out so-called “fault injection attacks”, in which the attacker deliberately modifies one or more bits or parts of the input data that is to be processed in order to determine or observe the effect of that modification on the output processed data, with the aim of using such observations to deduce some or all of the sensitive information. Embodiments of the invention enable data to be processed, and remain, in a domain (the ECC encoded domain) that enables such modifications to be corrected—such corrections therefore cancel out the modifications that the attacker makes, rendering the attacker's attacks worthless, or at least making it harder for the attacker to deduce the sensitive information. As the embodiments shown in
It should be noted that if two functions F1 and F2 are implemented as respective transformed versions F1T and F2T, then
so that the functions F1T and F2T can be concatenated as F2T ∘F1T in order to implement F2∘F1 without having to remove/decode the ECC and then reapply the ECC between F1T and F2T. This applies, of course, analogously to a concatenation of more than two functions.
An additional advantage is that embodiments of the invention can increase the “diversity” available to the sender (or originator) of the data D that is to be processed by the function F. In particular, if data is to be processed by a first entity (e.g. a client or a first function within an item of software), then a second entity (e.g. a server or a second function within the item of software) might send to the first entity an ECC encoded version (namely E(D)) of the original data D together with an amount of noise added to the ECC encoded data. In other words, the second entity may apply a modification to the ECC encoded data so as to produce modified ECC encoded data. As the second entity can add a large number of different noise patterns to the ECC encoded data without preventing the ECC decoding from being able to recover the correctly processed data, the second entity can send the same original data D to the first entity in a secured manner in a larger number of ways, i.e. by sending the ECC encoded original data with one of a large number of available noise patterns added or modifications made (where the noise pattern only results in errors in the processed data, namely the output FT(E−1(D)) of FT, that are correctable by the ECC decoding so as to generate the correct value F(D)). An eavesdropper/attacker would not know whether or not noise had been added, let alone what the noise pattern might actually be, thereby making it more difficult for the eavesdropper/attacker to access the original data. Moreover, if the second entity wishes to send the original data D multiple times to the first entity, then the second entity may add different noise or errors to E(D) each time. This will confuse any potential attacker as the modified data (i.e. the data that is transmitted) changes each time, even if the original underlying data D remains the same. The noise added each time can be completely random or driven by the input data or any other dependency relevant to the application.
In the context of software protection, such diversity introduces new capabilities that are of real importance. As mentioned, current methods of introducing diversity involve re-writing the software so that the data and/or operations are transformed, and diversity is introduced inside the software by using different transformations for different instances of the software. However, once an instance of the software is created and distributed, its diversity cannot subsequently be changed. Issuing a new version of the software involves generating the new version using new transformations, which introduces delay, various overhead and other inconveniences. However, with embodiments of the invention, the addition of error (as the diversity) can be added independent of the software. The error may or may not depend on the input data as per the requirement of the application. Moreover, the design parameters, such as the generator polynomial, can be made dependent on the input data (provided that the entity that performs the ECC encoding and the entity that performs the ECC decoding are arranged to determine and use the same design parameters, such as the generator polynomial).
Embodiments of the invention, which operate according to the processing shown in
In embodiments of the invention, the ECC may be used to detect whether there is an error in the received encoded amount of data E(D) or whether there is an error in the output FT(E(D)). If an error is detected, then an appropriate action may be taken, which could include one or more of: ceasing further processing operations; setting the output to be substantially unrelated to the received encoded amount of data (such as by setting the output to be a random value); or performing an error correction decoding operation of the ECC on the erroneous data E(D) or FT(E(D) as appropriate so as to correct the detected errors.
The function FT shown in
The storage medium 204 may be any form of non-volatile data storage device such as one or more of a hard disk drive, a magnetic disc, an optical disc, a ROM, etc. The storage medium 204 may store an operating system for the processor 208 to execute in order for the computer 202 to function. The storage medium 204 may also store one or more computer programs (or software or instructions or code).
The memory 206 may be any random access memory (storage unit or volatile storage medium) suitable for storing data and/or computer programs (or software or instructions or code).
The processor 208 may be any data processing unit suitable for executing one or more computer programs (such as those stored on the storage medium 204 and/or in the memory 206), some of which may be computer programs according to embodiments of the invention or computer programs that, when executed by the processor 208, cause the processor 208 to carry out a method according to an embodiment of the invention and configure the system 200 to be a system according to an embodiment of the invention. The processor 208 may comprise a single data processing unit or multiple data processing units operating in parallel or in cooperation with each other. The processor 208, in carrying out data processing operations for embodiments of the invention, may store data to and/or read data from the storage medium 204 and/or the memory 206.
The interface 210 may be any unit for providing an interface to a device 222 external to, or removable from, the computer 202. The device 222 may be a data storage device, for example, one or more of an optical disc, a magnetic disc, a solid-state-storage device, etc. The device 222 may have processing capabilities—for example, the device may be a smart card. The interface 210 may therefore access data from, or provide data to, or interface with, the device 222 in accordance with one or more commands that it receives from the processor 208.
The user input interface 214 is arranged to receive input from a user, or operator, of the system 200. The user may provide this input via one or more input devices of the system 200, such as a mouse (or other pointing device) 226 and/or a keyboard 224, that are connected to, or in communication with, the user input interface 214. However, it will be appreciated that the user may provide input to the computer 202 via one or more additional or alternative input devices (such as a touch screen). The computer 202 may store the input received from the input devices via the user input interface 214 in the memory 206 for the processor 208 to subsequently access and process, or may pass it straight to the processor 208, so that the processor 208 can respond to the user input accordingly.
The user output interface 212 is arranged to provide a graphical/visual and/or audio output to a user, or operator, of the system 200. As such, the processor 208 may be arranged to instruct the user output interface 212 to form an image/video signal representing a desired graphical output, and to provide this signal to a monitor (or screen or display unit) 220 of the system 200 that is connected to the user output interface 212. Additionally or alternatively, the processor 208 may be arranged to instruct the user output interface 212 to form an audio signal representing a desired audio output, and to provide this signal to one or more speakers 221 of the system 200 that is connected to the user output interface 212.
Finally, the network interface 216 provides functionality for the computer 202 to download data from and/or upload data to one or more data communication networks.
It will be appreciated that the architecture of the system 200 illustrated in
Before discussing how the function FT can be determined from a predetermined function F, a number of definitions are presented below.
g(X)=Xt+g1Xt−1+ . . . +gt−1X+gt (so that g0=1)
m(X)=m0Xk−1+ . . . +mk−2X+mk−1
c(X)=c0Xm−1+c1Xn−2+ . . . +cn−2X+cn−1
r(X)=r0Xn−k−1+r1Xn−k−2+ . . . +rn−k−2X+rn−k−1
m
i(X)=mi,0Xk−1+mi,1Xk−2+ . . . +mi,k−2X+mi,k−1
c
i(X)=ci,0Xn−1+ci,1Xn−2+ . . . +ci,n−2X+ci,n−1
r
i(X)=ri,0Xn−k−1+ri,1Xn−k−2+ . . . +ri,n−k−2X+ri,n−k−1
m
(→)(X)=m0Xk−2+m1Xk−3+ . . . +mk−3X+mk−2
m
(1)(X)=mk−1Xk−1+m0Xk−2+m1Xk−3+ . . . +mk−3X+mk−2
m
(←)(X)=m1Xk−1+m2Xk−2+ . . . +mk−2X2+mk−1X
m
(−1)(X)=m1Xk−1+m2Xk−2+ . . . +mk−2X2+mk−1X+m0
In the following subsections, a number of examples of the function FT are provided for a given function F. If using these functions FT with error added to the input to that function FT (e.g. for the purposes of diversity as set out above), then the error added to the input should be controlled so that the amount of error resulting in the output of the function FT is correctable, i.e. so that ECC decoding of the output of the function FT successfully removes the noise/error in the output of the function FT.
Suppose that the function F is the right shift transformation of a message m(X), so that F(m(X))=m(→)(X). Suppose additionally that the ECC is applied using non-systematic encoding.
Assume that a non-systematic encoding of an initial message m(X) results in a codeword c(X). The question is, can the codeword c′(X) that would result from a non-systematic encoding of m(→)(X) be computed without having to carry out the usual decoding of c(X)?
Thus, it is possible to calculate c′(X) directly from c(X) and g(X), i.e. without having to carry out the usual decoding of c(X) to generate m(X), operate on m(X) to generate F(m(X)) and then ECC encode F(m(X)) to generate c′(X). Additionally, in this way, no information is revealed regarding m(X). In this example, FT(c(X))=c′(X) as set out above.
Suppose that the function F is the circular right shift transformation of a message m(X), so that F(m(X))=m(1)(X). Suppose additionally that the ECC is applied using non-systematic encoding.
Assume that a non-systematic encoding of an initial message m(X) results in a codeword c(X). The question is, can the codeword c′(X) that would result from a non-systematic encoding of m(1)(X) be computed without having to carry out the usual decoding of c(X)?
Thus, it is possible to calculate c′(X) directly from c(X) and g(X), i.e. without having to carry out the usual decoding of c(X) to generate m(X), operate on m(X) to generate F(m(X)) and then ECC encode F(m(X)) to generate c′(X). Additionally, in this way, no information is revealed regarding m(X). In this example, FT(c(X))=c′(X) as set out above.
Suppose that the function F is the left shift transformation of a message m(X), so that F(m(X))=m(←)(X). Suppose additionally that the ECC is applied using non-systematic encoding.
Assume that a non-systematic encoding of an initial message m(X) results in a codeword c(X). The question is, can the codeword c′(X) that would result from a non-systematic encoding of m(←)(X) be computed without having to carry out the usual decoding of c(X)?
Thus, it is possible to calculate c′(X) directly from c(X) and g(X), i.e. without having to carry out the usual decoding of c(X) to generate m(X), operate on m(X) to generate F(m(X)) and then ECC encode F(m(X)) to generate c′(X) Additionally, in this way, no information is revealed regarding m(X). In this example, FT(c(X))=c′(X) as set out above.
Suppose that the function F is the circular left shift transformation of a message m(X), so that F(m(X))=m(−1)(X). Suppose additionally that the ECC is applied using non-systematic encoding.
Assume that a non-systematic encoding of an initial message m(X) results in a codeword c(X). The question is, can the codeword c′(X) that would result from a non-systematic encoding of m(−1)(X) be computed without having to carry out the usual decoding of c(X)?
Additionally, as c(−1)(X)=c0(Xn+1)+Xc(X), we can also express c′(X) as
c′(X)=c(−1)(X)+c0(Xn+1)+c0(Xk+1)g(X)
Thus, it is possible to calculate c′(X) directly from c(X) and g(X), i.e. without having to carry out the usual decoding of c(X) to generate m(X), operate on m(X) to generate F(m(X)) and then ECC encode F(m(X)) to generate c′(X). Additionally, in this way, no information is revealed regarding m(X). In this example, FT(c(X))=c′(X) as set out above (using either of the expressions for c′(X) given above).
Suppose that the function F is the dot product of two messages m1(X) and m2(X), so that
the multiplication of m1,i with m2,i being the multiplication in GF(q) of two elements of GF(q) for 0≦i≦k−1. Suppose additionally that the ECC is applied using non-systematic encoding.
Assume that a non-systematic encoding of the two initial messages m1(X) and m2(X) results in respective codewords c1(X) and c2(X). Let the dot product of m1(X) and m2(X) be m(X) where
m(X)=m1,0m2,0Xk−1+m1,1m2,1Xk−2+ . . . +m1,k−2m2,k−2X+m1,k−1m2,k−1
so that mi: =m1,im2,i for 0≦i≦k−1.
The question is, can the codeword c(X) that would result from a non-systematic encoding of m(X) be computed without having to carry out the usual decoding of c1(X) and c2(X)? Three approaches for this are set out below.
We note that for c(X) we have equation set (1):
This leads to equation set (2),
m
i
=u
i(c(X), g(X))+vi(c(X), g(X))+wi(c(X), g(X)) for 0≦i≦k−1, where:
so that in general, for i>0,
so that in general, for i>1,
so that, in general, for i>4, wi can be formed from wi−1 by:
In a similar manner, we can use equation set (2) to determine that m1,i=ui(c1(X), g(X))+vi(c1(X), g(X))+wi(c1(X), g(X)) and m2,i=ui(c2(X), g(X))+vi(c2(X), g(X))+wi(c2(X), g(X)) for 0≦i≦k−1, i.e. one can express m1,i as a function of c1,j's and gj's for 0≦i≦k−1 and similarly one can express m2,i as a function of c2,k's and gj's for 0≦i≦k−1.
As mi=m1,i M2,i, one can use the above equations to express mi as a function of ci,j's, c2,j's and gj's for 0≦i≦k−1, namely:
m
i=(ui(c1(X), g(X))+vi(c1(X), g(X))+wi(c1(X), g(X)))×(ui(c2(X), g(X))+vi(c2(X), g(X))+wi(c2(X), g(X)))
These expressions for mi can then be incorporated into equation set (1) to express ci as a function of c1,j's, c2,j's and gj's for 0≦i≦k−1. Thus, it is possible to calculate c(X) directly from c1(X), c2(X) and g(X), i.e. i.e. without having to carry out the usual decoding of c1(X) and c2(X) to generate m1(X) and m2(X), operate on m1(X) and m2(X) to generate F(m1(X), m2(X)) and then ECC encode F(m1(X), m2(X)) to generate c(X). Additionally, in this way, no information is revealed regarding m1(X) and m2(X). In this example, FT(c1(X), c2(X))=c(X) as set out above.
Different elements/coefficients of c1(X) and c2(X) can be multiplied together and then combined in order to calculate the elements/coefficients of c(X). This is based on the following:
This process can be continued in this manner for determining ci for i=3,4, . . . , (n−1). Thus, as shown above, each ci (for 0≦i≦n−1) can be calculated as a predetermined relationship/function of gj's and products of pairs of c1,j's, c2,j's. Thus, it is possible to calculate c(X) directly from c1(X), c2(X) and g(X), i.e. i.e. without having to carry out the usual decoding of c1(X) and c2(X) to generate m1(X) and m2(X), operate on m1(X) and m2(X) to generate F(m1(X), m2(X)) and then ECC encode F(m1(X), m2(X)) to generate c(X). Additionally, in this way, no information is revealed regarding m1(X) and m2(X). In this example, FT(c1(X), c2(X))=c(X) as set out above.
In this approach, we use the fact that c0=m0. Let {tilde over (c)}1(X)=c(X)+c0Xk−1g(X). Then {tilde over (c)}1(X) is a codeword, because c0Xk−1g(X) is the codeword resulting from encoding c0Xk−1 and the sum of two codewords is a codeword (due to the linearity of the error correction code). Moreover, {tilde over (c)}10=0 and {tilde over (c)}11=m1. This can then be repeated. In particular, let {tilde over (c)}2(X)={tilde over (c)}1(X)+{tilde over (c)}11Xk−2g(X). This is again a codeword because {tilde over (c)}11Xk−2g(X) is the codeword resulting from encoding {tilde over (c)}11Xk−2 and the sum of two codewords is a codeword. Moreover, {tilde over (c)}21=0 and {tilde over (c)}22=m2. In general, if one defines {tilde over (c)}0(X)=c(X) and iteratively defines
{tilde over (c)}
i+1(X)={tilde over (c)}i(X)+{tilde over (c)}liXk−1−ig(X) for i=0, 1, . . . , k−2, then {tilde over (c)}ii=ml for i=0, 1, . . . , k−1 and {tilde over (c)}i+1i=0 for i=b 0, 1, . . . , k−2.
k iterations are performed, at the end of which the desired output is c(X)=c0Xn−1+c1Xn−2+ . . . +cn−2X+cn−1. At the i-th iteration (clock tick), for 1≦i≦k:
Whilst the above has been described as being implemented using linear feedback shift registers, it will be appreciated that other implementations, such as software-based implementations, could be used instead.
Thus, it is possible to calculate c(X) directly from c1(X), c2(X) and g(X), i.e. i.e. without having to carry out the usual decoding of c1(X) and c2(X) to generate m1(X) and m2(X), operate on m1(X) and m2(X) to generate F(m1(X), m2(X)) and then ECC encode F(m1(X), m2(X)) to generate c(X). Additionally, in this way, no information is revealed regarding m1(X) and m2(X). Here, FT(m(X))=c(X).
Assume that a non-systematic ECC encoding of two initial messages m1(X) and m2(X) results in respective codewords c1(X) and c2(X). Let fi be an operation that operates on the i-th elements of the messages m1(X) and m2(X) (i.e. operates on m1,i and m2,i) for 0≦i≦k−1 and let F be an operation on the messages m1(X) and m2(X) that results in applying f0, f1, . . . , fk−1, so that
The question is, can the codeword c(X) that would result from a non-systematic encoding of m(X) be computed without having to carry out the usual decoding of c1(X) and c2(X)?
One solution to this is to use a similar approach as set out for the third approach discussed above in section 3.5 for calculating a dot product. Indeed, the dot product is an example in which fi(m1,i, m2,i)=m1,im2,i for 0≦i≦k−1.
The system 400 of
Thus, it is possible to calculate c(X) directly from c1(X), c2(X) and g(X), i.e. without having to carry out the usual decoding of c1(X) and c2(X) to generate m1(X) and m2(X), operate on m1(X) and m2(X) to generate F(m1(X), m2(X)) and then ECC encode F(m1(X), m2(X)) to generate c(X). Then, FT(m(X))=c(X).
Suppose that the function F is the right shift transformation of a message m(X), so that F(m(X))=m(→)(X). Suppose additionally that the ECC is applied using systematic encoding.
Assume that a systematic encoding of an initial message m(X) results in a codeword c(X). The question is, can the codeword c′(X) that would result from a systematic encoding of m(→)(X) be computed without having to carry out the usual decoding of c(X)?
Recall that c(X)=Xtm(X)+r(X), where r(X) is the remainder after dividing Xtm(X) by the generator polynomial g(X), i.e.
and c′(X)=Xtm(→)(X)+r′(X), where r′(X) is the remainder after dividing Xtm(→)(X) by the generator polynomial g(X), i.e. r′(X): =Parity-Check(m(→)(X))=m(→)(X)Xt+p′(X)g(X) for some polynomial p′(X).
Hence, we need to calculate the remainder after dividing m(→)(X)Xt by g(X). Note that m(→)(X)Xt=m(X)Xt−1+mk−1Xt−1. The highest degree of g(X) is t. Thus, the remainder after dividing mk−1Xt−1 by g(X) is mk−1Xt−1 itself. Additionally, note that p′(X)=p(→)(X). Therefore, the remainder of dividing m(X)Xt−1 by g(X) is (pk−1g(X)+r(X))(→), where pk−1 is the coefficient of X0 in p(X). Since systematic encoding is being used, we have mk−1=ck−1, and also cn−1=gtpk−1, so that pk−1=cn−1gt−1. Hence, r′(X)=(cn−1gt−1g(X)+r(X))(→)+ck−1Xt−1.
Thus, c′(X)=m(→)(X)+(cn−1gt−1g(X)+r(X))(→)+ck−1Xt−1 (noting that m(X) is represented directly in c(X) and so m(→)(X) is obtainable directly from c(X) too).
Thus, it is possible to calculate c′(X) directly from c(X) and g(X), i.e. without having to carry out the usual decoding of c(X) to generate m(X), operate on m(X) to generate F(m(X)) and then ECC encode F(m(X)) to generate c′(X). In this example, FT(c(X))=c′(X) as set out above.
Suppose that the function F is the left shift transformation of a message m(X), so that F(m(X))=m(←)(X). Suppose additionally that the ECC is applied using systematic encoding.
Assume that a systematic encoding of an initial message m(X) results in a codeword c(X). The question is, can the codeword c′(X) that would result from a systematic encoding of m(←)(X) be computed without having to carry out the usual decoding of c(X)?
Recall that c(X)=Xtm(X)+r(X), where r(X) is the remainder after dividing Xtm(X) by the generator polynomial g(X), i.e.
Hence, we need to calculate the remainder after dividing m(←)(X)Xt by g(X). There are two scenarios to consider:
In this scenario, m(←)(X)=Xm(X). Thus:
m
(←)(X)Xt=Xm(X)Xt=Xp(X)g(X)+Xr(X).
Thus, the remainder after dividing m(←)(X)Xt by g(X) would be remainder after dividing Xr(X) by g(X). As the highest power in Xr(X) is t, the remainder is simply: r′(X)=Xr(X)+r0g(X).
In this scenario, m(←)(X)=(m(X)+m0Xk−1)X. Thus:
m
(←)(X)Xt=Xm(X)Xt+m0Xn=Xm(X)Xt+m0(Xn+1)+m0
For a cyclic ECC, g(X) is a factor of (Xn+1). Then, using the fact that m0=c0, r′(X)=Xr(X)+r0g(X)+c0.
Thus, c′(X)=m(←)(X)+r′(X) (where r′(X) is as set out above and we note that m(X) is represented directly in c(X) so that m(←)(X) is obtainable directly from c(X) too).
Thus, it is possible to calculate c′(X) directly from c(X) and g(X), i.e. without having to carry out the usual decoding of c(X) to generate m(X), operate on m(X) to generate F(m(X)) and then ECC encode F(m(X)) to generate c′(X). In this example, FT(c(X))=c′(X) as set out above.
Suppose that the function F is the circular right shift transformation of a message m(X), so that F(m(X))=m(1)(X). Suppose additionally that the ECC is applied using systematic encoding.
Assume that a systematic encoding of an initial message m(X) results in a codeword c(X). The question is, can the codeword c′(X) that would result from a systematic encoding of m(1)(X) be computed without having to carry out the usual decoding of c(X)?
Recall that c(X)=Xtm(X)+r(X), where r(X) is the remainder after dividing Xtm(X) by the generator polynomial g(X), i.e.
and c′(X)=Xtm(1)(X)+r(X), where r′(X) is the remainder after dividing Xtm(1)(X) by the generator polynomial g(X), i.e. r′(X): =Parity-Check(m(1)(X))=m(1)(X)Xt+p′(X)g(X) for some polynomial p′(X).
Hence, we need to calculate the remainder after dividing m(1)((X)Xt by g(X). Note that m(1)((X)Xt=m(→)(X)Xt+mk−1Xn−1. Thus the remainder after dividing m(1)(X)Xt by g(X) is the sum of:
(a) The remainder after dividing m(→)(X)Xt by g(X)—this has been discussed above in section 3.7.
(b) The remainder after dividing mk−1Xn−1 by g(X). Note that the remainder after dividing mk−1Xt by g(X) is simply mk−1Xt+mk−1g(X). As mk−1Xn−1 results by applying k−1 left shifts to mk−1Xt, the remainder after dividing mk−1Xn−1 by g(X) is the parity-check of the codeword that results from applying k−1 left shifts to the codeword that has mk−1Xt as the message and that has mk−1Xt+mk−1g(X) as the parity-check—this can be calculated by applying the above left shift algorithm (discussed in section 3.8) k−1 times.
Thus, c′(X)=m(1)(X)+r′(X) (where r′(X) is as set out above and we note that m(X) is represented directly in c(X) so that m(1)(X) is obtainable directly from c(X) too).
Thus, it is possible to calculate c′(X) directly from c(X) and g(X), i.e. without having to carry out the usual decoding of c(X) to generate m(X), operate on m(X) to generate F(m(X)) and then ECC encode F(m(X)) to generate c′(X). In this example, FT(c(X))=c′(X) as set out above.
Suppose that the function F is the circular left shift transformation of a message m(X), so that F(m(X))=m(−1)(X). Suppose additionally that the ECC is applied using systematic encoding.
Assume that a systematic encoding of an initial message m(X) results in a codeword c(X). The question is, can the codeword c′(X) that would result from a systematic encoding of m(−1)(X) be computed without having to carry out the usual decoding of c(X)?
Recall that c(X)=Xtm(X)+r(X), where r(X) is the remainder after dividing Xtm(X) by the generator polynomial g(X), i.e.
c′(X)=Xtm(−1)(X)+r′(X), where r′(X) is the remainder after dividing Xtm(−1)(X) by the generator polynomial g(X),
Hence, we need to calculate the remainder after dividing m(−1)(X)Xt by g(X).
For a cyclic ECC, g(X) is a factor of (Xn+1). Then, using the fact that m0=c0, the remainder after dividing m(−1)(X)Xt by g(X) is r′(X)=Xr(X)+r0g(X)+c0Xt+c0g(X)+c0.
Note that this formula can be simplified by omitting the term c0X(as this will affect the (t+1)-th element, which is not relevant. Thus, one could write r′(X)=Xr(X)+(r0+c0)g(X)+c0. The same applies analogously when considering other formulae for r′(X).
Thus, c′(X)=m(−1)(X)+r′(X) (where r′(X) is as set out above and we note that m(X) is represented directly in c(X) so that m(−1)(X) is obtainable directly from c(X) too).
Thus, it is possible to calculate c′(X) directly from c(X) and g(X), i.e. without having to carry out the usual decoding of c(X) to generate m(X), operate on m(X) to generate F(m(X)) and then ECC encode F(m(X)) to generate c′(X) In this example, FT(c(X))=c′(X) as set out above.
Suppose that the function F is the dot product of two messages m1(X) and m2(X), so that
the multiplication of m1,i with m2,i being the multiplication in GF(q) of two elements of GF(q) for 0≦i≦k−1. Suppose additionally that the ECC is applied using systematic encoding.
Assume that a systematic encoding of the two initial messages m1(X) and m2(X) results in respective codewords c1(X) and c2(X). Let the dot product of m1(X) and m2(X) be m(X) where
m(X)=m1,0m2,0Xk−1+m1,1m2,1Xk−2+ . . . +m1,k−2m2,k−2X+m1,k−1m2,k−1
so that mi: =m1,im2,i for 0≦i≦k−1.
The question is, can the codeword c(X) that would result from a systematic encoding of m(X) be computed without having to carry out the usual decoding of c1(X) and c2(X)?
As systematic encoding is being used, the value mi can be calculated directly from the codewords c1(X) and c2(X)—in particular, the coefficient of Xn−i−1 in the codewords c1(X) and c2(X) will be m1,i and m2,i respectively, so that mi=m1,im2,i can be computed directly as a multiplication of these coefficients.
If we define:
M
(0)(X)=m0=m1,0m2,0
M
(1)(X)=XM(0)X+m1=XM(0)X+m1,1m2,1
. . .
M
(i)(X)=XM(i−1)X+mi=XM(i−1)X+m1,im2,i
. . .
M
(k−1)(X)=XM(k−2)X+mk−1=XM(k−2)X+m1,k−1m2,k−1
then m(X)=M(k−1)(X).
For the message M(0)(X), the parity-check polynomial is the polynomial m1,0m2,0g(X)—here, terms of m1,0m2,0g(X) of degree greater than or equal to n−k are ignored, as the parity-check polynomial is of degree at most n−k−1. Thus, the codeword corresponding to the message M(0)(X) is determined.
For i>0, the parity-check polynomial for message M(i)(X) equals the sum of:
(a) The parity-check polynomial for message XM(i−1)(X). This is the parity-check polynomial for the left-shift of the message M(i−1)(X), which can be determined using the processing set out in section 3.8 above (in scenario 1) based on the codeword determined for the message M(i−1)(X).
(b) The parity-check polynomial for the message m1,im2,i. This is the polynomial m1,im2,ig(X).
For this summation, terms of the summation of degree greater than or equal to n−k are ignored (or discarded), as the parity-check polynomial is of degree at most n−k−1. Thus, the codeword corresponding to the message M(i)(X) is determined.
Hence, iteratively, the codewords for M(0)(X), M(1)(X), . . . , M(k−1)(X) may be determined. As m(X)=M(k−1)(X), the codeword c(X) for the message m(X) may be determined in this way.
Thus, as m(X) can be calculated directly from m1(X) and m2(X), and as r(X) can be calculated using the above, it is possible to calculate c(X) directly from c1(X), c2(X) and g(X), i.e. without having to carry out the usual decoding of c1(X) and c2(X) to generate m1(X) and m2(X), operate on m1(X) and m2(X) to generate F(m1(X), m2(X)) and then ECC encode F(m1(X), m2(X)) to generate c(X). In this example, FT(c1(X),c2(X))=c(X) as set out above.
Assume that a systematic ECC encoding of two initial messages m1(X) and m2(X) results in respective codewords c1(X) and c2(X). Let fi be an operation that operates on the i-th elements of the messages m1(X) and m2(X) (i.e. operates on m1,i and m2,i) for 0≦i≦k−1 and let F be an operation on the messages m1(X) and m2(X) that results in applying f0, f1, . . . , fk−1, so that
The question is, can the codeword c(X) that would result from a non-systematic encoding of m(X) be computed without having to carry out the usual decoding of c1(X) and c2(X)?
As systematic encoding is being used, the value fi(m1,i, m2,i) can be calculated directly from the codewords c1(X) and c2(X)—in particular, the coefficient of Xn−i−1 in the codewords c1(X) and c2(X) will be m1,i and m2,i respectively, so that fi(m1,i, m2,i) can be computed directly as a function (fi) of these coefficients.
If we define:
M
(0)(X)=f0(m1,0, m2,0)
M
(1)(X)=XM(0)X+f1(m1,1, m2,1)
. . .
M
(i)(X)=XM(i−1)X+fi(m1,i, m2,i)
. . .
M
(k−1)(X)=XM(k−2)X+fk−1(m1,k−1, m2,k−2)
then m(X)=M(k−1)(X).
For the message M(0)(X), the parity-check polynomial is the polynomial f0(m1,0, m2,0)g(X)—here, terms of f0(m1,0, m2,0)g(X) of degree greater than or equal to n−k are ignored, as the parity-check polynomial is of degree at most n−k−1. Thus, the codeword corresponding to the message M(0)(X) is determined.
For i>0, the parity-check polynomial for message M(i)(X) equals the sum of:
(a) The parity-check polynomial for message XM(i−1)(X). This is the parity-check polynomial for the left-shift of the message M(i−1)(X), which can be determined using the processing set out in section 3.8 above (in scenario 1) based on the codeword determined for the message M(i−1)(X).
(b) The parity-check polynomial for the message fi(m1,i, m2,i). This is the polynomial fi(m1,i, m2,i)g(X).
For this summation, terms of the summation of degree greater than or equal to n−k are ignored (or discarded), as the parity-check polynomial is of degree at most n−k−1. Thus, the codeword corresponding to the message M(i)(X) is determined.
Hence, iteratively, the codewords for M(0)(X), M(1)(X), . . . , M(k−1)(X) may be determined. As m(X)=M(k−1)(X), the codeword c(X) for the message m(X) may be determined in this way.
Thus, as m(X) can be calculated directly from m1(X) and m2(X), and as r(X) can be calculated using the above, it is possible to calculate c(X) directly from c1(X), c2(X) and g(X), i.e. without having to carry out the usual decoding of c1(X) and c2(X) to generate m1(X) and m2(X), operate on m1(X) and m2(X) to generate F(m1(X), m2(X)) and then ECC encode F(m1(X), m2(X)) to generate c(X). In this example, FT(c1(X),c2(X))=c(X) as set out above.
(4) g(X)-Free Functions
The function F shall be called g(X)-free if the corresponding function FT can be implemented in a manner that does not require knowledge of the generator polynomial g(X) of the ECC. Embodiments that implement the function FT without knowledge of, or without revealing, the generator polynomial g(X) may be more secure than embodiments that make use of g(X) for implementing FT, since an attacker does not know the settings for the ECC and, therefore, how E(D) is related to the initial data D or how FT(E(D)) is related to F(D) in
Examples of g(X)-free functions are given below.
Suppose that the input to the function FT is a codeword c(X)=c0Xn−1+c1Xn−2+ . . . +cn−2X+cn−1 that corresponds to an original message m(X).
Suppose the function FT operates on the input codeword c(X) by performing a circular right shift on c(X), so that FT(c(X))=c(1)(X). The implementation of FT clearly does not require knowledge of g(X), as c(1)(X) can be calculated from c(X) without any knowledge of (i.e. independently of) the generator polynomial g(X).
If the ECC is cyclic, then the generator polynomial g(X) is a factor of Xn+1, so that Xn+1=g(X)q(X) for some polynomial q(X). Thus, for a cyclic ECC, we have
Thus, the codeword c(1)(X) corresponds to the message
Therefore, if function F is arranged to map the initial message m(X) to the message
then the corresponding function FT maps the codeword c(X) to the codeword c(1)(X). In this case, the function F is g(X)-free.
Suppose that the input to the function FT is a codeword c(X)=c0Xn−1+c1Xn−2+ . . . +cn−2X+cn−1 that corresponds to an original message m(X).
Suppose the function FT operates on the input codeword c(X) by performing a circular left shift on c(X), so that FT(c(X))=c(−1)(X). The implementation of FT clearly does not require knowledge of g(X), as c(−1)(X) can be calculated from c(X) without any knowledge of (i.e. independently of) the generator polynomial g(X).
If the ECC is cyclic, then the generator polynomial g(X) is a factor of Xn+1, so that Xn+1=g(X)q(X) for some polynomial q(X). Thus, for a cyclic ECC, we have
Thus, the codeword c(−1)(X) corresponds to the message (Xm(X)+m0q(X))g(X). Therefore, if function F is arranged to map the initial message m(X) to the message (Xm(X)+m0q(X))g(X), then the corresponding function FT maps the codeword c(X) to the codeword c(−1)(X). In this case, the function F is g(X)-free.
As discussed above, there are operations F for which knowledge of the generator polynomial g(X) is not required in order to implement the corresponding transformed operation FT. The question is, then, whether it is possible to implement any function F as a transformed function FT, where the function FT is implemented without revealing (or without knowledge of) the generator polynomial g(X) for the ECC?
The XOR operation is clearly g(X)-free. In particular, given two codewords c1i(X) and c2(X) that correspond to initial messages m1(X) and m2(X), where ci(X)=ci,0Xn−1+ci,1Xn−2+ . . . +ci,n−2X+ci,n−1 for i=1,2, the XOR function FT is defined as
where (c1,j{circle around (+)}c2,j) is the bitwise XOR of c1,j and c2,j. As (c1,j{circle around (+)}c2,j)=(c1,j{circle around (+)}c2,j) in a binary system, we have that FT(c1(X), c2(X))=c1(X)+c2(X), which is clearly g(X)-free. Due to the linearity of the ECC, FT(c1(X),c2(X)) is the codeword that corresponds to the message m1(X)+m2(X), which is the XOR of m1(X) and m2(X). Thus, this transform function FT corresponds to the function
F(m1(X), m2(X)): =m1(X){circle around (+)}m2(X)
As set out below, this XOR operation, along with conditional branching on constants, form a system which is Turing complete. This means that any mathematical function can be implemented using only (a) zero or more XOR operations and (b) zero or more conditional branchings on constants. This means that all functions F are g(X)-free, as any function F can be implemented using only (a) zero or more XOR operations (which are g(X)-free) and (b) zero or more conditional branchings on constants (which does not involve g(X)), so that the corresponding transform function FT could then be implemented without knowledge or reliance on the generator polynomial g(X).
A Turing machine is a notional device that manipulates symbols on a strip of tape according to a table of rules. Despite its simplicity, a Turing machine can be adapted to simulate the logic of any computer algorithm. The Turing machine mathematically models a machine that mechanically operates on a tape. On this tape are symbols which the machine can read and write, one at a time, using a tape head. Operation is fully determined by a finite set of elementary instructions such as “in state 42, if the symbol seen is 0, write a 1; if the symbol seen is 1, change into state 17; in state 17, if the symbol seen is 0, write a 1 and change to state 6” etc. More precisely, a Turing machine consists of:
Turing machines are very well-known and shall, therefore, not be described in more detail herein.
If it can be shown that any possible 5-tuple in the action table can be implemented using the XOR operation and conditional branching, then we know that a system based on the XOR operation and conditional branching is Turing complete and, consequently (given what has been said above), that any function F is g(X)-free.
Consider the following mappings between the elements in the Turing machine and those in our proposed system:
The following pseudo-code shows a typical state implementation (for the state with identifier “i”), where values X1, X2, . . . , Xq are constants and “Addr” is the pointer to a memory location. The example shown below illustrates the three possibilities of incrementing, decrementing and not-changing the address “Addr” variable.
Thus, any possible 5-tuple in the action table can be implemented using the XOR operation and conditional branching. Hence, a system based on the XOR operation and conditional branching is Turing complete and, consequently (given what has been said above), any function F is g(X)-free.
A provider 500 is arranged to take an initial algorithm (or operation or function or process) F and, using a generation program 502, generate a corresponding transformed version FT of the initial algorithm F, in a manner as set out above. The generation program 502 may make use of one or more parameters 504 to form the version FT. These parameters 504 may, for example, be parameters that define the ECC that is to be performed (such as defining the generator polynomial). The provider 500 provides the version FT to a client 510, so that the client 510 can execute, use or implement the version FT. The version FT may be provided to the client 510 as software and/or hardware.
The functions set out above have been described with respect to particular sets of equations. However, other formulations of these equations can be used instead to generate the same result. The equations, or their implementations, could be optimized—for example, when implementing an embodiment of the invention using a target device with a particular architecture, the equations used could be optimized for that device or architecture. It will, therefore, be appreciated that embodiments of the invention are not limited to the equations set out above, but may be based on other equivalent sets of equations.
It will be appreciated that the methods described have been shown as individual steps carried out in a specific order. However, the skilled person will appreciate that these steps may be combined or carried out in a different order whilst still achieving the desired result.
It will be appreciated that embodiments of the invention may be implemented using a variety of different information processing systems. In particular, although the figures and the discussion thereof provide an exemplary computing system and methods, these are presented merely to provide a useful reference in discussing various aspects of the invention. Embodiments of the invention may be carried out on any suitable data processing device, such as a personal computer, laptop, personal digital assistant, mobile telephone, set top box, television, server computer, etc. Of course, the description of the systems and methods has been simplified for purposes of discussion, and they are just one of many different types of system and method that may be used for embodiments of the invention. It will be appreciated that the boundaries between logic blocks are merely illustrative and that alternative embodiments may merge logic blocks or elements, or may impose an alternate decomposition of functionality upon various logic blocks or elements.
It will be appreciated that the above-mentioned functionality may be implemented as one or more corresponding modules as hardware and/or software. For example, the above-mentioned functionality may be implemented as one or more software components for execution by a processor of the system. Alternatively, the above-mentioned functionality may be implemented as hardware, such as on one or more field-programmable-gate-arrays (FPGAs), and/or one or more application-specific-integrated-circuits (ASICs), and/or one or more digital-signal-processors (DSPs), and/or other hardware arrangements. Method steps implemented in flowcharts contained herein, or as described above, may each be implemented by corresponding respective modules; multiple method steps implemented in flowcharts contained herein, or as described above, may together be implemented by a single module.
It will be appreciated that, insofar as embodiments of the invention are implemented by a computer program, then a storage medium and a transmission medium carrying the computer program form aspects of the invention. The computer program may have one or more program instructions, or program code, which, when executed by a computer carries out an embodiment of the invention. The term “program,” as used herein, may be a sequence of instructions designed for execution on a computer system, and may include a subroutine, a function, a procedure, a module, an object method, an object implementation, an executable application, an applet, a servlet, source code, object code, a shared library, a dynamic linked library, and/or other sequences of instructions designed for execution on a computer system. The storage medium may be a magnetic disc (such as a hard drive or a floppy disc), an optical disc (such as a CD-ROM, a DVD-ROM or a BluRay disc), or a memory (such as a ROM, a RAM, EEPROM, EPROM, Flash memory or a portable/removable memory device), etc. The transmission medium may be a communications signal, a data broadcast, a communications link between two or more computers, etc.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/EP2013/056617 | 3/27/2013 | WO | 00 |