Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add message to BOTAN_ARG_CHECK and use it more widely | Jack Lloyd | 2018-05-13 | 1 | -1/+1 |
| | |||||
* | Fix for systems needing 128-bit helper type | Jack Lloyd | 2018-01-07 | 1 | -0/+5 |
| | |||||
* | Reformat donna.cpp | Jack Lloyd | 2018-01-06 | 1 | -2/+2 |
| | | | | | Was originally kept in the same format as upstream, but upstream is not maintained anymore so no reason to stick with it. | ||||
* | Address some bool/int conversion warnings from Sonar | Jack Lloyd | 2017-10-06 | 1 | -2/+5 |
| | | | | Nothing major but probably good to clean these up. | ||||
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 1 | -1/+1 |
| | | | | | Done by a perl script which converted all classes to final, followed by selective reversion where it caused compilation failures. | ||||
* | 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 | ||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -18/+18 |
| | | | | | | 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. | ||||
* | Fix undefined behavior in donna128 type | Jack Lloyd | 2016-07-15 | 1 | -6/+12 |
| | | | | | | | Caused Curve25519 tests to fail when compiled by Clang on ARM, may have affected other 32-bit platforms. GH #532 | ||||
* | Remaining cppcheck fixes that are not covered by GH #444 | Daniel Neus | 2016-03-05 | 1 | -2/+2 |
| | |||||
* | Don't define overloads if there is no native uint128_t. Github 47 | lloyd | 2015-01-27 | 1 | -0/+2 |
| | |||||
* | Amalgamation fixes | lloyd | 2015-01-23 | 1 | -0/+11 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 1 | -0/+116 |