| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -Werror mode for CI build | Jack Lloyd | 2019-12-03 | 1 | -1/+4 |
* | prefix macro with BOTAN_ | Nuno Goncalves | 2019-10-19 | 1 | -4/+4 |
* | Add additional typecast and several static_asserts | Nuno Goncalves | 2019-10-14 | 1 | -0/+22 |
* | Unroll xor_buf by 32 bytes | Jack Lloyd | 2019-09-06 | 1 | -37/+46 |
* | Have set_mem only work for bytes | Jack Lloyd | 2019-01-31 | 1 | -4/+3 |
* | Add CT::Mask type | Jack Lloyd | 2018-11-28 | 1 | -3/+17 |
* | Add typecast_copy | Jack Lloyd | 2018-11-17 | 1 | -12/+28 |
* | Add missing <stdexcept> <string> necessary | Larry-Hu | 2018-11-07 | 1 | -2/+0 |
* | Add missing <stdexcept> <string> necessary | Cheney-Wang | 2018-11-02 | 1 | -0/+2 |
* | Move allocator initializer RAII class to mem_ops.h | Jack Lloyd | 2018-02-19 | 1 | -0/+6 |
* | Alternate method of forcing allocator initialization | Jack Lloyd | 2018-02-04 | 1 | -0/+5 |
* | Use memcpy trick in 3-arg xor_buf also | Jack Lloyd | 2017-10-13 | 1 | -23/+17 |
* | Somewhat faster xor_buf | Jack Lloyd | 2017-10-12 | 1 | -18/+15 |
* | OCB optimizations | Jack Lloyd | 2017-10-12 | 1 | -7/+59 |
* | Add wrappers for reinterpret_cast between char* and uint8_t* | Jack Lloyd | 2017-10-03 | 1 | -0/+20 |
* | Add annotation so GCC/Clang/MSVC know it is an allocation function. | Jack Lloyd | 2017-09-30 | 1 | -1/+1 |
* | In secure_allocator, hide mlock/new usage in a function in mem_ops | Jack Lloyd | 2017-09-29 | 1 | -0/+18 |
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
* | Complete the final annotation changes | Jack Lloyd | 2017-09-19 | 1 | -3/+3 |
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
* | Fix Doxygen comment problems | Jack Lloyd | 2017-09-17 | 1 | -4/+4 |
* | De-inline xor_buf, add SIMD and unrolling | Jack Lloyd | 2017-09-16 | 1 | -23/+23 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -8/+8 |
* | Rename zero_mem to secure_scrub_memory | Jack Lloyd | 2016-11-03 | 1 | -9/+34 |
* | Use memcpy instead of misaligned pointer casts for reading words. | Jack Lloyd | 2015-12-31 | 1 | -61/+5 |
* | Guard all std::mem* ops against any call with zero length. | Jack Lloyd | 2015-12-25 | 1 | -3/+12 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -0/+127 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Have clear_mem just be a plain memset and only call the (slow) | lloyd | 2014-08-09 | 1 | -1/+1 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+75 |