lea

Crates.iolea
lib.rslea
version0.5.4
sourcesrc
created_at2020-04-21 06:34:44.30413
updated_at2023-03-14 13:27:45.491161
descriptionLightweight Encryption Algorithm (LEA)
homepage
repositoryhttps://github.com/sitd2813/lea-rust
max_upload_size
id232428
size82,427
남기훈 (sitd2813)

documentation

README

lea-rust

crates.io docs.rs

lea-rust is an implementation of a 128-bit ARX block cipher LEA written in pure Rust.

Lightweight Encryption Algorithm (LEA)

Lightweight Encryption Algorithm (LEA) 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://en.wikipedia.org/wiki/LEA_(cipher) and https://seed.kisa.or.kr/kisa/algorithm/EgovLeaInfo.do for more information.

Features

Feature Description Default
ccm LEA-CCM false
ctr LEA-CTR false
zeroize Zeroize memory containing sensitive data false

Security

  • Warning: This implementation has been tested on little-endian devices only.
  • Warning: This implementation has not received any security audit.

License

Copyright © 2020–2023 남기훈 gihunnam@proton.me

This project is subject to the terms of the MIT License (the "License"). If a copy of the License was not distributed with this file, you can obtain one at https://opensource.org/licenses/MIT.

Commit count: 32

cargo fmt