store addresses in csv format

This commit is contained in:
orignal 2014-11-27 16:26:55 -05:00
parent b9806ac86b
commit 092b445e36
3 changed files with 91 additions and 2 deletions

View file

@ -56,6 +56,11 @@ namespace data
return std::string (str);
}
void FromBase32 (const std::string& s)
{
i2p::data::Base32ToByteStream (s.c_str (), s.length (), m_Buf, sz);
}
private:
union // 8 bytes alignment