add comment

This commit is contained in:
Youngjoon Lee 2024-05-13 13:58:22 +09:00
parent b3b3f0bdae
commit 2d79ff8672
No known key found for this signature in database
GPG Key ID: 09B750B5BD6F08A2

View File

@ -7,6 +7,7 @@ from cryptography.hazmat.primitives.asymmetric.x25519 import X25519PublicKey, X2
class SphinxPacket:
# TODO: define max path length
PADDED_PAYLOAD_SIZE = 321
PAYLOAD_TRAIL_PADDING_SEPARATOR = b'\x01'