index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
misc
/
cryptobox
/
cryptobox.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use C++17's concat namespace feature
Jack Lloyd
2022-02-06
1
-5
/
+1
*
Make get_byte take a compile-time constant index
Jack Lloyd
2021-04-16
1
-3
/
+5
*
Remove unused variable
Jack Lloyd
2021-04-08
1
-1
/
+0
*
Avoid now-deprecated PBKDF interface within the library
Jack Lloyd
2021-04-08
1
-17
/
+19
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Add RAII versions of get_cipher_mode and get_aead
Jack Lloyd
2018-04-07
1
-2
/
+2
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
1
-3
/
+3
*
More header cleanups
Jack Lloyd
2017-09-23
1
-0
/
+1
*
Avoid creating invalid iterator references when input_len == 0
Jack Lloyd
2017-09-22
1
-4
/
+10
*
Update cryptobox decryption
Jack Lloyd
2017-09-22
1
-35
/
+49
*
Cryptobox code modernization
Jack Lloyd
2017-09-22
1
-42
/
+35
*
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-11
/
+11
*
Check missing Pipe::read return values
Jack Lloyd
2016-11-09
1
-4
/
+8
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-1
/
+0
*
Internal header cleanups
Jack Lloyd
2015-09-19
1
-1
/
+1
*
lib/misc: Convert &vec[0] to vec.data()
Simon Warta
2015-06-25
1
-6
/
+6
*
Clean up root dir, remove some unneeded dependencies
lloyd
2015-02-05
1
-0
/
+163