Commit message (Collapse) | Author | ||
---|---|---|---|
2019-12-21 | restructure the project | Egor Tensin | |
2016-10-15 | add "portable" alignment macro | Egor Tensin | |
2016-10-10 | code style | Egor Tensin | |
2016-09-25 | fix licensing notices | Egor Tensin | |
Also, remove the docs, which were never there anyway. | |||
2016-05-19 | 'aesni' -> 'aes' | Egor Tensin | |
2016-05-19 | rename the project | Egor Tensin | |
2015-07-28 | refactoring | Egor Tensin | |
Namely, rename API functions to facilitate metaprogramming using preprocessor macros. | |||
2015-06-18 | better error messages + refactoring | Egor Tensin | |
2015-06-17 | factoring out AES-specific stuff | Egor Tensin | |
2015-06-16 | handle block formatting/printing functions errors | Egor Tensin | |
2015-06-15 | handle block parsing errors the standard way | Egor Tensin | |
2015-06-11 | rename source files | Egor Tensin | |
2015-06-11 | add `assert`s | Egor Tensin | |
2015-06-11 | refactoring | Egor Tensin | |
2015-06-10 | BE block I/O by default | Egor Tensin | |
2015-06-04 | bugfix | Egor Tensin | |
2015-06-04 | explicitly separate BE vs. LE block I/O functions | Egor Tensin | |
2015-06-04 | refactoring | Egor Tensin | |
2015-06-03 | add FIPS-style block parsing functions | Egor Tensin | |
2015-05-31 | code style | Egor Tensin | |
2015-05-25 | add block parsing functions | Egor Tensin | |
2015-05-24 | add FIPS-style formatting to AES-192/256 blocks | Egor Tensin | |
2015-05-24 | add FIPS-style printing to AES-192/256 blocks | Egor Tensin | |
2015-05-24 | bugfix | Egor Tensin | |
2015-05-24 | add block formatting/printing functions | Egor Tensin | |
2015-05-24 | add state-to-block conversion function | Egor Tensin | |