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/test/aes_common.hpp (unfollow)
Commit message (Collapse)Author
2015-06-24move executables from test/ to utils/Egor 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.
2015-06-19rename executablesEgor Tensin
2015-06-18test: fix usage messagesEgor Tensin
2015-06-18test: merge block utilitiesEgor Tensin