Commit message (Collapse) | Author | ||
---|---|---|---|
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 | refactoring | Egor Tensin | |
2015-06-18 | refactoring | Egor Tensin | |
2015-06-17 | factoring out AES-specific stuff | Egor Tensin | |
2015-06-17 | refactoring | Egor Tensin | |
2015-06-17 | add "boxes" as a uniform encryption interface | Egor Tensin | |
CTR is not yet supported. |