Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/aes/src/padding.c (unfollow)
Commit message (Collapse)Author
2019-12-21restructure the projectEgor Tensin
2016-10-17fix compiler warningsEgor Tensin
2016-10-17fix compiler warningsEgor Tensin
2016-10-10code styleEgor Tensin
2016-09-25fix licensing noticesEgor Tensin
Also, remove the docs, which were never there anyway.
2016-05-19'aesni' -> 'aes'Egor Tensin
2016-05-19rename the projectEgor Tensin
2015-06-22boxes: a number of improvementsEgor 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.