![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
class | SAM::StreamSessionAdapter |
class | I2PSession |
Namespaces | |
SAM | |
Macros | |
#define | I2P_SESSION_NAME_DEFAULT "Anoncoin-client" |
#define | NATIVE_I2P_DESTINATION_SIZE 516 |
#define | NATIVE_I2P_B32ADDR_SIZE 60 |
#define | NATIVE_I2P_NET_STRING "i2p" |
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) |
#define I2P_SESSION_NAME_DEFAULT "Anoncoin-client" |
Definition at line 12 of file i2pwrapper.h.
#define NATIVE_I2P_B32ADDR_SIZE 60 |
Definition at line 14 of file i2pwrapper.h.
#define NATIVE_I2P_DESTINATION_SIZE 516 |
Definition at line 13 of file i2pwrapper.h.
#define NATIVE_I2P_NET_STRING "i2p" |
Definition at line 15 of file i2pwrapper.h.
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.