aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/base64/base64.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+1
| | | | | | It turned out many files were including base.h merely to get other includes (like types.h, secmem.h, and exceptn.h). Those have been changed to directly include the files containing the declarations that code needs.
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-281-0/+225
module asn1 Move hex and base64 codecs into new codecs directory. Also move zlib and bzip2 to codecs from compress.