Skip to content

Commit b4001b4

Browse files
committed
Make comment less confusing
1 parent e043b1b commit b4001b4

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 at pos 96, then IPv4-mapped prefix
85+
) # Separator in byte 3, then IPv4-mapped prefix at the end
8686

8787

8888
def encrypt(ip, key):

0 commit comments

Comments
 (0)