|
|
@ -79,13 +79,13 @@ namespace client |
|
|
|
i2p::data::SigningKeyType sigType = i2p::data::SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519, |
|
|
|
i2p::data::SigningKeyType sigType = i2p::data::SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519, |
|
|
|
i2p::data::CryptoKeyType cryptoType = i2p::data::CRYPTO_KEY_TYPE_ELGAMAL, |
|
|
|
i2p::data::CryptoKeyType cryptoType = i2p::data::CRYPTO_KEY_TYPE_ELGAMAL, |
|
|
|
const std::map<std::string, std::string> * params = nullptr); // used by SAM only
|
|
|
|
const std::map<std::string, std::string> * params = nullptr); // used by SAM only
|
|
|
|
std::shared_ptr<ClientDestination> CreateNewLocalDestination (boost::asio::io_service& service, |
|
|
|
std::shared_ptr<ClientDestination> CreateNewLocalDestination (boost::asio::io_context& service, |
|
|
|
bool isPublic = false, i2p::data::SigningKeyType sigType = i2p::data::SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519, |
|
|
|
bool isPublic = false, i2p::data::SigningKeyType sigType = i2p::data::SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519, |
|
|
|
i2p::data::CryptoKeyType cryptoType = i2p::data::CRYPTO_KEY_TYPE_ELGAMAL, |
|
|
|
i2p::data::CryptoKeyType cryptoType = i2p::data::CRYPTO_KEY_TYPE_ELGAMAL, |
|
|
|
const std::map<std::string, std::string> * params = nullptr); // same as previous but on external io_service
|
|
|
|
const std::map<std::string, std::string> * params = nullptr); // same as previous but on external io_service
|
|
|
|
std::shared_ptr<ClientDestination> CreateNewLocalDestination (const i2p::data::PrivateKeys& keys, bool isPublic = true, |
|
|
|
std::shared_ptr<ClientDestination> CreateNewLocalDestination (const i2p::data::PrivateKeys& keys, bool isPublic = true, |
|
|
|
const std::map<std::string, std::string> * params = nullptr); |
|
|
|
const std::map<std::string, std::string> * params = nullptr); |
|
|
|
std::shared_ptr<ClientDestination> CreateNewLocalDestination (boost::asio::io_service& service, |
|
|
|
std::shared_ptr<ClientDestination> CreateNewLocalDestination (boost::asio::io_context& service, |
|
|
|
const i2p::data::PrivateKeys& keys, bool isPublic = true, |
|
|
|
const i2p::data::PrivateKeys& keys, bool isPublic = true, |
|
|
|
const std::map<std::string, std::string> * params = nullptr); // same as previous but on external io_service
|
|
|
|
const std::map<std::string, std::string> * params = nullptr); // same as previous but on external io_service
|
|
|
|
std::shared_ptr<ClientDestination> CreateNewMatchedTunnelDestination(const i2p::data::PrivateKeys &keys, |
|
|
|
std::shared_ptr<ClientDestination> CreateNewMatchedTunnelDestination(const i2p::data::PrivateKeys &keys, |
|
|
|