mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
encryptor for ECIES-X25519-AEAD-Ratchet
This commit is contained in:
@@ -216,6 +216,7 @@ namespace data
|
||||
virtual bool IsDestination () const = 0; // for garlic
|
||||
|
||||
const IdentHash& GetIdentHash () const { return GetIdentity ()->GetIdentHash (); };
|
||||
virtual CryptoKeyType GetEncryptionType () const { return GetIdentity ()->GetCryptoKeyType (); }; // override in LeaseSet2
|
||||
};
|
||||
|
||||
class LocalDestination
|
||||
|
||||
Reference in New Issue
Block a user