Skip to content

LEA.NET is implementation of LEA in .NET languages.

License

Notifications You must be signed in to change notification settings

hsheric0210/LEA.NET

Repository files navigation

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.