From 085f2651e98fdfb47408894e356032a80f3e4ee6 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Sun, 29 Jun 2025 15:20:09 +0000 Subject: [PATCH] Deploy site generated on d7888ac9be99ecae91feb4aaeead37215a28e307 --- docs/CONTRIBUTING.html | 2 +- docs/ROADMAP.html | 2 +- docs/template.html | 2 +- images/exportable.svg | 133 +++++++------ images/handshake.svg | 425 ++++++++++++++++++++++++++++++++++++++++- images/kdf.svg | 138 ++++--------- index.html | 2 +- 7 files changed, 534 insertions(+), 170 deletions(-) diff --git a/docs/CONTRIBUTING.html b/docs/CONTRIBUTING.html index e1c0e32..df7cb51 100644 --- a/docs/CONTRIBUTING.html +++ b/docs/CONTRIBUTING.html @@ -128,7 +128,7 @@ github.com/go-i2p/go-i2p diff --git a/docs/ROADMAP.html b/docs/ROADMAP.html index 2227df4..1ae99ea 100644 --- a/docs/ROADMAP.html +++ b/docs/ROADMAP.html @@ -127,7 +127,7 @@ diff --git a/docs/template.html b/docs/template.html index f26d111..83092f0 100644 --- a/docs/template.html +++ b/docs/template.html @@ -65,7 +65,7 @@ diff --git a/images/exportable.svg b/images/exportable.svg index 716fc57..a21fa8e 100644 --- a/images/exportable.svg +++ b/images/exportable.svg @@ -4,87 +4,106 @@ - - + + gocallvis - + cluster_focus - -exportable + +exportable -cluster_github.com/go-i2p/go-i2p/lib/common/destination.Destination - - -(Destination) +cluster_*github.com/go-i2p/go-i2p/lib/common/keys_and_cert.KeysAndCert + + +(*KeysAndCert) - + -github.com/go-i2p/go-i2p/lib/common/fuzz/destination.Fuzz - - -Fuzz +github.com/go-i2p/go-i2p/lib/common/fuzz/keys_and_cert.Fuzz + + +Fuzz - + -github.com/go-i2p/go-i2p/lib/common/destination.ReadDestination - - -destination -ReadDestination +github.com/go-i2p/go-i2p/lib/common/keys_and_cert.ReadKeysAndCert + + +keys_and_cert +ReadKeysAndCert - - -github.com/go-i2p/go-i2p/lib/common/fuzz/destination.Fuzz->github.com/go-i2p/go-i2p/lib/common/destination.ReadDestination - - - - - - - - -(github.com/go-i2p/go-i2p/lib/common/destination.Destination).Base32Address - - -destination -Base32Address - - - - + -github.com/go-i2p/go-i2p/lib/common/fuzz/destination.Fuzz->(github.com/go-i2p/go-i2p/lib/common/destination.Destination).Base32Address - - - +github.com/go-i2p/go-i2p/lib/common/fuzz/keys_and_cert.Fuzz->github.com/go-i2p/go-i2p/lib/common/keys_and_cert.ReadKeysAndCert + + + - - -(github.com/go-i2p/go-i2p/lib/common/destination.Destination).Base64 - - -destination -Base64 + + +(*github.com/go-i2p/go-i2p/lib/common/keys_and_cert.KeysAndCert).Certificate + + +keys_and_cert +Certificate - + -github.com/go-i2p/go-i2p/lib/common/fuzz/destination.Fuzz->(github.com/go-i2p/go-i2p/lib/common/destination.Destination).Base64 - - - +github.com/go-i2p/go-i2p/lib/common/fuzz/keys_and_cert.Fuzz->(*github.com/go-i2p/go-i2p/lib/common/keys_and_cert.KeysAndCert).Certificate + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/common/keys_and_cert.KeysAndCert).PublicKey + + +keys_and_cert +PublicKey + + + + + +github.com/go-i2p/go-i2p/lib/common/fuzz/keys_and_cert.Fuzz->(*github.com/go-i2p/go-i2p/lib/common/keys_and_cert.KeysAndCert).PublicKey + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/common/keys_and_cert.KeysAndCert).SigningPublicKey + + +keys_and_cert +SigningPublicKey + + + + + +github.com/go-i2p/go-i2p/lib/common/fuzz/keys_and_cert.Fuzz->(*github.com/go-i2p/go-i2p/lib/common/keys_and_cert.KeysAndCert).SigningPublicKey + + + diff --git a/images/handshake.svg b/images/handshake.svg index 947c327..baeec92 100644 --- a/images/handshake.svg +++ b/images/handshake.svg @@ -4,10 +4,427 @@ - - + + gocallvis - + + +cluster_focus + +handshake + + +cluster_*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF + + +(*NoiseKDF) + + + + +cluster_*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState + + +(*NoiseHandshakeState) + + + + +cluster_*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.HandshakeBuilder + + +(*HandshakeBuilder) + + + + +cluster_*github.com/flynn/noise.HandshakeState + + +(*HandshakeState) + + + + + +github.com/flynn/noise.NewCipherSuite + + +noise +NewCipherSuite + + + + + +github.com/flynn/noise.NewHandshakeState + + +noise +NewHandshakeState + + + + + +github.com/samber/oops.Errorf + + +oops +Errorf + + + + + +github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NewNoiseKDF + + +kdf +NewNoiseKDF + + + + + +github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NewHandshakeState + + +NewHandshakeState + + + + + +github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NewHandshakeState->github.com/flynn/noise.NewCipherSuite + + + + + + + + +github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NewHandshakeState->github.com/flynn/noise.NewHandshakeState + + + + + + + + +(*github.com/flynn/noise.HandshakeState).ReadMessage + + +noise +ReadMessage + + + + + +(*github.com/flynn/noise.HandshakeState).WriteMessage + + +noise +WriteMessage + + + + + +(*github.com/flynn/noise.HandshakeState).LocalEphemeral + + +noise +LocalEphemeral + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.HandshakeBuilder).Build + + +Build + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.HandshakeBuilder).Build->github.com/flynn/noise.NewCipherSuite + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.HandshakeBuilder).Build->github.com/flynn/noise.NewHandshakeState + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).ReadMessage + + +ReadMessage + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).ReadMessage->github.com/samber/oops.Errorf + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).ReadMessage->(*github.com/flynn/noise.HandshakeState).ReadMessage + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).updateHandshakeHash + + +updateHandshakeHash + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).ReadMessage->(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).updateHandshakeHash + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).updateHandshakeHash->github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NewNoiseKDF + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).SetHash + + +kdf +SetHash + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).updateHandshakeHash->(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).SetHash + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).GetHandshakeHash + + +GetHandshakeHash + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).GetHandshakeHash + + +kdf +GetHandshakeHash + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).GetHandshakeHash->(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).GetHandshakeHash + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).WriteMessage + + +WriteMessage + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).WriteMessage->github.com/samber/oops.Errorf + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).WriteMessage->(*github.com/flynn/noise.HandshakeState).WriteMessage + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).WriteMessage->(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).updateHandshakeHash + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).GenerateEphemeral + + +GenerateEphemeral + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).GenerateEphemeral->(*github.com/flynn/noise.HandshakeState).LocalEphemeral + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).MixKey + + +MixKey + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).MixKey->github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NewNoiseKDF + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).MixKey + + +kdf +MixKey + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).MixKey->(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).MixKey + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).SetPrologue + + +SetPrologue + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).SetPrologue->github.com/samber/oops.Errorf + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).MixHash + + +kdf +MixHash + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).SetPrologue->(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).MixHash + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).MixHash + + +MixHash + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).MixHash->github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NewNoiseKDF + + + + + + + + +(*github.com/go-i2p/go-i2p/lib/transport/noise/handshake.NoiseHandshakeState).MixHash->(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).MixHash + + + + + + diff --git a/images/kdf.svg b/images/kdf.svg index e76bdfe..aa90c1f 100644 --- a/images/kdf.svg +++ b/images/kdf.svg @@ -4,21 +4,21 @@ - - + + gocallvis - + cluster_focus - -kdf + +kdf -cluster_*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF - - -(*NTCP2KDF) +cluster_*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF + + +(*NoiseKDF) @@ -26,117 +26,45 @@ github.com/samber/oops.Errorf - -oops -Errorf + +oops +Errorf - + -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).DeriveSipHashKey - - -DeriveSipHashKey +(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).MixKey + + +MixKey - + -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).DeriveSipHashKey->github.com/samber/oops.Errorf - - - +(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).MixKey->github.com/samber/oops.Errorf + + + - + -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).MixKey - - -MixKey +(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).DeriveSessionKeys + + +DeriveSessionKeys - + -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).MixKey->github.com/samber/oops.Errorf - - - - - - - - -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).DeriveFramingKey - - -DeriveFramingKey - - - - - -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).DeriveFramingKey->github.com/samber/oops.Errorf - - - - - - - - -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).DeriveKeys - - -DeriveKeys - - - - - -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).DeriveKeys->github.com/samber/oops.Errorf - - - - - - - - -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).DeriveHandshakeMessageKey - - -DeriveHandshakeMessageKey - - - - - -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).DeriveHandshakeMessageKey->github.com/samber/oops.Errorf - - - - - - - - -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).MixHash - - -MixHash - - - - - -(*github.com/go-i2p/go-i2p/lib/transport/ntcp/kdf.NTCP2KDF).MixHash->github.com/samber/oops.Errorf - - - +(*github.com/go-i2p/go-i2p/lib/transport/noise/kdf.NoiseKDF).DeriveSessionKeys->github.com/samber/oops.Errorf + + + diff --git a/index.html b/index.html index 7316d3e..e18e3be 100644 --- a/index.html +++ b/index.html @@ -336,7 +336,7 @@ It is unsafe for production use, and intended only for debugging and testing pur
-

Generated on 2025-06-29 14:18:26 • View on GitHub

+

Generated on 2025-06-29 15:20:08 • View on GitHub