I2P: End-to-End encrypted and anonymous Internet https://i2pd.website/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
R4SAS bc330ff0ea update makefiles, license year 4 years ago
..
Base.cpp add copyright headers 4 years ago
Base.h add copyright headers 4 years ago
Blinding.cpp add copyright headers 4 years ago
Blinding.h add copyright headers 4 years ago
BloomFilter.cpp add copyright headers 4 years ago
BloomFilter.h add copyright headers 4 years ago
CPU.cpp disable aes/avx for winxp by default 4 years ago
CPU.h Automate AES-NI and AVX detection on runtime, make it default on x86-based systems (#1578) 4 years ago
ChaCha20.cpp add copyright headers 4 years ago
ChaCha20.h add copyright headers 4 years ago
Config.cpp update reseeds 4 years ago
Config.h add copyright headers 4 years ago
Crypto.cpp Automate AES-NI and AVX detection on runtime, make it default on x86-based systems (#1578) 4 years ago
Crypto.h Automate AES-NI and AVX detection on runtime, make it default on x86-based systems (#1578) 4 years ago
CryptoKey.cpp pass calculatePublic 4 years ago
CryptoKey.h support multiple encryption keys through the I2CP 4 years ago
Datagram.cpp change datagram routing path if nothing comes back in 10 seconds 4 years ago
Datagram.h keep sending through first successive routing path 4 years ago
Destination.cpp disable encryption to ECIES routers 4 years ago
Destination.h ping/pong for streaming 4 years ago
ECIESX25519AEADRatchetSession.cpp rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD 4 years ago
ECIESX25519AEADRatchetSession.h one time garlic encryption for ECIES routers 4 years ago
Ed25519.cpp add copyright headers 4 years ago
Ed25519.h add copyright headers 4 years ago
Elligator.cpp add copyright headers 4 years ago
Elligator.h add copyright headers 4 years ago
FS.cpp update makefiles, license year 4 years ago
FS.h add copyright headers 4 years ago
Family.cpp add copyright headers 4 years ago
Family.h add copyright headers 4 years ago
Garlic.cpp rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD 4 years ago
Garlic.h one time garlic encryption for ECIES routers 4 years ago
Gost.cpp add copyright headers 4 years ago
Gost.h add copyright headers 4 years ago
Gzip.cpp add copyright headers 4 years ago
Gzip.h add copyright headers 4 years ago
HTTP.cpp [http] handle WebDAV methods 4 years ago
HTTP.h add copyright headers 4 years ago
I2NPProtocol.cpp don't handle TunnelBuild message for ECIES router 4 years ago
I2NPProtocol.h handle TunnelBuildMessage for ECIES router 4 years ago
I2PEndian.cpp add copyright headers 4 years ago
I2PEndian.h add copyright headers 4 years ago
Identity.cpp rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD 4 years ago
Identity.h rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD 4 years ago
LeaseSet.cpp fixed non-updating LeaseSet1 4 years ago
LeaseSet.h add copyright headers 4 years ago
LittleBigEndian.h add copyright headers 4 years ago
Log.cpp add copyright headers 4 years ago
Log.h add copyright headers 4 years ago
NTCP2.cpp common MixHash and MixKey 4 years ago
NTCP2.h common MixHash and MixKey 4 years ago
NetDb.cpp exclude DSA floodfills 4 years ago
NetDb.hpp wait for publish confirmation or publish to another floodfill 4 years ago
NetDbRequests.cpp add copyright headers 4 years ago
NetDbRequests.h add copyright headers 4 years ago
Poly1305.cpp fix code syle(spaces->tabs, tabulations) 4 years ago
Poly1305.h fix code syle(spaces->tabs, tabulations) 4 years ago
Profiling.cpp add copyright headers 4 years ago
Profiling.h add copyright headers 4 years ago
Queue.h add copyright headers 4 years ago
Reseed.cpp add copyright headers 4 years ago
Reseed.h add copyright headers 4 years ago
RouterContext.cpp random intro key 4 years ago
RouterContext.h rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD 4 years ago
RouterInfo.cpp random intro key 4 years ago
RouterInfo.h exclude DSA floodfills 4 years ago
SSU.cpp [win32] handle WinAPI errors in SSU 4 years ago
SSU.h handle SSU v4 and v6 messages in one thread 4 years ago
SSUData.cpp eliminate boost/bind 4 years ago
SSUData.h use unordered_map for incomplete and sent messages 4 years ago
SSUSession.cpp take intro key from right address 4 years ago
SSUSession.h create DH keys for SSU session directly 4 years ago
Signature.cpp add copyright headers 4 years ago
Signature.h add copyright headers 4 years ago
Siphash.h fix code syle(spaces->tabs, tabulations) 4 years ago
Streaming.cpp correct transient signature length 4 years ago
Streaming.h ping/pong for streaming 4 years ago
Tag.h add copyright headers 4 years ago
Timestamp.cpp update makefiles, license year 4 years ago
Timestamp.h tunnels through ECIES routers 4 years ago
TransitTunnel.cpp add copyright headers 4 years ago
TransitTunnel.h add copyright headers 4 years ago
TransportSession.h create DH keys for SSU session directly 4 years ago
Transports.cpp handle SSU v4 and v6 messages in one thread 4 years ago
Transports.h create DH keys for SSU session directly 4 years ago
Tunnel.cpp don't build tunnels for all pools at the time 4 years ago
Tunnel.h don't build tunnels for all pools at the time 4 years ago
TunnelBase.h add copyright headers 4 years ago
TunnelConfig.cpp pre-calculated h 4 years ago
TunnelConfig.h rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD 4 years ago
TunnelEndpoint.cpp add copyright headers 4 years ago
TunnelEndpoint.h add copyright headers 4 years ago
TunnelGateway.cpp start new tunnel message if remining is too small 4 years ago
TunnelGateway.h add copyright headers 4 years ago
TunnelPool.cpp don't update expired tunnels 4 years ago
TunnelPool.h don't build tunnels for all pools at the time 4 years ago
api.cpp Automate AES-NI and AVX detection on runtime, make it default on x86-based systems (#1578) 4 years ago
api.h add copyright headers 4 years ago
util.cpp update makefiles, license year 4 years ago
util.h [transports] validate IP when trying connect to remote peer for being in reserved IP range 4 years ago
version.h 2.34.0 4 years ago