Commit message (Collapse) | Author | ||
---|---|---|---|
2017-05-03 | code style | 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-06-21 | fix GCC errors | Egor Tensin | |
2016-05-19 | 'aesni' -> 'aes' | Egor Tensin | |
2016-05-19 | rename the project | Egor Tensin | |
2015-06-22 | boxes: a number of improvements | Egor Tensin | |
* Algorithm interfaces are no longer required to load partial blocks, the space for which is allocated dynamically. * Padding schemes are now also separated, perhaps in the future to become a "box" parameter. Consequently, algorithm interfaces are no longer required to implement padding either. | |||
2015-06-19 | add buffer encryption to "boxes" | Egor Tensin | |
2015-06-19 | error message update | Egor Tensin | |
2015-06-19 | add call stacks to errors | Egor Tensin | |
2015-06-18 | better error messages + refactoring | Egor Tensin | |
2015-06-17 | add the "Not implemented" error | Egor Tensin | |
2015-06-15 | handle block parsing errors the standard way | Egor Tensin | |
2015-06-15 | error handling refactoring + more docs | Egor Tensin | |
2015-06-11 | add error message formatting functions | Egor Tensin | |
2015-06-11 | add error codes & messages to the library | Egor Tensin | |