![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include "i2pwrapper.h"
#include "util.h"
#include "hash.h"
#include <boost/thread/shared_mutex.hpp>
Go to the source code of this file.
Classes | |
class | SAM::StreamSessionAdapter::SessionHolder |
Namespaces | |
SAM | |
Functions | |
void | InitializeI2pSettings (void) |
bool | isValidI2pAddress (const std::string &I2pAddr) |
bool | isValidI2pDestination (const SAM::FullDestination &DestKeys) |
bool | isValidI2pB32 (const std::string &B32Address) |
std::string | B32AddressFromDestination (const std::string &destination) |
std::string B32AddressFromDestination | ( | const std::string & | destination | ) |
Definition at line 307 of file i2pwrapper.cpp.
void InitializeI2pSettings | ( | void | ) |
Definition at line 253 of file i2pwrapper.cpp.
bool isValidI2pAddress | ( | const std::string & | I2pAddr | ) |
bool isValidI2pB32 | ( | const std::string & | B32Address | ) |
bool isValidI2pDestination | ( | const SAM::FullDestination & | DestKeys | ) |
Definition at line 294 of file i2pwrapper.cpp.