Skip to content

Commit b78ed64

Browse files
committed
Clearer
1 parent b4001b4 commit b78ed64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • implementations/python/ipcrypt

implementations/python/ipcrypt/pfx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def shift_left_one_bit(data):
8282
) # Separator bit at position 0 (LSB of byte 15)
8383
PAD_PREFIX_96 = bytearray(
8484
[0, 0, 0, 0x01] + [0] * 10 + [0xFF, 0xFF]
85-
) # Separator in byte 3, then IPv4-mapped prefix at the end
85+
) # Separator in byte 3, followed by IPv4-mapped prefix
8686

8787

8888
def encrypt(ip, key):

0 commit comments

Comments
 (0)