lea-rust is an implementation of a 128-bit ARX block cipher LEA written in Rust.
LEA(Lightweight Encryption Algorithm) is a 128-bit ARX block cipher algorithm developed by the South Korean National Security Research Institute in 2013. Designed to be faster and more lightweight, it maintains enough security to be the replacement of the AES.
See https://seed.kisa.or.kr/kisa/algorithm/EgovLeaInfo.do for more information.
features = ["ccm"]
)features = ["ctr"]
)lea-rust is subject to the terms of the MIT License
. If a copy of the MIT License was not distributed with this file, you can obtain one at https://opensource.org/licenses/MIT.