Documentation ¶
Overview ¶
Package constants contains the Sphinx Packet Format constants for the Katzenpost parameterization.
Index ¶
Constants ¶
View Source
const ( // NodeIDLength is the node identifier length in bytes. NodeIDLength = 32 // RecipientIDLength is the recipient identifier length in bytes. RecipientIDLength = 64 // SURBIDLength is the SURB identifier length in bytes. SURBIDLength = 16 // NrHops is the number of hops a packet will traverse. NrHops = 5 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.