We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850081b commit 762c2a8Copy full SHA for 762c2a8
sphinx.go
@@ -50,9 +50,6 @@ const (
50
// payload.
51
MaxPayloadSize = NumMaxHops * HopDataSize
52
53
- // sharedSecretSize is the size in bytes of the shared secrets.
54
- sharedSecretSize = 32
55
-
56
// routingInfoSize is the fixed size of the the routing info. This
57
// consists of a addressSize byte address and a HMACSize byte HMAC for
58
// each hop of the route, the first pair in cleartext and the following
0 commit comments