Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid calling memset, memcpy within library code | Jack Lloyd | 2018-11-17 | 1 | -4/+4 |
| | | | | | | | | | Prefer using wrappers in mem_utils for this. Current exception is where memcpy is being used to convert between two different types, since copy_mem requires input and output pointers have the same type. There should be a new function to handle conversion-via-memcpy operation. | ||||
* | Compile fix | Jack Lloyd | 2018-11-07 | 1 | -0/+1 |
| | |||||
* | Avoid using std::invalid_argument | Jack Lloyd | 2018-11-07 | 1 | -2/+2 |
| | | | | See #1726 | ||||
* | Remove support for Visual C++ 2013 | Jack Lloyd | 2018-10-01 | 1 | -2/+0 |
| | | | | Closes GH #1557 | ||||
* | 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 | ||||
* | escape \Z in doxygen comment causing doxygen warning (and in turn error), ↵ | Zoltan Gyarmati | 2017-07-01 | 1 | -1/+1 |
| | | | | fixes #1102 | ||||
* | Fix inverted conditional | Jack Lloyd | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | Avoid move operators in MSVC2013 | Jack Lloyd | 2017-06-07 | 1 | -2/+6 |
| | |||||
* | Add Ed25519 implementation based on SUPERCOP ref10 | Jack Lloyd | 2017-06-07 | 1 | -0/+224 |
This work was sponsored by Ribose Inc |