Skip to content

Commit 762c2a8

Browse files
committed
sphinx: remove unused sharedSecretSize const
1 parent 850081b commit 762c2a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sphinx.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ const (
5050
// payload.
5151
MaxPayloadSize = NumMaxHops * HopDataSize
5252

53-
// sharedSecretSize is the size in bytes of the shared secrets.
54-
sharedSecretSize = 32
55-
5653
// routingInfoSize is the fixed size of the the routing info. This
5754
// consists of a addressSize byte address and a HMACSize byte HMAC for
5855
// each hop of the route, the first pair in cleartext and the following

0 commit comments

Comments
 (0)