mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
store addresses in csv format
This commit is contained in:
parent
b9806ac86b
commit
092b445e36
3 changed files with 91 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue