Crates.io | lea |
lib.rs | lea |
version | 0.5.4 |
source | src |
created_at | 2020-04-21 06:34:44.30413 |
updated_at | 2023-03-14 13:27:45.491161 |
description | Lightweight Encryption Algorithm (LEA) |
homepage | |
repository | https://github.com/sitd2813/lea-rust |
max_upload_size | |
id | 232428 |
size | 82,427 |
lea-rust is an implementation of a 128-bit ARX block cipher LEA written in pure Rust.
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.
Feature | Description | Default |
---|---|---|
ccm |
LEA-CCM | false |
ctr |
LEA-CTR | false |
zeroize |
Zeroize memory containing sensitive data | false |
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.