00001 00033 #ifndef LLBASE32_H 00034 #define LLBASE32_h 00035 00036 class LLBase32 00037 { 00038 public: 00039 static std::string encode(const U8* input, size_t input_size); 00040 }; 00041 00042 #endif