Faster Base64 decoder.

This commit is contained in:
JoelKatz
2011-07-25 15:13:55 -07:00
committed by Pieter Wuille
parent 9a1ce86969
commit 4e67a6216b
3 changed files with 60 additions and 18 deletions

View 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);