Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 943 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 943 Bytes

AES implementation by Chris Lomont

This repository is just a copy of the AES - Advanced Encryption Standard High Speed encryption source code by Chris Lomont:

http://lomont.org/software/misc/aes/

An older, direct, and slower implementation from spec is also avaible with the Rijndael class.

Direct links to original files:

Unrelated in terms of code base but potentially relevant if you are looking for an actively maintained AES-focused library