Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slight optimization for MGF1 | Jack Lloyd | 2018-09-20 | 1 | -2/+3 |
| | | | | Avoid needless allocations during PSS and OAEP operations. | ||||
* | Header file cleanups | Jack Lloyd | 2017-09-21 | 2 | -2/+4 |
| | | | | Some help from include-what-you-use | ||||
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
| | | | | | | ISO C++ reserves names with double underscores in them Closes #512 | ||||
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
| | | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols. | ||||
* | 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 | -6/+6 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | Improve pk_pad doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -0/+5 |
| | |||||
* | Export mgf1_mask GH #380 | Jack Lloyd | 2015-12-25 | 1 | -3/+3 |
| | |||||
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -1/+0 |
| | | | | Only user-visible change is the removal of get_byte.h | ||||
* | Fix module combi: adler32,eme_oaep | Simon Warta | 2015-07-08 | 1 | -1/+0 |
| | |||||
* | lib/pk_pad: Convert &vec[0] to vec.data() | Daniel Seither | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -4/+0 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | More unique_ptr, also cleanup MGF1 usage | lloyd | 2014-01-18 | 3 | -0/+66 |