aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/cryptobox/cryptobox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use C++17's concat namespace featureJack Lloyd2022-02-061-5/+1
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-161-3/+5
* Remove unused variableJack Lloyd2021-04-081-1/+0
* Avoid now-deprecated PBKDF interface within the libraryJack Lloyd2021-04-081-17/+19
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-2/+2
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-3/+3
* More header cleanupsJack Lloyd2017-09-231-0/+1
* Avoid creating invalid iterator references when input_len == 0Jack Lloyd2017-09-221-4/+10
* Update cryptobox decryptionJack Lloyd2017-09-221-35/+49
* Cryptobox code modernizationJack Lloyd2017-09-221-42/+35
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-11/+11
* Check missing Pipe::read return valuesJack Lloyd2016-11-091-4/+8
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-1/+0
* Internal header cleanupsJack Lloyd2015-09-191-1/+1
* lib/misc: Convert &vec[0] to vec.data()Simon Warta2015-06-251-6/+6
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-0/+163