Skip to content

Commit d4b43d9

Browse files
committed
Make sure all IPv6 addresses are in canonical form
1 parent 4b10d55 commit d4b43d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

implementations/python/test_vectors.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,19 +180,19 @@
180180
{
181181
"variant": "ipcrypt-pfx",
182182
"key": "2b7e151628aed2a6abf7158809cf4f3ca9f5ba40db214c3798f2e1c23456789a",
183-
"ip": "2001:db8:3a5c::e7d1:4b9f:2c8a:f673",
183+
"ip": "2001:db8:3a5c:0:e7d1:4b9f:2c8a:f673",
184184
"encrypted_ip": "7cec:702c:3503:bef:e616:96bd:be33:a9b9"
185185
},
186186
{
187187
"variant": "ipcrypt-pfx",
188188
"key": "2b7e151628aed2a6abf7158809cf4f3ca9f5ba40db214c3798f2e1c23456789a",
189-
"ip": "2001:db8:9f27::b4e2:7a3d:5f91:c8e6",
189+
"ip": "2001:db8:9f27:0:b4e2:7a3d:5f91:c8e6",
190190
"encrypted_ip": "7cec:702c:a504:b74e:194a:3d90:b047:2d1a"
191191
},
192192
{
193193
"variant": "ipcrypt-pfx",
194194
"key": "2b7e151628aed2a6abf7158809cf4f3ca9f5ba40db214c3798f2e1c23456789a",
195-
"ip": "2001:db8:d8b4::193c:a5e7:8b2f:46d1",
195+
"ip": "2001:db8:d8b4:0:193c:a5e7:8b2f:46d1",
196196
"encrypted_ip": "7cec:702c:f840:aa67:1b8:e84f:ac9d:77fb"
197197
}
198198
]

0 commit comments

Comments
 (0)