mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 00:20:46 +00:00 
			
		
		
		
	cleanup code (spaces, tabs)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
		
							parent
							
								
									d31cd2e5d6
								
							
						
					
					
						commit
						6b4ffcff5a
					
				
					 70 changed files with 848 additions and 847 deletions
				
			
		| 
						 | 
				
			
			@ -120,7 +120,7 @@ namespace data
 | 
			
		|||
			CryptoKeyType GetCryptoKeyType () const;
 | 
			
		||||
			void DropVerifier () const; // to save memory
 | 
			
		||||
 | 
			
		||||
  			bool operator == (const IdentityEx & other) const { return GetIdentHash() == other.GetIdentHash(); }
 | 
			
		||||
			bool operator == (const IdentityEx & other) const { return GetIdentHash() == other.GetIdentHash(); }
 | 
			
		||||
			void RecalculateIdentHash(uint8_t * buff=nullptr);
 | 
			
		||||
 | 
			
		||||
			static i2p::crypto::Verifier * CreateVerifier (SigningKeyType keyType);
 | 
			
		||||
| 
						 | 
				
			
			@ -222,7 +222,7 @@ namespace data
 | 
			
		|||
			RoutingDestination () {};
 | 
			
		||||
			virtual ~RoutingDestination () {};
 | 
			
		||||
 | 
			
		||||
			virtual std::shared_ptr<const IdentityEx> GetIdentity ()  const = 0;
 | 
			
		||||
			virtual std::shared_ptr<const IdentityEx> GetIdentity () const = 0;
 | 
			
		||||
			virtual void Encrypt (const uint8_t * data, uint8_t * encrypted) const = 0; // encrypt data for
 | 
			
		||||
			virtual bool IsDestination () const = 0; // for garlic
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue