Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 834 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 834 Bytes

LEA.NET - .NET implementation of LEA

LEA.NET is pure .NET language implementation of LEA.

What is 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.

Notes

This implementation is based on Java implementation source provided by KISA.