aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/mem_ops.h
Commit message (Expand)AuthorAgeFilesLines
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Complete the final annotation changesJack Lloyd2017-09-191-3/+3
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Fix Doxygen comment problemsJack Lloyd2017-09-171-4/+4
* De-inline xor_buf, add SIMD and unrollingJack Lloyd2017-09-161-23/+23
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-8/+8
* Rename zero_mem to secure_scrub_memoryJack Lloyd2016-11-031-9/+34
* Use memcpy instead of misaligned pointer casts for reading words.Jack Lloyd2015-12-311-61/+5
* Guard all std::mem* ops against any call with zero length.Jack Lloyd2015-12-251-3/+12
* Internal header cleanupsJack Lloyd2015-09-191-0/+127
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Have clear_mem just be a plain memset and only call the (slow)lloyd2014-08-091-1/+1
* Move lib into srclloyd2014-01-101-0/+75