Inline base64 encoder/decoder
authorPieter Wuille <pieter.wuille@gmail.com>
Tue, 20 Sep 2011 13:38:29 +0000 (15:38 +0200)
committerPieter Wuille <pieter.wuille@gmail.com>
Tue, 27 Sep 2011 17:47:35 +0000 (19:47 +0200)
commit4b603f1cd6a0b8480c15555389077a4b401c2c7b
tree3ac0b307439f1fbac5b5f53eebad4603dbdba0e2
parent4e67a6216bf3633320950117aba3566cbfd5ffda
Inline base64 encoder/decoder

This replaces the openssl-based base64 encoder and decoder with a more
efficient internal one. Tested against the rfc4648 test vectors.

Decoder is based on JoelKatz' version.
src/bitcoinrpc.cpp
src/util.cpp
src/util.h