0.2.1 Apr 20, 2020
0.2.0 Apr 19, 2020
0.1.2 Apr 18, 2020
0.1.1 Apr 18, 2020
0.1.0 Apr 18, 2020

#85 in #block-cipher

Unlicense

91KB
737 lines

lea256

lea256 provides the Rust implementation of the LEA 256-bit key.

Currently supported modes: none

LEA

LEA, the acronym of the Lightweight Encryption Algorithm, is a 128-bit block cipher algorithm developed by the South Korean National Security Research Institute in 2013. LEA is devised to be faster and more lightweight than AES without sacrificing security..

Check https://seed.kisa.or.kr/kisa/algorithm/EgovLeaInfo.do for more information.

License

This project is licensed under the Unlicense. See LICENSE.txt for more information or you can obtain a copy at http://unlicense.org/.


lib.rs:

Lightweight Encryption Algorithm 256-bit implementations

Dependencies