This U.S. non-provisional patent application claims priority under 35 U.S.C. § 119 of Korean Patent Application 2004-10975 filed on Feb. 19, 2004, the entire contents of which are hereby incorporated by reference.
1. Field of the Invention
Example embodiments of the present invention relate generally to a logic circuit and method thereof and more particularly to a logic circuit for performing a logic operation not meeting an associative law and method thereof.
2. Description of the Related Art
Conventional methods for processing data may include a key for security. The data encoded with the key may be extracted by measuring a power dissipation occurring during an operation of a cryptography algorithm and/or timing the execution of the operation.
A leakage or exposure of data during extraction with a cryptography algorithm may be referred to as a side channel and a method for receiving the side channel may be referred to as a side channel attack. Side channel attacks may include a timing attack, a fault insertion attack, a power analysis attack, etc.
In an example, a smart card system with an installed co-processor for cryptographic processing may have a higher possibility of a side channel because the smart card system may execute a higher number of logic operations (e.g., AND, OR, XOR, etc. . . . ).
A conventional differential power analysis (DPA) may measure and analyze power dissipation in logic operations of the cryptograph algorithm, thereby extracting the data. Thus, installing a defense against DPA may increase the security for a given system.
One conventional defensive method, referred to as random masking, may include applying a cryptography algorithm after data is received and random data is included. If the received data is processed with a logical operation satisfying an associative law, data may not be extracted by a side channel attack because power dissipation during the cryptography algorithm execution may not result in the input data.
Another conventional random masking method may include applying an XOR operation to the input data and the random data as given by
/a=a⊕r (1.1)
where the input data is a, the random data is r, the random mask data is /a, and an XOR operation is denoted by ⊕. It is well known that XOR operations satisfy the associative law (e.g., a⊕r=r⊕a, (a⊕r)⊕x=a⊕(r⊕x), etc. . . . ).
The data generated during the cryptography algorithm operation may be maintained in a random mask in order to apply a logical operation satisfying an associative law (e.g., an XOR operation) to the input data while remaining unreadable with conventional DPA. In this case, the data included in the random mask type may include both processed data and random data.
In another example, it may be assumed that a cryptography algorithm may apply an XOR operation to an input data ‘a’ and a key k. To prevent the DPA from extracting the input data a, random data r may be generated in order to attain the random mask data /a as given in Expression 1.1. If an XOR operation is applied to the random mask data /a and key k, the result may be given by
/a⊕k=(a⊕r)⊕k (1.2)
Thus, a result of the XOR operation (i.e., a⊕k) may be achieved without exposing data to extraction by DPA since the random data r is included within Expression 1.2. Further, the result of the XOR operation may not be exposed.
In another example, the cryptography algorithm may not include an AND operation applied to the data a and the key k1 as given by
/ak=(a⊕r)k (1.3)
where denotes an AND operation, while remaining secure from side channel attacks.
Referring to Expression 1.3, the AND operation may not satisfy the associative law, as given by
/Ak≠(Ak)⊕r. (1.4)
Thus, by conventional methods, logic operations (e.g., AND, OR, etc. . . . ) which do not satisfy the associative law may not be included in the cryptography algorithm without risking exposure to DPA.
An example embodiment of the present invention is a logic circuit, including a random data generator for generating random data, a random mask device for generating random mask data based on received input data and the random data, and a logic device for executing a logic operation including the random mask data and outputting the results of the execution in a random mask type, the logic operation not satisfying an associative law.
Another example embodiment of the present invention is a method of executing a logic operation, including generating random mask data based on received input data and generated random data, executing at least one logic operation including at least one of the random mask data, the random data and random mask type data, the at least one logic operation including a logic operation not satisfying the associative law, and outputting the result of the at least one logic operation applied in a random mask type.
Another example embodiment of the present invention is a method of executing a logic operation, including executing at least one logic operation including a random mask, the at least one logic operation not satisfying an associative law, the at least one logic operation not being able to be monitored with a differential power analysis (DPA).
Another example embodiment of the present invention is a logic circuit for executing a logic operation not satisfying an associative law, including a first logic gate for executing a first logic operation, the first logic operation satisfying the associative law, a second logic gate for executing a second logic operation, the second logical operation not satisfying the associative law, a third logic gate for executing a third logic operation, the third logic gate receiving the outputs of the first and second logic gates, the third logic operation not satisfying the associative law.
Another example embodiment of the present invention is a method of executing a logic operation, including executing a first logic operation on first and second data, the first logic operation satisfying an associative law, executing a second logic operation on first and second random data, the second logic operation not satisfying the associative law, and executing a third logic operation on the results of the first and second logic operation, the third logic operation not satisfying the associative law.
Another example embodiment of the present invention is a method of logic operation, including executing a logic operation not satisfying an associative law on first and second data, the first and second data not being able to be monitored with a side channel attack during the logic operation.
Example embodiments of the present invention will become more apparent by describing in detail exemplary embodiments thereof with reference to the attached drawings in which:
Hereinafter, example embodiments of the present invention will be described in detail with reference to the accompanying drawings.
In the Figures, the same reference numerals are used to denote the same elements throughout the drawings.
In another example embodiment of the present invention, referring to
As shown in
In another example embodiment of the present invention, the random mask data /a1 may be represented by one of /a1=a1⊕r1, /a2=a2⊕r2, . . . /, am=am⊕rm.
In another example embodiment of the present invention, the random data generating device 200 may generate random data r1, r2, . . . , and rm.
In another example embodiment of the present invention, the logic device 300 may receive the random mask data and the random data and may execute a logic operation.
In another example embodiment of the present invention, the logic device 300 may include at least one logic gate (e.g., NOT, AND, OR, etc. . . . ) for executing a logic operation. The logic device 300 may execute the logic operation including the random mask data, the random data and/or data of a random mask type. The logic device 300 may output a result of the logic operation.
As shown in
˜/a1⊕(r1⊕r2)=(˜/a1⊕r1)⊕r2=˜a1⊕r2 (2.1)
Table 1 below illustrates example values based on Expression 2.1 as described above.
Referring to Table 1, since (˜/a1⊕r1)=˜a1, the output of the NOT operation device 300A may be ˜a1⊕r2 as illustrated in
In another example embodiment of the present invention, the NOT operation device 300A may reduce a side channel attack based on a differential power analysis (DPA).
In another example embodiment of the present invention, the NOT operation device 300A may execute a logical operation using the random mask data /a1 and at least one of the random data r1 and r2 and may output a result of the NOT operation applied to the input data a1 in a random mask type (e.g., ˜a1⊕r2).
In another example embodiment of the present invention, if each of the random mask data and the first and second random data is n-bit data, n being a natural number, the NOT operation may be applied at corresponding bits. For example, when 4-bit random mask data /A=(/a3, /a2, /a1, /a0), 4-bit random data R1=(r3/r2/r1/r0), and R2=(s3/s2/s1/s0), and output data of the NOT operation may be given as
˜Al⊕R2={(˜a3⊕s3), (˜a2⊕s2), (˜a1⊕s1), (˜a0⊕s0)} (2.2)
In another example embodiment of the present invention, referring to
Referring to
In another example embodiment of the present invention, referring to
The first XOR logic gate 325 may receive the second intermediate data (/a1r2) and the third intermediate data (/a2r1) to execute an XOR operation and may generate a fifth intermediate data given by
(/a1r2)⊕(/a2r1) (2.3)
The second XOR logic gate 326 may receive a fourth intermediate data (r1r2) and the fifth intermediate data given in Expression 2.3 to execute an XOR operation to generate a sixth intermediate data as given by
(/a1r2)⊕(/a2r1)⊕(r1r2). (2.4)
The third XOR logic gate 327 may receive the sixth intermediate data as given by Expression 2.4 and the third random data r3 to execute an XOR operation to generate a seventh intermediate data as given by
(/a1r2)⊕(/a2r1)⊕(r1r2)⊕r3 (2.5)
The fourth XOR logic gate 328 may receive the first intermediate data (/a1/a2) and the seventh intermediate data as given in Expression 2.6 to execute an XOR operation to generate output data as given by
(/a1/a2)⊕{(/a1r2)⊕(/a2r1)⊕(r1r2)⊕r3. (2.6)
Thus, the following relationships may be determined as given by
(/a1/a2)=(a1⊕r1)(a2⊕r2)=(a1a2)⊕(a1r1r2) (2.7)
(/a1r2)=(a1⊕r1)r2=(a1r2)⊕(r1r2) (2.8)
(/a2r1)=(a2⊕r2)r1=(a2r1)⊕(r1r2) (2.9)
which may indicate
(/a2/a2)⊕{(/a2r1)⊕(/r1r2)⊕r3}={(/a1/(/a1r2)⊕(/a2r1)⊕(r1r2)⊕(r1r2)}⊕r3=((a (2.11)
Thus, when the Expressions 2.8, 2.9 and 2.10 are substituted in the Expression 2.11 the same output data (a1a2)⊕r3 may be achieved.
In another example embodiment of the present invention, the AND operation device 300B may include the random mask data /a1 and /a2 and the random data r1, r2 and r3 and may perform a logic operation. The AND operation device 300B may output the result of the AND operation applied to the input data a1 and a2 in a random mask type.
In another example embodiment of the present invention, when the random mask data and the random data are n-bit data, n being a natural number, the AND operation may be applied at corresponding bits. For example, when 4-bit random mask data /A=(/a3, /a2, /a1, /a0), 4-bit random data R1=(r3/r2/r1/r0), and R2=(s3/s2/s1/s0), the output data of the NOT operation given as shown in Expression 2.2.
Referring to
In another example embodiment, the OR operation device 300C may function similar to the above-described AND operation device 300B of
(/a1r2)⊕(/a2r1)⊕(r1r2)⊕r3=(a1a2)⊕r3 3.1
The OR operation device 300C may execute logic operations using the random mask data /a1 and /a2 and the random data r1, r2 and/or r3, and may output the result (a1a2) in a random mask type (a1a2)⊕r3.
In another example embodiment of the present invention, when the random mask data and the random data are n-bit data, n being a natural number, an OR operation may be applied to the random mask data and the random data at corresponding bits.
Referring to
In another example embodiment of the present invention, the AND operation device 341 may function as an AND operation device (e.g., AND operation device 300B of
In another example embodiment of the present invention, the NOT operation 342 may function as a NOT operation device (e.g., NOT operation device 300A of
In another example embodiment of the present invention, if (a1a2) is equivalent to a3 in the first intermediate data (a1a2)⊕r3, the first intermediate data may be a3⊕r3. The first intermediate data may include a random mask data (e.g., /a3=a3⊕r3). The NOT operation device 342 may receive the random mask data /a3 and random data r3 and r4 and may generate output data ˜a3⊕r4. In this example, since a3 may be equivalent to a1a2, the output data of the NAND operation device 300D may be ˜(a1a2)⊕r4.
In another example embodiment of the present invention, the NAND operation device 300D may execute logic operations using the random mask data /a1 and /a2 and the random data r1, r2, r3 and/or r4 and may output the result ˜(a1a2) of the NAND operation in a random mask type ˜(a1a2)⊕r4.
In another example embodiment of the present invention, when the random mask data and the random data are n-bit data, n being a natural number, a NAND operation may be applied to the random mask data and the random data at corresponding bits.
Referring to
In another example embodiment of the present invention, referring to
The NOR operation device 300E may include the random mask data /a1 and/or /a2 and the random data r1, r2, r3 and/or r4 and may output the result ˜(a1a2) of the NOR operation in a random mask type ˜(a1a2)⊕r4.
In another example embodiment of the present invention, when the random mask data and the random data are n-bit data, n being a natural number, a NOR operation may be applied to the random mask data and the random data at corresponding bits.
The example embodiments of the present invention being thus described, it will be obvious that the same may be varied in many ways. For example, above-described example embodiments include one of NOT, AND, OR, NAND and NOR operation devices. However, other example embodiments of the present invention may include any well-known arithmetic and/or logic devices (e.g., full adders, half adders, ripple carry adders, comparators, general arithmetic logic units (ALU), etc. . . . ).
Further, above-described example embodiments include four random data (e.g., r1, r2, r3, and r4). However, any number and type of random data may be used in other example embodiments of the present invention.
Basic arithmetic and logic devices according to example embodiments of the present invention may be safe from a side channel attack (e.g., from DPA) because the devices may not expose data during logic operations.
Further, basic arithmetic and logic devices and methods according to example embodiments of the present invention may execute a logic operation (e.g., NOT, AND, OR, NAND, NOR, etc. . . . ) that may satisfy an associative law while remaining safe from a side channel attack. Further, the basic arithmetic and logic devices and methods according to example embodiments of the present invention may be applied to more complex algorithms including the above-described logic operations (e.g., NOT, AND, OR, NAND, NOR, etc. . . . )
Such variations are not to be regarded as departure from the spirit and scope of the example embodiments of the present invention, and all such modifications as would be obvious to one skilled in the art are intended to be included within the scope of the following claims.
Number | Date | Country | Kind |
---|---|---|---|
10-2004-0010975 | Feb 2004 | KR | national |
Number | Name | Date | Kind |
---|---|---|---|
6295606 | Messerges et al. | Sep 2001 | B1 |
6851052 | Graveman | Feb 2005 | B1 |
20010053220 | Kocher et al. | Dec 2001 | A1 |
20040215947 | Ward et al. | Oct 2004 | A1 |
Number | Date | Country |
---|---|---|
2000-066585 | Mar 2000 | JP |
2002-366029 | Dec 2002 | JP |
Number | Date | Country | |
---|---|---|---|
20050184760 A1 | Aug 2005 | US |