Anoncoin  0.9.4
P2P Digital Currency
Classes | Namespaces | Macros | Functions
i2pwrapper.h File Reference
#include "util.h"
#include "i2psam/i2psam.h"
Include dependency graph for i2pwrapper.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#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.

Function Documentation

std::string B32AddressFromDestination ( const std::string &  destination)

Definition at line 307 of file i2pwrapper.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void InitializeI2pSettings ( void  )

Definition at line 253 of file i2pwrapper.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool isValidI2pAddress ( const std::string &  I2pAddr)

Definition at line 289 of file i2pwrapper.cpp.

Here is the caller graph for this function:

bool isValidI2pB32 ( const std::string &  B32Address)

Definition at line 303 of file i2pwrapper.cpp.

Here is the caller graph for this function:

bool isValidI2pDestination ( const SAM::FullDestination DestKeys)

Definition at line 294 of file i2pwrapper.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: