X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fbase64.h;fp=src%2Fbase64.h;h=8177c6b582839e1db0d09541a6674415d15dcfcb;hb=3787cd323f8bae8096463890982f100a69e348d2;hp=0000000000000000000000000000000000000000;hpb=c41d20b662ee28711818d5ff1e02c43404876c79;p=yandexfotkisp diff --git a/src/base64.h b/src/base64.h new file mode 100644 index 0000000..8177c6b --- /dev/null +++ b/src/base64.h @@ -0,0 +1,8 @@ +#ifndef __BASE64_H__ +#define __BASE64_H__ +#include + +std::string base64_encode(unsigned char const* , unsigned int len); +std::string base64_decode(std::string const& s); + +#endif