Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | restructure the project | Egor Tensin | 2019-12-21 |
| | |||
* | Windows.h > windows.h | Egor Tensin | 2019-08-20 |
| | | | | | ... to enable cross-compilation from Ubuntu, where there's windows.h, and paths are case-sensitive. | ||
* | code style | Egor Tensin | 2017-06-25 |
| | |||
* | code style | Egor Tensin | 2017-05-03 |
| | |||
* | code style | Egor Tensin | 2016-10-10 |
| | |||
* | fix licensing notices | Egor Tensin | 2016-09-25 |
| | | | | Also, remove the docs, which were never there anyway. | ||
* | fix GCC errors | Egor Tensin | 2016-06-21 |
| | |||
* | 'aesni' -> 'aes' | Egor Tensin | 2016-05-19 |
| | |||
* | rename the project | Egor Tensin | 2016-05-19 |
| | |||
* | boxes: a number of improvements | Egor Tensin | 2015-06-22 |
| | | | | | | | | | * 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. | ||
* | 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-19 |
| | |||
* | better error messages + refactoring | Egor Tensin | 2015-06-18 |
| | |||
* | add the "Not implemented" error | Egor Tensin | 2015-06-17 |
| | |||
* | handle block parsing errors the standard way | Egor Tensin | 2015-06-15 |
| | |||
* | error handling refactoring + more docs | Egor Tensin | 2015-06-15 |
| | |||
* | add error message formatting functions | Egor Tensin | 2015-06-11 |
| | |||
* | add error codes & messages to the library | Egor Tensin | 2015-06-11 |