LEA (cipher)
{{short description|Republic of Korea national standard block cipher}}
{{Infobox block cipher
| name = LEA
| image = LEA_enc_round_function.png
| caption = LEA encryption round function
| designers = Deukjo Hong, Jung-Keun Lee, Dong-Chan Kim, Daesung Kwon, Kwon Ho Ryu, Dong-Geon Lee
| publish date = 2013
| derived to =
| related to =
| key size = 128, 192, or 256 bits
| block size = 128 bits
| structure = ARX (modular Addition, bitwise Rotation, and bitwise XOR)
| rounds = 24, 28, or 32 (depending on key size)
| cryptanalysis = As of 2019, no successful attack on full-round LEA is known.
}}
The Lightweight Encryption Algorithm (also known as LEA) is a 128-bit block cipher developed by South Korea in 2013 to provide confidentiality in high-speed environments such as big data and cloud computing, as well as lightweight environments such as IoT devices and mobile devices.{{cite book |last1=Hong |first1=Deukjo |last2=Lee |first2=Jung-Keun |last3=Kim |first3=Dong-Chan |last4=Kwon |first4=Daesung |last5=Ryu |first5=Kwon Ho |last6=Lee |first6=Dong-Geon |title=Information Security Applications |chapter=LEA: A 128-Bit Block Cipher for Fast Encryption on Common Processors |series=Lecture Notes in Computer Science |date=2014 |volume=8267 |publisher=Springer International Publishing |isbn=978-3-319-05149-9 |pages=3–27 |doi=10.1007/978-3-319-05149-9_1 |chapter-url=https://link.springer.com/chapter/10.1007/978-3-319-05149-9_1 |language=en}} LEA has three different key lengths: 128, 192, and 256 bits. LEA encrypts data about 1.5 to 2 times faster than AES, the most widely used block cipher in various software environments.
LEA is one of the cryptographic algorithms approved by the Korean Cryptographic Module Validation Program (KCMVP) and is the national standard of Republic of Korea (KS X 3246). LEA is included in the ISO/IEC 29192-2:2019 standard (Information security - Lightweight cryptography - Part 2: Block ciphers).
Specification
The block cipher LEA consisting of ARX operations (modular Addition: , bitwise Rotation: , , and bitwise XOR ) for 32-bit words processes data blocks of 128 bits and has three different key lengths: 128, 192, and 256 bits.
LEA with a 128-bit key, LEA with a 192-bit key, and LEA with a 256-bit key are referred to as “LEA-128”, “LEA-192”, and “LEA-256”, respectively.
The number of rounds is 24 for LEA-128, 28 for LEA-192, and 32 for LEA-256.
=Encryption=
Let be a 128-bit block of plaintext and be a 128-bit block of ciphertext, where and () are 32-bit blocks.
Let () be 192-bit round keys, where () are 32-bit blocks.
Here is the number of rounds for the LEA algorithm.
The encryption operation is described as follows:
- for to
=Decryption=
The decryption operation is as follows:
- for down to
= Key schedule =
The key schedule of LEA supports 128, 192, and 256-bit keys and outputs 192-bit round keys () for the data processing part.
== Key schedule for LEA-128 ==
Let be a 128-bit key, where () are 32-bit blocks.
The key schedule for LEA-128 takes and four 32-bit constants () as inputs and outputs twenty-four 192-bit round keys ().
The key schedule operation for LEA-128 is as follows:
- for to
== Key schedule for LEA-192 ==
Let be a 192-bit key, where () are 32-bit blocks.
The key schedule for LEA-192 takes and six 32-bit constants () as inputs and outputs twenty-eight 192-bit round keys ().
The key schedule operation for LEA-192 is as follows:
- for to
== Key schedule for LEA-256 ==
Let be a 256-bit key, where () are 32-bit blocks.
The key schedule for LEA-192 takes and eight 32-bit constants () as inputs and outputs thirty-two 192-bit round keys ().
The key schedule operation for LEA-256 is as follows:
- for to
== Constant values ==
The eight 32-bit constant values () used in the key schedule are given in the following table.
class="wikitable" style="margin-left: auto; margin-right:auto; border: none;"
|+Constant values used in the key schedule |
| style="text-align:center;" | 0 | style="text-align:center;" | 1 | style="text-align:center;" | 2 | style="text-align:center;" | 3 | style="text-align:center;" | 4 | style="text-align:center;" | 5 | style="text-align:center;" | 6 | style="text-align:center;" | 7 |
---|
| 0xc3efe9db | 0x44626b02 | 0x79e27c8a | 0x78df30ec | 0x715ea49e | 0xc785da0a | 0xe04ef22a | 0xe5c40957 |
Security
As of 2019, no successful attack on full-round LEA is known.
As is typical for iterated block ciphers, reduced-round variants have been attacked.
The best published attacks on LEA in the standard attack model (CPA/CCA with unknown key) are boomerang attacks and differential linear attacks.
The security margin to the whole rounds ratio is greater than 37% against various existing cryptanalytic techniques for block ciphers.
class="wikitable" style="margin-left: auto; margin-right:auto; border: none;"
|+Security of LEA-128 (24 rounds) |
Attack type
! Attacked rounds |
---|
Differential{{cite book |last1=Song |first1=Ling |last2=Huang |first2=Zhangjie |last3=Yang |first3=Qianqian |title=Information Security and Privacy |chapter=Automatic Differential Analysis of ARX Block Ciphers with Application to SPECK and LEA |series=Lecture Notes in Computer Science |date=2016 |volume=9723 |publisher=Springer International Publishing |isbn=978-3-319-40367-0 |pages=379–394 |doi=10.1007/978-3-319-40367-0_24 |chapter-url=https://link.springer.com/chapter/10.1007/978-3-319-40367-0_24 |language=en}}
| style="text-align:center;" | 14 |
Truncated differential
| style="text-align:center;" | 14 |
Linear
| style="text-align:center;" | 13 |
Zero correlation
| style="text-align:center;" | 10 |
Boomerang
| style="text-align:center;" | 15 |
Impossible differential
| style="text-align:center;" | 12 |
Integral
| style="text-align:center;" | 9 |
Differential linear
| style="text-align:center;" | 15 |
Related-key differential
| style="text-align:center;" | 13 |
class="wikitable" style="margin-left: auto; margin-right:auto; border: none;"
|+Security margins of LEA |
Block ciphers
! Rounds (Attacked / Total) ! Security margins |
---|
style="text-align:center;" | LEA-128
| style="text-align:center;" | 15 / 24 | style="text-align:center;" | 37.50% |
style="text-align:center;" | LEA-192
| style="text-align:center;" | 16 / 28 | style="text-align:center;" | 42.85% |
style="text-align:center;" | LEA-256
| style="text-align:center;" | 18 / 32 | style="text-align:center;" | 43.75% |
Performance
LEA has very good performance in a general-purpose software environment.
In particular, it is possible to encrypt at a rate of about 1.5 to 2 times on average, compared to AES, the most widely used block cipher in various software environments.
The tables below compare the performance of LEA and AES using FELICS (Fair Evaluation of Lightweight Cryptographic Systems),{{cite journal |last1=Dinu |first1=Daniel |last2=Corre |first2=Yann Le |last3=Khovratovich |first3=Dmitry |last4=Perrin |first4=Léo |last5=Großschädl |first5=Johann |last6=Biryukov |first6=Alex |title=Triathlon of lightweight block ciphers for the Internet of things |journal=Journal of Cryptographic Engineering |date=14 July 2018 |volume=9 |issue=3 |pages=283–302 |doi=10.1007/s13389-018-0193-x |s2cid=1578215 |url=https://eprint.iacr.org/2015/209.pdf}} a benchmarking framework for evaluation of software implementations of lightweight cryptographic primitives.
class="wikitable" style="margin-left: auto; margin-right:auto; border: none;"
|+FELICS scenario 1 – Enc. + Dec. + KeySetup / 128-byte CBC-Encryption{{Cite web|url=https://www.cryptolux.org/index.php/FELICS|title=CryptoLUX > FELICS|website=cryptolux.org}} (Code: bytes, RAM: bytes, Time: cycles) |
colspan="2" | Platform
! LEA-128 ! LEA-192 ! LEA-256 ! AES-128 |
---|
rowspan="3" | AVR
| Code | align="right" | 1,684 | align="right" | 2,010 | align="right" | 2,150 | align="right" | 3,010 |
RAM
| align="right" | 631 | align="right" | 943 | align="right" | 1,055 | align="right" | 408 |
Time
| align="right" | 61,020 | align="right" | 80,954 | align="right" | 92,194 | align="right" | 58,248 |
rowspan="3" | MSP
| Code | align="right" | 1,130 | align="right" | 1,384 | align="right" | 1,468 | align="right" | 2,684 |
RAM
| align="right" | 626 | align="right" | 942 | align="right" | 1,046 | align="right" | 408 |
Time
| align="right" | 47,339 | align="right" | 56,540 | align="right" | 64,001 | align="right" | 86,506 |
rowspan="3" | ARM
| Code | align="right" | 472 | align="right" | 536 | align="right" | 674 | align="right" | 3,050 |
RAM
| align="right" | 684 | align="right" | 968 | align="right" | 1,080 | align="right" | 452 |
Time
| align="right" | 17,417 | align="right" | 20,640 | align="right" | 24,293 | align="right" | 83,868 |
Test vectors
Test vectors for LEA for each key length are as follows.
All values are expressed in hexadecimal form.
- LEA-128
- Key: 0f 1e 2d 3c 4b 5a 69 78 87 96 a5 b4 c3 d2 e1 f0
- Plaintext: 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
- Ciphertext: 9f c8 4e 35 28 c6 c6 18 55 32 c7 a7 04 64 8b fd
- LEA-192
- Key: 0f 1e 2d 3c 4b 5a 69 78 87 96 a5 b4 c3 d2 e1 f0 f0 e1 d2 c3 b4 a5 96 87
- Plaintext: 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f
- Ciphertext: 6f b9 5e 32 5a ad 1b 87 8c dc f5 35 76 74 c6 f2
- LEA-256
- Key: 0f 1e 2d 3c 4b 5a 69 78 87 96 a5 b4 c3 d2 e1 f0 f0 e1 d2 c3 b4 a5 96 87 78 69 5a 4b 3c 2d 1e 0f
- Plaintext: 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f
- Ciphertext: d6 51 af f6 47 b1 89 c1 3a 89 00 ca 27 f9 e1 97
Implementations
LEA is free for any use: public or private, commercial or non-commercial.
The source code for distribution of LEA implemented in C, Java, and Python can be downloaded from KISA's website.{{Cite web|url=https://seed.kisa.or.kr/kisa/Board/20/detailView.do|title=KISA 암호이용활성화 - 암호알고리즘 소스코드|website=seed.kisa.or.kr}}
In addition, LEA is contained in Crypto++ library, a free C++ class library of cryptographic schemes.{{Cite web|url=https://www.cryptopp.com/|title=Crypto++ Library 8.2 | Free C++ Class Library of Cryptographic Schemes|website=www.cryptopp.com}}
KCMVP
LEA is one of the cryptographic algorithms approved by the Korean Cryptographic Module Validation Program (KCMVP).{{Cite web|url=https://seed.kisa.or.kr/kisa/kcmvp/EgovSummary.do|title=KISA 암호이용활성화 - 개요|website=seed.kisa.or.kr}}
Standardization
LEA is included in the following standards.
- KS X 3246, 128-bit block cipher LEA (in Korean){{cite web
|url = https://rra.go.kr/ko/reference/kcsList_view.do?nb_seq=1923&cpage=4&nb_type=6&searchCon=&searchTxt=&sortOrder=
|title = KS X 3246, 128-bit block cipher LEA (in Korean)
|url-status =
|archiveurl =
|archivedate =
}}
- ISO/IEC 29192-2:2019, Information security - Lightweight cryptography - Part 2: Block ciphers{{cite web
|url = https://www.iso.org/standard/78477.html
|title = ISO/IEC 29192-2:2019, Information security - Lightweight cryptography - Part 2: Block ciphers
|url-status =
|archiveurl =
|archivedate =
}}