mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-06-06 06:12:10 +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