Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GCM and CTR optimizations | Jack Lloyd | 2017-10-18 | 2 | -6/+15 |
* | GMAC optimization | Jack Lloyd | 2017-10-15 | 2 | -21/+32 |
* | Optimize GCM | Jack Lloyd | 2017-10-13 | 2 | -23/+27 |
* | Avoid bogus declarations in GMAC | Jack Lloyd | 2017-09-30 | 1 | -25/+3 |
* | Address some MSVC warnings | Jack Lloyd | 2017-09-30 | 1 | -4/+3 |
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 1 | -1/+1 |
* | More include header cleanups | Jack Lloyd | 2017-09-21 | 1 | -0/+1 |
* | Header file cleanups | Jack Lloyd | 2017-09-21 | 1 | -6/+2 |
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -1/+3 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 2 | -15/+15 |
* | Add MAC::start_msg, update GMAC | Jack Lloyd | 2016-10-28 | 2 | -14/+4 |
* | Implements GMAC with GHASH. | Matthias Gierlings | 2016-10-28 | 2 | -44/+98 |
* | Added implementation for GMAC | Matthias Gierlings | 2016-10-27 | 3 | -0/+159 |