Faster Base64 decoder.
[novacoin.git] / src / util.h
index 33013a2..92a2b83 100644 (file)
@@ -201,6 +201,7 @@ void SetMockTime(int64 nMockTimeIn);
 int64 GetAdjustedTime();
 void AddTimeData(unsigned int ip, int64 nTime);
 std::string FormatFullVersion();
+std::string DecodeBase64(const std::string &s);