LEA.NET - .NET implementation of LEA
LEA.NET is pure .NET language implementation of LEA.
LEA is 128-bit ARX block cipher developed by South Korea in 2013, included in KS X 3246 and ISO/IEC 29192-2:2019, which usually 1.5~2 times faster than AES.
More detailed information is available in Wikipedia and its website.
- NamuWiki: LEA
- Wikipedia: LEA (cipher)
- Korean Wikipedia: LEA (암호)
- KISA: LEA Website
- KISA: LEA Source Code
This implementation is based on Java implementation source provided by KISA.