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
/
codec
/
base64
/
base64.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport of #2543 to release-2
Jack Lloyd
2020-12-15
1
-77
/
+96
*
Backport of #2541 increase alignment of lookup tables
Jack Lloyd
2020-12-12
1
-2
/
+2
*
Simplify base32/base64 by moving common logic to code_base.h
Jack Lloyd
2018-10-15
1
-35
/
+8
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
1
-8
/
+8
*
Add some final annotations
Jack Lloyd
2018-08-13
1
-1
/
+1
*
Use codec_base for Base64 encoding
Wambou
2018-08-04
1
-156
/
+151
*
Remove redundant parens
Jack Lloyd
2017-10-03
1
-2
/
+2
*
Remove function comments n*4/3 and n*3/4 in base64
Evgeny Pokhilko
2017-02-06
1
-2
/
+11
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-16
/
+16
*
Missing adds
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-2
/
+2
*
Fix round_up
Simon Warta
2015-07-15
1
-7
/
+3
*
lib/codec: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
1
-4
/
+9
*
Clean up base64 handling. Github pull 40 from webmaster128
lloyd
2015-01-11
1
-11
/
+10
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Handle zero length inputs correctly in base64. Github issue 37
lloyd
2015-01-08
1
-2
/
+9
*
Fix various warnings from VC++ 2014 and add missing include
lloyd
2014-10-31
1
-2
/
+2
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+245