aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/hex/hex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-204/+0
* Plain hex_decode now returns a std::vector, use hex_decode_locked tolloyd2012-05-261-5/+26
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-9/+3
* Calling &str[str.size()] is only valid if str is const; otherwise thelloyd2011-04-291-4/+5
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-1/+1
* s/u32bit/size_t/ in codec and benchmarklloyd2010-10-121-15/+15
* Handle memory overwrite if hex input was not byte widelloyd2010-10-011-1/+1
* Add a convenience overload of hex_encode taking a MemoryRegion<byte>&lloyd2010-09-231-0/+8
* Realization while thinking about the recently added truncate: in a STLlloyd2010-09-071-1/+1
* Add a standalone version of hex encoding and decoding, defining the filterslloyd2010-09-031-0/+180
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-193/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-6/+6
* Increase the internal buffer size of the Hex coder/decoder, and put it intolloyd2009-10-231-3/+5
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-43/+45
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+1
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-281-0/+188