Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# lea-rust

  [![crates.io](https://img.shields.io/crates/v/lea)](https://crates.io/crates/lea)

  lea-rust provides the Rust implementation of the LEA.

  Currently supported modes: CTR

## 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](/LICENSE.txt) for more information or you can obtain a copy at <http://unlicense.org/>.