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
/
codec
/
hex
/
hex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Calling &str[str.size()] is only valid if str is const; otherwise the
lloyd
2011-04-29
1
-4
/
+5
*
Maintainer mode warning cleanups, mostly for C style casts which I
lloyd
2011-04-18
1
-1
/
+1
*
s/u32bit/size_t/ in codec and benchmark
lloyd
2010-10-12
1
-15
/
+15
*
Handle memory overwrite if hex input was not byte wide
lloyd
2010-10-01
1
-1
/
+1
*
Add a convenience overload of hex_encode taking a MemoryRegion<byte>&
lloyd
2010-09-23
1
-0
/
+8
*
Realization while thinking about the recently added truncate: in a STL
lloyd
2010-09-07
1
-1
/
+1
*
Add a standalone version of hex encoding and decoding, defining the filters
lloyd
2010-09-03
1
-0
/
+180
*
Move most code that relies heavily on Filters into src/filters.
lloyd
2009-11-17
1
-193
/
+0
*
Rename/remove some secmem member variables for better matching with STL
lloyd
2009-11-17
1
-6
/
+6
*
Increase the internal buffer size of the Hex coder/decoder, and put it into
lloyd
2009-10-23
1
-3
/
+5
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-43
/
+45
*
Split base.h into block_cipher.h and stream_cipher.h
lloyd
2008-11-08
1
-0
/
+1
*
Move almost all of the ASN.1, BER, and DER codec related code into new
lloyd
2008-09-28
1
-0
/
+188