Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid allocating zero bytes for SHA-3 padding | Jack Lloyd | 2018-01-30 | 1 | -15/+2 |
| | | | | Inspired by #1433 | ||||
* | Use explicit on more single-argument constructors | Jack Lloyd | 2017-09-30 | 1 | -2/+2 |
| | |||||
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 1 | -2/+2 |
| | | | | | Done by a perl script which converted all classes to final, followed by selective reversion where it caused compilation failures. | ||||
* | Header file cleanups | Jack Lloyd | 2017-09-21 | 1 | -1/+0 |
| | | | | 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 | -2/+2 |
| | | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols. | ||||
* | Add HashFunction::copy_state | Jack Lloyd | 2017-05-22 | 2 | -0/+12 |
| | | | | See GH #1037 | ||||
* | 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 | -12/+12 |
| | | | | | | 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. | ||||
* | Add SHAKE-128 and SHAKE-256 as hash functions | Jack Lloyd | 2016-11-10 | 3 | -0/+187 |