1{
2  "algorithm" : "XDH",
3  "generatorVersion" : "0.8r12",
4  "numberOfTests" : 518,
5  "header" : [
6    "Test vectors of type XdhComp are intended for tests that verify the",
7    "computation of and Xdh key exchange."
8  ],
9  "notes" : {
10    "LowOrderPublic" : "The curves and its twists contain some points of low order. This test vector contains a public key with such a point. While many libraries reject such public keys, doing so is not a strict requirement according to RFC 7748.",
11    "NonCanonicalPublic" : "The public key is in non-canonical form. RFC 7749, section 5 defines the value that this public key represents. Section 7 of the same RFC recommends accepting such keys. If a non-canonical key is accepted then it must follow the RFC.",
12    "SmallPublicKey" : "The public key is insecure and does not belong to a valid private key. Some libraries reject such keys.",
13    "Twist" : "Public keys are either points on a given curve or points on its twist. The functions X25519 and X448 are defined for points on a twist with the goal that the output of computations do not leak private keys. Implementations may accept or reject points on a twist. If a point multiplication is performed then it is important that the result is correct, since otherwise attacks with invalid keys are possible.",
14    "ZeroSharedSecret" : "Some libraries include a check that the shared secret is not all-zero. This check is described in Section 6.1 of RFC 7748. "
15  },
16  "schema" : "xdh_comp_schema.json",
17  "testGroups" : [
18    {
19      "curve" : "curve25519",
20      "type" : "XdhComp",
21      "tests" : [
22        {
23          "tcId" : 1,
24          "comment" : "normal case",
25          "public" : "504a36999f489cd2fdbc08baff3d88fa00569ba986cba22548ffde80f9806829",
26          "private" : "c8a9d5a91091ad851c668b0736c1c9a02936c0d3ad62670858088047ba057475",
27          "shared" : "436a2c040cf45fea9b29a0cb81b1f41458f863d0d61b453d0a982720d6d61320",
28          "result" : "valid",
29          "flags" : []
30        },
31        {
32          "tcId" : 2,
33          "comment" : "public key on twist",
34          "public" : "63aa40c6e38346c5caf23a6df0a5e6c80889a08647e551b3563449befcfc9733",
35          "private" : "d85d8c061a50804ac488ad774ac716c3f5ba714b2712e048491379a500211958",
36          "shared" : "279df67a7c4611db4708a0e8282b195e5ac0ed6f4b2f292c6fbd0acac30d1332",
37          "result" : "acceptable",
38          "flags" : [
39            "Twist"
40          ]
41        },
42        {
43          "tcId" : 3,
44          "comment" : "public key on twist",
45          "public" : "0f83c36fded9d32fadf4efa3ae93a90bb5cfa66893bc412c43fa7287dbb99779",
46          "private" : "c8b45bfd32e55325d9fd648cb302848039000b390e44d521e58aab3b29a6964b",
47          "shared" : "4bc7e01e7d83d6cf67632bf90033487a5fc29eba5328890ea7b1026d23b9a45f",
48          "result" : "acceptable",
49          "flags" : [
50            "Twist"
51          ]
52        },
53        {
54          "tcId" : 4,
55          "comment" : "public key on twist",
56          "public" : "0b8211a2b6049097f6871c6c052d3c5fc1ba17da9e32ae458403b05bb283092a",
57          "private" : "f876e34bcbe1f47fbc0fddfd7c1e1aa53d57bfe0f66d243067b424bb6210be51",
58          "shared" : "119d37ed4b109cbd6418b1f28dea83c836c844715cdf98a3a8c362191debd514",
59          "result" : "acceptable",
60          "flags" : [
61            "Twist"
62          ]
63        },
64        {
65          "tcId" : 5,
66          "comment" : "public key on twist",
67          "public" : "343ac20a3b9c6a27b1008176509ad30735856ec1c8d8fcae13912d08d152f46c",
68          "private" : "006ac1f3a653a4cdb1d37bba94738f8b957a57beb24d646e994dc29a276aad45",
69          "shared" : "cc4873aed3fcee4b3aaea7f0d20716b4276359081f634b7bea4b705bfc8a4d3e",
70          "result" : "acceptable",
71          "flags" : [
72            "Twist"
73          ]
74        },
75        {
76          "tcId" : 6,
77          "comment" : "public key on twist",
78          "public" : "fa695fc7be8d1be5bf704898f388c452bafdd3b8eae805f8681a8d15c2d4e142",
79          "private" : "08da77b26d06dff9d9f7fd4c5b3769f8cdd5b30516a5ab806be324ff3eb69e60",
80          "shared" : "b6f8e2fcb1affc79e2ff798319b2701139b95ad6dd07f05cbac78bd83edfd92e",
81          "result" : "acceptable",
82          "flags" : [
83            "Twist"
84          ]
85        },
86        {
87          "tcId" : 7,
88          "comment" : "public key on twist",
89          "public" : "0200000000000000000000000000000000000000000000000000000000000000",
90          "private" : "d03edde9f3e7b799045f9ac3793d4a9277dadeadc41bec0290f81f744f73775f",
91          "shared" : "b87a1722cc6c1e2feecb54e97abd5a22acc27616f78f6e315fd2b73d9f221e57",
92          "result" : "acceptable",
93          "flags" : [
94            "Twist"
95          ]
96        },
97        {
98          "tcId" : 8,
99          "comment" : "public key on twist",
100          "public" : "0300000000000000000000000000000000000000000000000000000000000000",
101          "private" : "e09d57a914e3c29036fd9a442ba526b5cdcdf28216153e636c10677acab6bd6a",
102          "shared" : "a29d8dad28d590cd3017aa97a4761f851bf1d3672b042a4256a45881e2ad9035",
103          "result" : "acceptable",
104          "flags" : [
105            "Twist"
106          ]
107        },
108        {
109          "tcId" : 9,
110          "comment" : "public key on twist",
111          "public" : "ff00000000000000000000000000000000000000000000000000000000000000",
112          "private" : "e0ed78e6ee02f08bec1c15d66fbbe5b83ffc37ea14e1512cc1bd4b2ea6d8066f",
113          "shared" : "e703bc8aa94b7d87ba34e2678353d12cdaaa1a97b5ca3e1b8c060c4636087f07",
114          "result" : "acceptable",
115          "flags" : [
116            "Twist"
117          ]
118        },
119        {
120          "tcId" : 10,
121          "comment" : "public key on twist",
122          "public" : "ffff000000000000000000000000000000000000000000000000000000000000",
123          "private" : "a8a1a2ec9fa9915ae7aace6a37c68591d39e15995c4ef5ebd3561c02f72dda41",
124          "shared" : "ff5cf041e924dbe1a64ac9bdba96bdcdfaf7d59d91c7e33e76ed0e4c8c836446",
125          "result" : "acceptable",
126          "flags" : [
127            "Twist"
128          ]
129        },
130        {
131          "tcId" : 11,
132          "comment" : "public key on twist",
133          "public" : "0000010000000000000000000000000000000000000000000000000000000000",
134          "private" : "a8c9df5820eb399d471dfa3215d96055b3c7d0f4ea49f8ab028d6a6e3194517b",
135          "shared" : "a92a96fa029960f9530e6fe37e2429cd113be4d8f3f4431f8546e6c76351475d",
136          "result" : "acceptable",
137          "flags" : [
138            "Twist"
139          ]
140        },
141        {
142          "tcId" : 12,
143          "comment" : "public key on twist",
144          "public" : "ffffff0f00000000000000000000000000000000000000000000000000000000",
145          "private" : "d0d31c491cbd39271859b4a63a316826507b1db8c701709fd0ffe3eb21c4467c",
146          "shared" : "9f8954868158ec62b6b586b8cae1d67d1b9f4c03d5b3ca0393cee71accc9ab65",
147          "result" : "acceptable",
148          "flags" : [
149            "Twist"
150          ]
151        },
152        {
153          "tcId" : 13,
154          "comment" : "public key on twist",
155          "public" : "ffffffff00000000000000000000000000000000000000000000000000000000",
156          "private" : "d053e7bf1902619cd61c9c739e09d54c4147f46d190720966f7de1d9cffbbd4e",
157          "shared" : "6cbf1dc9af97bc148513a18be4a257de1a3b065584df94e8b43c1ab89720b110",
158          "result" : "acceptable",
159          "flags" : [
160            "Twist"
161          ]
162        },
163        {
164          "tcId" : 14,
165          "comment" : "public key on twist",
166          "public" : "0000000000001000000000000000000000000000000000000000000000000000",
167          "private" : "a021d75009a4596e5a33f12921c10f3670933bc80dde3bba22881b6120582144",
168          "shared" : "38284b7086095a9406028c1f800c071ea106039ad7a1d7f82fe00906fd90594b",
169          "result" : "acceptable",
170          "flags" : [
171            "Twist"
172          ]
173        },
174        {
175          "tcId" : 15,
176          "comment" : "public key on twist",
177          "public" : "0000000000000001000000000000000000000000000000000000000000000000",
178          "private" : "a89c6687f99bd569a01fd8bd438236160d15ce2c57c1d71ebaa3f2da88233863",
179          "shared" : "c721041df0244071794a8db06b9f7eaeec690c257265343666f4416f4166840f",
180          "result" : "acceptable",
181          "flags" : [
182            "Twist"
183          ]
184        },
185        {
186          "tcId" : 16,
187          "comment" : "public key on twist",
188          "public" : "ffffffffffffffff000000000000000000000000000000000000000000000000",
189          "private" : "68964bca51465bf0f5ba524b1482ceff0e960a1ed9f48dcc30f1608d0e501a50",
190          "shared" : "25ff9a6631b143dbdbdc207b38e38f832ae079a52a618c534322e77345fd9049",
191          "result" : "acceptable",
192          "flags" : [
193            "Twist"
194          ]
195        },
196        {
197          "tcId" : 17,
198          "comment" : "public key on twist",
199          "public" : "0000000000000000000000000000000000000000000000000100000000000000",
200          "private" : "a8e56bb13a9f2b33b8e6750b4a6e6621dc26ae8c5c624a0992c8f0d5b910f170",
201          "shared" : "f294e7922c6cea587aefe72911630d50f2456a2ba7f21207d57f1ecce04f6213",
202          "result" : "acceptable",
203          "flags" : [
204            "Twist"
205          ]
206        },
207        {
208          "tcId" : 18,
209          "comment" : "public key on twist",
210          "public" : "ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000",
211          "private" : "e045f55c159451e97814d747050fd7769bd478434a01876a56e553f66384a74c",
212          "shared" : "ff4715bd8cf847b77c244ce2d9b008b19efaa8e845feb85ce4889b5b2c6a4b4d",
213          "result" : "acceptable",
214          "flags" : [
215            "Twist"
216          ]
217        },
218        {
219          "tcId" : 19,
220          "comment" : "public key on twist",
221          "public" : "ffffff030000f8ffff1f0000c0ffffff000000feffff070000f0ffff3f000000",
222          "private" : "105d621e1ef339c3d99245cfb77cd3a5bd0c4427a0e4d8752c3b51f045889b4f",
223          "shared" : "61eace52da5f5ecefafa4f199b077ff64f2e3d2a6ece6f8ec0497826b212ef5f",
224          "result" : "acceptable",
225          "flags" : [
226            "Twist"
227          ]
228        },
229        {
230          "tcId" : 20,
231          "comment" : "public key on twist",
232          "public" : "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f0000",
233          "private" : "d88a441e706f606ae7f630f8b21f3c2554739e3e549f804118c03771f608017b",
234          "shared" : "ff1b509a0a1a54726086f1e1c0acf040ab463a2a542e5d54e92c6df8126cf636",
235          "result" : "acceptable",
236          "flags" : [
237            "Twist"
238          ]
239        },
240        {
241          "tcId" : 21,
242          "comment" : "public key on twist",
243          "public" : "0000000000000000000000000000000000000000000000000000000000800000",
244          "private" : "80bbad168222276200aafd36f7f25fdc025632d8bf9f6354bb762e06fb63e250",
245          "shared" : "f134e6267bf93903085117b99932cc0c7ba26f25fca12102a26d7533d9c4272a",
246          "result" : "acceptable",
247          "flags" : [
248            "Twist"
249          ]
250        },
251        {
252          "tcId" : 22,
253          "comment" : "public key on twist",
254          "public" : "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1f",
255          "private" : "68e134092e94e622c8a0cd18aff55be23dabd994ebdee982d90601f6f0f4b369",
256          "shared" : "74bfc15e5597e9f5193f941e10a5c008fc89f051392723886a4a8fe5093a7354",
257          "result" : "acceptable",
258          "flags" : [
259            "Twist"
260          ]
261        },
262        {
263          "tcId" : 23,
264          "comment" : "public key on twist",
265          "public" : "0000000000000000000000000000000000000000000000000000000000000020",
266          "private" : "e8e43fc1ebac0bbc9b99c8035ee1ac59b90f19a16c42c0b90f96adfcc5fdee78",
267          "shared" : "0d41a5b3af770bf2fcd34ff7972243a0e2cf4d34f2046a144581ae1ec68df03b",
268          "result" : "acceptable",
269          "flags" : [
270            "Twist"
271          ]
272        },
273        {
274          "tcId" : 24,
275          "comment" : "public key on twist",
276          "public" : "000000fcffff070000e0ffff3f000000ffffff010000f8ffff0f0000c0ffff7f",
277          "private" : "18bffb16f92680a9e267473e43c464476d5372ddd1f664f3d0678efe7c98bc79",
278          "shared" : "5894e0963583ae14a0b80420894167f4b759c8d2eb9b69cb675543f66510f646",
279          "result" : "acceptable",
280          "flags" : [
281            "Twist"
282          ]
283        },
284        {
285          "tcId" : 25,
286          "comment" : "public key on twist",
287          "public" : "ffffffffffffff00000000000000ffffffffffffff00000000000000ffffff7f",
288          "private" : "300305eb002bf86c71fe9c0b311993727b9dc618d0ce7251d0dfd8552d17905d",
289          "shared" : "f8624d6e35e6c548ac47832f2e5d151a8e53b9290363b28d2ab8d84ab7cb6a72",
290          "result" : "acceptable",
291          "flags" : [
292            "Twist"
293          ]
294        },
295        {
296          "tcId" : 26,
297          "comment" : "public key on twist",
298          "public" : "00000000ffffffff00000000ffffffff00000000ffffffff00000000ffffff7f",
299          "private" : "80da9f02842247d4ade5ddbac51dbce55ea7dca2844e7f97ab8987ce7fd8bc71",
300          "shared" : "bfe183ba3d4157a7b53ef178613db619e27800f85359c0b39a9fd6e32152c208",
301          "result" : "acceptable",
302          "flags" : [
303            "Twist"
304          ]
305        },
306        {
307          "tcId" : 27,
308          "comment" : "public key on twist",
309          "public" : "edfffffffffffffffffffffffffffeffffffffffffffffffffffffffffffff7f",
310          "private" : "806e7f26ca3246de8182946cbed09f52b95da626c823c7b50450001a47b7b252",
311          "shared" : "bca4a0724f5c1feb184078448c898c8620e7caf81f64cca746f557dff2498859",
312          "result" : "acceptable",
313          "flags" : [
314            "Twist"
315          ]
316        },
317        {
318          "tcId" : 28,
319          "comment" : "public key on twist",
320          "public" : "edfffffffffffffeffffffffffffffffffffffffffffffffffffffffffffff7f",
321          "private" : "58354fd64bc022cba3a71b2ae64281e4ea7bf6d65fdbaead1440eeb18604fe62",
322          "shared" : "b3418a52464c15ab0cacbbd43887a1199206d59229ced49202300638d7a40f04",
323          "result" : "acceptable",
324          "flags" : [
325            "Twist"
326          ]
327        },
328        {
329          "tcId" : 29,
330          "comment" : "public key on twist",
331          "public" : "edffffffffffefffffffffffffffffffffffffffffffffffffffffffffffff7f",
332          "private" : "f0019cf05159794cc8052b00c2e75b7f46fb6693c4b38c02b12a4fe272e8556a",
333          "shared" : "fcde6e0a3d5fd5b63f10c2d3aad4efa05196f26bc0cb26fd6d9d3bd015eaa74f",
334          "result" : "acceptable",
335          "flags" : [
336            "Twist"
337          ]
338        },
339        {
340          "tcId" : 30,
341          "comment" : "public key on twist",
342          "public" : "edfeffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
343          "private" : "d0fca64cc5f3a0c8e75c824e8b09d1615aa79aeba139bb7302e2bb2fcbe54b40",
344          "shared" : "7d62f189444c6231a48afab10a0af2eee4a52e431ea05ff781d616af2114672f",
345          "result" : "acceptable",
346          "flags" : [
347            "Twist"
348          ]
349        },
350        {
351          "tcId" : 31,
352          "comment" : "public key on twist",
353          "public" : "eaffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
354          "private" : "d02456e456911d3c6cd054933199807732dfdc958642ad1aebe900c793bef24a",
355          "shared" : "07ba5fcbda21a9a17845c401492b10e6de0a168d5c94b606694c11bac39bea41",
356          "result" : "acceptable",
357          "flags" : [
358            "Twist"
359          ]
360        },
361        {
362          "tcId" : 32,
363          "comment" : "public key = 0",
364          "public" : "0000000000000000000000000000000000000000000000000000000000000000",
365          "private" : "88227494038f2bb811d47805bcdf04a2ac585ada7f2f23389bfd4658f9ddd45e",
366          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
367          "result" : "acceptable",
368          "flags" : [
369            "SmallPublicKey",
370            "LowOrderPublic",
371            "ZeroSharedSecret"
372          ]
373        },
374        {
375          "tcId" : 33,
376          "comment" : "public key = 1",
377          "public" : "0100000000000000000000000000000000000000000000000000000000000000",
378          "private" : "48232e8972b61c7e61930eb9450b5070eae1c670475685541f0476217e48184f",
379          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
380          "result" : "acceptable",
381          "flags" : [
382            "SmallPublicKey",
383            "LowOrderPublic",
384            "ZeroSharedSecret"
385          ]
386        },
387        {
388          "tcId" : 34,
389          "comment" : "edge case public key",
390          "public" : "0400000000000000000000000000000000000000000000000000000000000000",
391          "private" : "a8386f7f16c50731d64f82e6a170b142a4e34f31fd7768fcb8902925e7d1e25a",
392          "shared" : "34b7e4fa53264420d9f943d15513902342b386b172a0b0b7c8b8f2dd3d669f59",
393          "result" : "valid",
394          "flags" : []
395        },
396        {
397          "tcId" : 35,
398          "comment" : "edge case public key",
399          "public" : "0001000000000000000000000000000000000000000000000000000000000000",
400          "private" : "d05abd08bf5e62538cb9a5ed105dbedd6de38d07940085072b4311c2678ed77d",
401          "shared" : "3aa227a30781ed746bd4b3365e5f61461b844d09410c70570abd0d75574dfc77",
402          "result" : "valid",
403          "flags" : []
404        },
405        {
406          "tcId" : 36,
407          "comment" : "edge case public key",
408          "public" : "0000001000000000000000000000000000000000000000000000000000000000",
409          "private" : "f0b8b0998c8394364d7dcb25a3885e571374f91615275440db0645ee7c0a6f6b",
410          "shared" : "97755e7e775789184e176847ffbc2f8ef98799d46a709c6a1c0ffd29081d7039",
411          "result" : "valid",
412          "flags" : []
413        },
414        {
415          "tcId" : 37,
416          "comment" : "edge case public key",
417          "public" : "0000000001000000000000000000000000000000000000000000000000000000",
418          "private" : "d00c35dc17460f360bfae7b94647bc4e9a7ad9ce82abeadb50a2f1a0736e2175",
419          "shared" : "c212bfceb91f8588d46cd94684c2c9ee0734087796dc0a9f3404ff534012123d",
420          "result" : "valid",
421          "flags" : []
422        },
423        {
424          "tcId" : 38,
425          "comment" : "edge case public key",
426          "public" : "ffffffffffff0f00000000000000000000000000000000000000000000000000",
427          "private" : "385fc8058900a85021dd92425d2fb39a62d4e23aef1d5104c4c2d88712d39e4d",
428          "shared" : "388faffb4a85d06702ba3e479c6b216a8f33efce0542979bf129d860f93b9f02",
429          "result" : "valid",
430          "flags" : []
431        },
432        {
433          "tcId" : 39,
434          "comment" : "edge case public key",
435          "public" : "ffffffffffffff00000000000000000000000000000000000000000000000000",
436          "private" : "e0614b0c408af24d9d24c0a72f9137fbd6b16f02ccc94797ea3971ab16073a7f",
437          "shared" : "877fec0669d8c1a5c866641420eea9f6bd1dfd38d36a5d55a8c0ab2bf3105c68",
438          "result" : "valid",
439          "flags" : []
440        },
441        {
442          "tcId" : 40,
443          "comment" : "edge case public key",
444          "public" : "0000000000000000010000000000000000000000000000000000000000000000",
445          "private" : "f004b8fd05d9fffd853cdc6d2266389b737e8dfc296ad00b5a69b2a9dcf72956",
446          "shared" : "180373ea0f23ea73447e5a90398a97d490b541c69320719d7dd733fb80d5480f",
447          "result" : "valid",
448          "flags" : []
449        },
450        {
451          "tcId" : 41,
452          "comment" : "edge case public key",
453          "public" : "ffffffffffffffffffffffffffff000000000000000000000000000000000000",
454          "private" : "e80bf0e609bf3b035b552f9db7e9ecbc44a04b7910b1493661a524f46c3c2277",
455          "shared" : "208142350af938aba52a156dce19d3c27ab1628729683cf4ef2667c3dc60cf38",
456          "result" : "valid",
457          "flags" : []
458        },
459        {
460          "tcId" : 42,
461          "comment" : "edge case public key",
462          "public" : "0000000000000000000000000000010000000000000000000000000000000000",
463          "private" : "48890e95d1b03e603bcb51fdf6f296f1f1d10f5df10e00b8a25c9809f9aa1a54",
464          "shared" : "1c3263890f7a081cefe50cb92abd496582d90dcc2b9cb858bd286854aa6b0a7e",
465          "result" : "valid",
466          "flags" : []
467        },
468        {
469          "tcId" : 43,
470          "comment" : "edge case public key",
471          "public" : "ffffffffffffffffffffffffffffffff00000000000000000000000000000000",
472          "private" : "a806f1e39b742615a7dde3b29415ed827c68f07d4a47a4d9595c40c7fccb9263",
473          "shared" : "56128e78d7c66f48e863e7e6f2caa9c0988fd439deac11d4aac9664083087f7a",
474          "result" : "valid",
475          "flags" : []
476        },
477        {
478          "tcId" : 44,
479          "comment" : "edge case public key",
480          "public" : "0000000000000000000000000000000001000000000000000000000000000000",
481          "private" : "9899d5e265e1fc7c32345227d6699a6d6b5517cf33b43ab156ee20df4878794e",
482          "shared" : "30eca56f1f1c2e8ff780134e0e9382c5927d305d86b53477e9aeca79fc9ced05",
483          "result" : "valid",
484          "flags" : []
485        },
486        {
487          "tcId" : 45,
488          "comment" : "edge case public key",
489          "public" : "ffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000",
490          "private" : "d842316e5476aeaee838204258a06f15de011ba40b9962705e7f6e889fe71f40",
491          "shared" : "cb21b7aa3f992ecfc92954849154b3af6b96a01f17bf21c612da748db38eb364",
492          "result" : "valid",
493          "flags" : []
494        },
495        {
496          "tcId" : 46,
497          "comment" : "edge case public key",
498          "public" : "ffffffff00000000ffffffff00000000ffffffff00000000ffffffff00000000",
499          "private" : "a0933ee30512b25ee4e900aaa07f73e507a8ec53b53a44626e0f589af4e0356c",
500          "shared" : "c5caf8cabc36f086deaf1ab226434098c222abdf8acd3ce75c75e9debb271524",
501          "result" : "valid",
502          "flags" : []
503        },
504        {
505          "tcId" : 47,
506          "comment" : "edge case public key",
507          "public" : "0000000000000000000000000000000000000000000000000000000001000000",
508          "private" : "38d6403e1377734cdce98285e820f256ad6b769d6b5612bcf42cf2b97945c073",
509          "shared" : "4d46052c7eabba215df8d91327e0c4610421d2d9129b1486d914c766cf104c27",
510          "result" : "valid",
511          "flags" : []
512        },
513        {
514          "tcId" : 48,
515          "comment" : "edge case public key",
516          "public" : "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03",
517          "private" : "182191b7052e9cd630ef08007fc6b43bc7652913be6774e2fd271b71b962a641",
518          "shared" : "a0e0315175788362d4ebe05e6ac76d52d40187bd687492af05abc7ba7c70197d",
519          "result" : "valid",
520          "flags" : []
521        },
522        {
523          "tcId" : 49,
524          "comment" : "edge case public key",
525          "public" : "ffffff0f000000ffffff0f000000ffffff0f000000ffffff0f000000ffffff0f",
526          "private" : "106221fe5694a710d6e147696c5d5b93d6887d584f24f228182ebe1b1d2db85d",
527          "shared" : "5e64924b91873b499a5402fa64337c65d4b2ed54beeb3fa5d7347809e43aef1c",
528          "result" : "valid",
529          "flags" : []
530        },
531        {
532          "tcId" : 50,
533          "comment" : "edge case public key",
534          "public" : "000000fcffff030000e0ffff1f000000ffffff000000f8ffff070000c0ffff3f",
535          "private" : "d035de9456080d85a912083b2e3c7ddd7971f786f25a96c5e782cf6f4376e362",
536          "shared" : "c052466f9712d9ec4ef40f276bb7e6441c5434a83efd8e41d20ce83f2dbf5952",
537          "result" : "valid",
538          "flags" : []
539        },
540        {
541          "tcId" : 51,
542          "comment" : "edge case public key",
543          "public" : "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff3f",
544          "private" : "a8f37318a4c760f3cb2d894822918735683cb1edacf3e666e15694154978fd6d",
545          "shared" : "d151b97cba9c25d48e6d576338b97d53dd8b25e84f65f7a2091a17016317c553",
546          "result" : "valid",
547          "flags" : []
548        },
549        {
550          "tcId" : 52,
551          "comment" : "edge case public key",
552          "public" : "edffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff5f",
553          "private" : "20d4d624cf732f826f09e8088017742f13f2da98f4dcf4b40519adb790cebf64",
554          "shared" : "5716296baf2b1a6b9cd15b23ba86829743d60b0396569be1d5b40014c06b477d",
555          "result" : "valid",
556          "flags" : []
557        },
558        {
559          "tcId" : 53,
560          "comment" : "edge case public key",
561          "public" : "edffffffffffffffffffffffffffffffffffffffffffffffffffffffff7fff7f",
562          "private" : "d806a735d138efb3b404683c9d84485ab4af540d0af253b574323d8913003c66",
563          "shared" : "ddbd56d0454b794c1d1d4923f023a51f6f34ef3f4868e3d6659307c683c74126",
564          "result" : "valid",
565          "flags" : []
566        },
567        {
568          "tcId" : 54,
569          "comment" : "edge case public key",
570          "public" : "fffffffffeffff7ffffffffffeffff7ffffffffffeffff7ffffffffffeffff7f",
571          "private" : "184198c6228177f3ef41dc9a341258f8181ae365fe9ec98d93639b0bbee1467d",
572          "shared" : "8039eebed1a4f3b811ea92102a6267d4da412370f3f0d6b70f1faaa2e8d5236d",
573          "result" : "valid",
574          "flags" : []
575        },
576        {
577          "tcId" : 55,
578          "comment" : "edge case public key",
579          "public" : "edfffffffffffffffffffffffffffffffffffffffffffffffffffffffeffff7f",
580          "private" : "f0a46a7f4b989fe515edc441109346ba746ec1516896ec5b7e4f4d903064b463",
581          "shared" : "b69524e3955da23df6ad1a7cd38540047f50860f1c8fded9b1fdfcc9e812a035",
582          "result" : "valid",
583          "flags" : []
584        },
585        {
586          "tcId" : 56,
587          "comment" : "edge case public key",
588          "public" : "edfffffffffffffffffffffffffffffffffffffffffffffffeffffffffffff7f",
589          "private" : "881874fda3a99c0f0216e1172fbd07ab1c7df78602cc6b11264e57aab5f23a49",
590          "shared" : "e417bb8854f3b4f70ecea557454c5c4e5f3804ae537960a8097b9f338410d757",
591          "result" : "valid",
592          "flags" : []
593        },
594        {
595          "tcId" : 57,
596          "comment" : "edge case public key",
597          "public" : "edfffffffffffffffffffffffffffffffeffffffffffffffffffffffffffff7f",
598          "private" : "b8d0f1ae05a5072831443150e202ac6db00322cdf341f467e9f296588b04db72",
599          "shared" : "afca72bb8ef727b60c530c937a2f7d06bb39c39b903a7f4435b3f5d8fc1ca810",
600          "result" : "valid",
601          "flags" : []
602        },
603        {
604          "tcId" : 58,
605          "comment" : "edge case public key",
606          "public" : "edfffffffffffffffeffffffffffffffffffffffffffffffffffffffffffff7f",
607          "private" : "c8619ba988859db7d6f20fbf3ffb8b113418cc278065b4e8bb6d4e5b3e7cb569",
608          "shared" : "7e41c2886fed4af04c1641a59af93802f25af0f9cba7a29ae72e2a92f35a1e5a",
609          "result" : "valid",
610          "flags" : []
611        },
612        {
613          "tcId" : 59,
614          "comment" : "edge case public key",
615          "public" : "edfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
616          "private" : "f8d4ca1f37a30ec9acd6dbe5a6e150e5bc447d22b355d80ba002c5b05c26935d",
617          "shared" : "dd3abd4746bf4f2a0d93c02a7d19f76d921c090d07e6ea5abae7f28848355947",
618          "result" : "valid",
619          "flags" : []
620        },
621        {
622          "tcId" : 60,
623          "comment" : "edge case public key",
624          "public" : "edffffefffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
625          "private" : "88037ac8e33c72c2c51037c7c8c5288bba9265c82fd8c31796dd7ea5df9aaa4a",
626          "shared" : "8c27b3bff8d3c1f6daf2d3b7b3479cf9ad2056e2002be247992a3b29de13a625",
627          "result" : "valid",
628          "flags" : []
629        },
630        {
631          "tcId" : 61,
632          "comment" : "edge case public key",
633          "public" : "edfffeffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
634          "private" : "5034ee7bf83a13d9167df86b0640294f3620f4f4d9030e5e293f9190824ae562",
635          "shared" : "8e1d2207b47432f881677448b9d426a30de1a1f3fd38cad6f4b23dbdfe8a2901",
636          "result" : "valid",
637          "flags" : []
638        },
639        {
640          "tcId" : 62,
641          "comment" : "edge case public key",
642          "public" : "ebffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
643          "private" : "40bd4e1caf39d9def7663823502dad3e7d30eb6eb01e9b89516d4f2f45b7cd7f",
644          "shared" : "2cf6974b0c070e3707bf92e721d3ea9de3db6f61ed810e0a23d72d433365f631",
645          "result" : "valid",
646          "flags" : []
647        },
648        {
649          "tcId" : 63,
650          "comment" : "public key with low order",
651          "public" : "e0eb7a7c3b41b8ae1656e3faf19fc46ada098deb9c32b1fd866205165f49b800",
652          "private" : "e0f978dfcd3a8f1a5093418de54136a584c20b7b349afdf6c0520886f95b1272",
653          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
654          "result" : "acceptable",
655          "flags" : [
656            "LowOrderPublic",
657            "ZeroSharedSecret"
658          ]
659        },
660        {
661          "tcId" : 64,
662          "comment" : "public key with low order",
663          "public" : "5f9c95bca3508c24b1d0b1559c83ef5b04445cc4581c8e86d8224eddd09f1157",
664          "private" : "387355d995616090503aafad49da01fb3dc3eda962704eaee6b86f9e20c92579",
665          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
666          "result" : "acceptable",
667          "flags" : [
668            "LowOrderPublic",
669            "ZeroSharedSecret"
670          ]
671        },
672        {
673          "tcId" : 65,
674          "comment" : "public key with low order",
675          "public" : "ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
676          "private" : "c8fe0df92ae68a03023fc0c9adb9557d31be7feed0d3ab36c558143daf4dbb40",
677          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
678          "result" : "acceptable",
679          "flags" : [
680            "LowOrderPublic",
681            "Twist",
682            "ZeroSharedSecret"
683          ]
684        },
685        {
686          "tcId" : 66,
687          "comment" : "public key with low order",
688          "public" : "e0eb7a7c3b41b8ae1656e3faf19fc46ada098deb9c32b1fd866205165f49b880",
689          "private" : "c8d74acde5934e64b9895d5ff7afbffd7f704f7dfccff7ac28fa62a1e6410347",
690          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
691          "result" : "acceptable",
692          "flags" : [
693            "LowOrderPublic",
694            "NonCanonicalPublic",
695            "Twist",
696            "ZeroSharedSecret"
697          ]
698        },
699        {
700          "tcId" : 67,
701          "comment" : "public key with low order",
702          "public" : "5f9c95bca3508c24b1d0b1559c83ef5b04445cc4581c8e86d8224eddd09f11d7",
703          "private" : "b85649d5120e01e8ccaf7b2fb8d81b62e8ad6f3d5c0553fdde1906cb9d79c050",
704          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
705          "result" : "acceptable",
706          "flags" : [
707            "LowOrderPublic",
708            "NonCanonicalPublic",
709            "Twist",
710            "ZeroSharedSecret"
711          ]
712        },
713        {
714          "tcId" : 68,
715          "comment" : "public key with low order",
716          "public" : "ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
717          "private" : "2064b2f4c9dc97ec7cf58932fdfa3265ba6ea4d11f0259b8efc8afb35db88c48",
718          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
719          "result" : "acceptable",
720          "flags" : [
721            "LowOrderPublic",
722            "NonCanonicalPublic",
723            "ZeroSharedSecret"
724          ]
725        },
726        {
727          "tcId" : 69,
728          "comment" : "public key with low order",
729          "public" : "0000000000000000000000000000000000000000000000000000000000000000",
730          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
731          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
732          "result" : "acceptable",
733          "flags" : [
734            "LowOrderPublic",
735            "ZeroSharedSecret"
736          ]
737        },
738        {
739          "tcId" : 70,
740          "comment" : "public key with low order",
741          "public" : "0100000000000000000000000000000000000000000000000000000000000000",
742          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
743          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
744          "result" : "acceptable",
745          "flags" : [
746            "LowOrderPublic",
747            "ZeroSharedSecret"
748          ]
749        },
750        {
751          "tcId" : 71,
752          "comment" : "public key with low order",
753          "public" : "ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
754          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
755          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
756          "result" : "acceptable",
757          "flags" : [
758            "LowOrderPublic",
759            "ZeroSharedSecret"
760          ]
761        },
762        {
763          "tcId" : 72,
764          "comment" : "public key with low order",
765          "public" : "5f9c95bca3508c24b1d0b1559c83ef5b04445cc4581c8e86d8224eddd09f1157",
766          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
767          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
768          "result" : "acceptable",
769          "flags" : [
770            "LowOrderPublic",
771            "ZeroSharedSecret"
772          ]
773        },
774        {
775          "tcId" : 73,
776          "comment" : "public key with low order",
777          "public" : "e0eb7a7c3b41b8ae1656e3faf19fc46ada098deb9c32b1fd866205165f49b800",
778          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
779          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
780          "result" : "acceptable",
781          "flags" : [
782            "LowOrderPublic",
783            "ZeroSharedSecret"
784          ]
785        },
786        {
787          "tcId" : 74,
788          "comment" : "public key with low order",
789          "public" : "edffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
790          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
791          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
792          "result" : "acceptable",
793          "flags" : [
794            "LowOrderPublic",
795            "ZeroSharedSecret"
796          ]
797        },
798        {
799          "tcId" : 75,
800          "comment" : "public key with low order",
801          "public" : "eeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
802          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
803          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
804          "result" : "acceptable",
805          "flags" : [
806            "LowOrderPublic",
807            "ZeroSharedSecret"
808          ]
809        },
810        {
811          "tcId" : 76,
812          "comment" : "public key with low order",
813          "public" : "0000000000000000000000000000000000000000000000000000000000000080",
814          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
815          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
816          "result" : "acceptable",
817          "flags" : [
818            "LowOrderPublic",
819            "ZeroSharedSecret"
820          ]
821        },
822        {
823          "tcId" : 77,
824          "comment" : "public key with low order",
825          "public" : "0100000000000000000000000000000000000000000000000000000000000080",
826          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
827          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
828          "result" : "acceptable",
829          "flags" : [
830            "LowOrderPublic",
831            "ZeroSharedSecret"
832          ]
833        },
834        {
835          "tcId" : 78,
836          "comment" : "public key with low order",
837          "public" : "ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
838          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
839          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
840          "result" : "acceptable",
841          "flags" : [
842            "LowOrderPublic",
843            "ZeroSharedSecret"
844          ]
845        },
846        {
847          "tcId" : 79,
848          "comment" : "public key with low order",
849          "public" : "5f9c95bca3508c24b1d0b1559c83ef5b04445cc4581c8e86d8224eddd09f11d7",
850          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
851          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
852          "result" : "acceptable",
853          "flags" : [
854            "LowOrderPublic",
855            "ZeroSharedSecret"
856          ]
857        },
858        {
859          "tcId" : 80,
860          "comment" : "public key with low order",
861          "public" : "e0eb7a7c3b41b8ae1656e3faf19fc46ada098deb9c32b1fd866205165f49b880",
862          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
863          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
864          "result" : "acceptable",
865          "flags" : [
866            "LowOrderPublic",
867            "ZeroSharedSecret"
868          ]
869        },
870        {
871          "tcId" : 81,
872          "comment" : "public key with low order",
873          "public" : "edffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
874          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
875          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
876          "result" : "acceptable",
877          "flags" : [
878            "LowOrderPublic",
879            "ZeroSharedSecret"
880          ]
881        },
882        {
883          "tcId" : 82,
884          "comment" : "public key with low order",
885          "public" : "eeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
886          "private" : "786a33a4f7af297a20e7642925932bf509e7070fa1bc36986af1eb13f4f50b55",
887          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
888          "result" : "acceptable",
889          "flags" : [
890            "LowOrderPublic",
891            "ZeroSharedSecret"
892          ]
893        },
894        {
895          "tcId" : 83,
896          "comment" : "public key = 57896044618658097711785492504343953926634992332820282019728792003956564819949",
897          "public" : "edffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
898          "private" : "40ff586e73d61f0960dc2d763ac19e98225f1194f6fe43d5dd97ad55b3d35961",
899          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
900          "result" : "acceptable",
901          "flags" : [
902            "SmallPublicKey",
903            "LowOrderPublic",
904            "ZeroSharedSecret"
905          ]
906        },
907        {
908          "tcId" : 84,
909          "comment" : "public key = 57896044618658097711785492504343953926634992332820282019728792003956564819950",
910          "public" : "eeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
911          "private" : "584fceaebae944bfe93b2e0d0a575f706ce5ada1da2b1311c3b421f9186c7a6f",
912          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
913          "result" : "acceptable",
914          "flags" : [
915            "SmallPublicKey",
916            "LowOrderPublic",
917            "NonCanonicalPublic",
918            "ZeroSharedSecret"
919          ]
920        },
921        {
922          "tcId" : 85,
923          "comment" : "non-canonical public key",
924          "public" : "efffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
925          "private" : "0016b62af5cabde8c40938ebf2108e05d27fa0533ed85d70015ad4ad39762d54",
926          "shared" : "b4d10e832714972f96bd3382e4d082a21a8333a16315b3ffb536061d2482360d",
927          "result" : "acceptable",
928          "flags" : [
929            "NonCanonicalPublic",
930            "Twist"
931          ]
932        },
933        {
934          "tcId" : 86,
935          "comment" : "non-canonical public key",
936          "public" : "f0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
937          "private" : "d83650ba7cec115881916255e3fa5fa0d6b8dcf968731bd2c9d2aec3f561f649",
938          "shared" : "515eac8f1ed0b00c70762322c3ef86716cd2c51fe77cec3d31b6388bc6eea336",
939          "result" : "acceptable",
940          "flags" : [
941            "NonCanonicalPublic",
942            "Twist"
943          ]
944        },
945        {
946          "tcId" : 87,
947          "comment" : "non-canonical public key",
948          "public" : "f1ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
949          "private" : "88dd14e2711ebd0b0026c651264ca965e7e3da5082789fbab7e24425e7b4377e",
950          "shared" : "6919992d6a591e77b3f2bacbd74caf3aea4be4802b18b2bc07eb09ade3ad6662",
951          "result" : "acceptable",
952          "flags" : [
953            "NonCanonicalPublic"
954          ]
955        },
956        {
957          "tcId" : 88,
958          "comment" : "non-canonical public key",
959          "public" : "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
960          "private" : "98c2b08cbac14e15953154e3b558d42bb1268a365b0ef2f22725129d8ac5cb7f",
961          "shared" : "9c034fcd8d3bf69964958c0105161fcb5d1ea5b8f8abb371491e42a7684c2322",
962          "result" : "acceptable",
963          "flags" : [
964            "NonCanonicalPublic"
965          ]
966        },
967        {
968          "tcId" : 89,
969          "comment" : "non-canonical public key",
970          "public" : "0200000000000000000000000000000000000000000000000000000000000080",
971          "private" : "c0697b6f05e0f3433b44ea352f20508eb0623098a7770853af5ca09727340c4e",
972          "shared" : "ed18b06da512cab63f22d2d51d77d99facd3c4502e4abf4e97b094c20a9ddf10",
973          "result" : "acceptable",
974          "flags" : [
975            "NonCanonicalPublic",
976            "Twist"
977          ]
978        },
979        {
980          "tcId" : 90,
981          "comment" : "non-canonical public key",
982          "public" : "0300000000000000000000000000000000000000000000000000000000000080",
983          "private" : "18422b58a18e0f4519b7a887b8cfb649e0bfe4b34d75963350a9944e5b7f5b7e",
984          "shared" : "448ce410fffc7e6149c5abec0ad5f3607dfde8a34e2ac3243c3009176168b432",
985          "result" : "acceptable",
986          "flags" : [
987            "NonCanonicalPublic",
988            "Twist"
989          ]
990        },
991        {
992          "tcId" : 91,
993          "comment" : "non-canonical public key",
994          "public" : "0400000000000000000000000000000000000000000000000000000000000080",
995          "private" : "20620d82487707bedf9ee3549e95cb9390d2618f50cf6acba47ffaa103224a6f",
996          "shared" : "03a633df01480d0d5048d92f51b20dc1d11f73e9515c699429b90a4f6903122a",
997          "result" : "acceptable",
998          "flags" : [
999            "NonCanonicalPublic"
1000          ]
1001        },
1002        {
1003          "tcId" : 92,
1004          "comment" : "non-canonical public key",
1005          "public" : "daffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
1006          "private" : "285a6a7ceeb7122f2c78d99c53b2a902b490892f7dff326f89d12673c3101b53",
1007          "shared" : "9b01287717d72f4cfb583ec85f8f936849b17d978dbae7b837db56a62f100a68",
1008          "result" : "acceptable",
1009          "flags" : [
1010            "NonCanonicalPublic"
1011          ]
1012        },
1013        {
1014          "tcId" : 93,
1015          "comment" : "non-canonical public key",
1016          "public" : "dbffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
1017          "private" : "c8e0330ae9dceeff887fba761225879a4bd2e0db08799244136e4721b2c88970",
1018          "shared" : "dfe60831c9f4f96c816e51048804dbdc27795d760eced75ef575cbe3b464054b",
1019          "result" : "acceptable",
1020          "flags" : [
1021            "NonCanonicalPublic"
1022          ]
1023        },
1024        {
1025          "tcId" : 94,
1026          "comment" : "non-canonical public key",
1027          "public" : "dcffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
1028          "private" : "10db6210fc1fb13382472fa1787b004b5d11868ab3a79510e0cee30f4a6df26b",
1029          "shared" : "50bfa826ca77036dd2bbfd092c3f78e2e4a1f980d7c8e78f2f14dca3cce5cc3c",
1030          "result" : "acceptable",
1031          "flags" : [
1032            "NonCanonicalPublic",
1033            "Twist"
1034          ]
1035        },
1036        {
1037          "tcId" : 95,
1038          "comment" : "non-canonical public key",
1039          "public" : "eaffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
1040          "private" : "9041c6e044a277df8466275ca8b5ee0da7bc028648054ade5c592add3057474e",
1041          "shared" : "13da5695a4c206115409b5277a934782fe985fa050bc902cba5616f9156fe277",
1042          "result" : "acceptable",
1043          "flags" : [
1044            "NonCanonicalPublic"
1045          ]
1046        },
1047        {
1048          "tcId" : 96,
1049          "comment" : "non-canonical public key",
1050          "public" : "ebffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
1051          "private" : "b8d499041a6713c0f6f876db7406587fdb44582f9542356ae89cfa958a34d266",
1052          "shared" : "63483b5d69236c63cddbed33d8e22baecc2b0ccf886598e863c844d2bf256704",
1053          "result" : "acceptable",
1054          "flags" : [
1055            "NonCanonicalPublic"
1056          ]
1057        },
1058        {
1059          "tcId" : 97,
1060          "comment" : "non-canonical public key",
1061          "public" : "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
1062          "private" : "c85f08e60c845f82099141a66dc4583d2b1040462c544d33d0453b20b1a6377e",
1063          "shared" : "e9db74bc88d0d9bf046ddd13f943bccbe6dbb47d49323f8dfeedc4a694991a3c",
1064          "result" : "acceptable",
1065          "flags" : [
1066            "NonCanonicalPublic"
1067          ]
1068        },
1069        {
1070          "tcId" : 98,
1071          "comment" : "public key = 57896044618658097711785492504343953926634992332820282019728792003956564819968",
1072          "public" : "0000000000000000000000000000000000000000000000000000000000000080",
1073          "private" : "7887889bac4c629a101d3724f2ed8b98d936fde79e1a1f77d86779626bf8f263",
1074          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
1075          "result" : "acceptable",
1076          "flags" : [
1077            "SmallPublicKey",
1078            "LowOrderPublic",
1079            "NonCanonicalPublic",
1080            "ZeroSharedSecret"
1081          ]
1082        },
1083        {
1084          "tcId" : 99,
1085          "comment" : "public key = 57896044618658097711785492504343953926634992332820282019728792003956564819969",
1086          "public" : "0100000000000000000000000000000000000000000000000000000000000080",
1087          "private" : "e07971ee820e48b0b266d8be3cdbbb5e900a43f59ee8535c6572418615de4962",
1088          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
1089          "result" : "acceptable",
1090          "flags" : [
1091            "SmallPublicKey",
1092            "LowOrderPublic",
1093            "NonCanonicalPublic",
1094            "Twist",
1095            "ZeroSharedSecret"
1096          ]
1097        },
1098        {
1099          "tcId" : 100,
1100          "comment" : "RFC 7748",
1101          "public" : "e6db6867583030db3594c1a424b15f7c726624ec26b3353b10a903a6d0ab1c4c",
1102          "private" : "a046e36bf0527c9d3b16154b82465edd62144c0ac1fc5a18506a2244ba449a44",
1103          "shared" : "c3da55379de9c6908e94ea4df28d084f32eccf03491c71f754b4075577a28552",
1104          "result" : "valid",
1105          "flags" : []
1106        },
1107        {
1108          "tcId" : 101,
1109          "comment" : "RFC 7748",
1110          "public" : "e5210f12786811d3f4b7959d0538ae2c31dbe7106fc03c3efc4cd549c715a413",
1111          "private" : "4866e9d4d1b4673c5ad22691957d6af5c11b6421e0ea01d42ca4169e7918ba4d",
1112          "shared" : "95cbde9476e8907d7aade45cb4b873f88b595a68799fa152e6f8f7647aac7957",
1113          "result" : "valid",
1114          "flags" : []
1115        },
1116        {
1117          "tcId" : 102,
1118          "comment" : "RFC 8037, Section A.6",
1119          "public" : "de9edb7d7b7dc1b4d35b61c2ece435373f8343c85b78674dadfc7e146f882b4f",
1120          "private" : "77076d0a7318a57d3c16c17251b26645df4c2f87ebc0992ab177fba51db92c2a",
1121          "shared" : "4a5d9d5ba4ce2de1728e3bf480350f25e07e21c947d19e3376f09b3c1e161742",
1122          "result" : "valid",
1123          "flags" : []
1124        },
1125        {
1126          "tcId" : 103,
1127          "comment" : "edge case for shared secret",
1128          "public" : "b7b6d39c765cb60c0c8542f4f3952ffb51d3002d4aeb9f8ff988b192043e6d0a",
1129          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1130          "shared" : "0200000000000000000000000000000000000000000000000000000000000000",
1131          "result" : "acceptable",
1132          "flags" : [
1133            "Twist"
1134          ]
1135        },
1136        {
1137          "tcId" : 104,
1138          "comment" : "edge case for shared secret",
1139          "public" : "3b18df1e50b899ebd588c3161cbd3bf98ebcc2c1f7df53b811bd0e91b4d5153d",
1140          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1141          "shared" : "0900000000000000000000000000000000000000000000000000000000000000",
1142          "result" : "valid",
1143          "flags" : []
1144        },
1145        {
1146          "tcId" : 105,
1147          "comment" : "edge case for shared secret",
1148          "public" : "cab6f9e7d8ce00dfcea9bbd8f069ef7fb2ac504abf83b87db601b5ae0a7f7615",
1149          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1150          "shared" : "1000000000000000000000000000000000000000000000000000000000000000",
1151          "result" : "valid",
1152          "flags" : []
1153        },
1154        {
1155          "tcId" : 106,
1156          "comment" : "edge case for shared secret",
1157          "public" : "4977d0d897e1ba566590f60f2eb0db6f7b24c13d436918ccfd32708dfad7e247",
1158          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1159          "shared" : "feffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff3f",
1160          "result" : "acceptable",
1161          "flags" : [
1162            "Twist"
1163          ]
1164        },
1165        {
1166          "tcId" : 107,
1167          "comment" : "edge case for shared secret",
1168          "public" : "98730bc03e29e8b057fb1d20ef8c0bffc822485d3db7f45f4e3cc2c3c6d1d14c",
1169          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1170          "shared" : "fcffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff3f",
1171          "result" : "valid",
1172          "flags" : []
1173        },
1174        {
1175          "tcId" : 108,
1176          "comment" : "edge case for shared secret",
1177          "public" : "97b4fff682df7f096cd1756569e252db482d45406a3198a1aff282a5da474c49",
1178          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1179          "shared" : "f9ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff3f",
1180          "result" : "acceptable",
1181          "flags" : [
1182            "Twist"
1183          ]
1184        },
1185        {
1186          "tcId" : 109,
1187          "comment" : "edge case for shared secret",
1188          "public" : "317781b0163bae74accc06c0d44ef9a911a22b0d37faf7726621591f9343ea2f",
1189          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1190          "shared" : "f3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff3f",
1191          "result" : "valid",
1192          "flags" : []
1193        },
1194        {
1195          "tcId" : 110,
1196          "comment" : "edge case for shared secret",
1197          "public" : "7e26f8f24cb590027f9d1bc49b0e1a242c7d8f43624d3e8fab28ee08e02cb45e",
1198          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1199          "shared" : "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03",
1200          "result" : "valid",
1201          "flags" : []
1202        },
1203        {
1204          "tcId" : 111,
1205          "comment" : "edge case for shared secret",
1206          "public" : "e96d2780e5469a74620ab5aa2f62151d140c473320dbe1b028f1a48f8e76f95f",
1207          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1208          "shared" : "e5ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
1209          "result" : "acceptable",
1210          "flags" : [
1211            "Twist"
1212          ]
1213        },
1214        {
1215          "tcId" : 112,
1216          "comment" : "edge case for shared secret",
1217          "public" : "8d612c5831aa64b057300e7e310f3aa332af34066fefcab2b089c9592878f832",
1218          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1219          "shared" : "e3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
1220          "result" : "acceptable",
1221          "flags" : [
1222            "Twist"
1223          ]
1224        },
1225        {
1226          "tcId" : 113,
1227          "comment" : "edge case for shared secret",
1228          "public" : "8d44108d05d940d3dfe5647ea7a87be24d0d036c9f0a95a2386b839e7b7bf145",
1229          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1230          "shared" : "ddffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
1231          "result" : "valid",
1232          "flags" : []
1233        },
1234        {
1235          "tcId" : 114,
1236          "comment" : "edge case for shared secret",
1237          "public" : "21a35d5db1b6237c739b56345a930aeee373cdcfb4701266782a8ac594913b29",
1238          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1239          "shared" : "dbffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
1240          "result" : "acceptable",
1241          "flags" : [
1242            "Twist"
1243          ]
1244        },
1245        {
1246          "tcId" : 115,
1247          "comment" : "edge case for shared secret",
1248          "public" : "3e5efb63c352ce942762482bc9337a5d35ba55664743ac5e93d11f957336cb10",
1249          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1250          "shared" : "0000000000000000000000000000000000000000000000000000000000000002",
1251          "result" : "acceptable",
1252          "flags" : [
1253            "Twist"
1254          ]
1255        },
1256        {
1257          "tcId" : 116,
1258          "comment" : "edge case for shared secret",
1259          "public" : "8e41f05ea3c76572be104ad8788e970863c6e2ca3daae64d1c2f46decfffa571",
1260          "private" : "60a3a4f130b98a5be4b1cedb7cb85584a3520e142d474dc9ccb909a073a9767f",
1261          "shared" : "0000000000000000000000000000000000000000000000000000000000008000",
1262          "result" : "acceptable",
1263          "flags" : [
1264            "Twist"
1265          ]
1266        },
1267        {
1268          "tcId" : 117,
1269          "comment" : "special case public key",
1270          "public" : "0000000000000000000000000000000000000000000000000000000000000000",
1271          "private" : "c8d07c46bbfb827753b92c70e49583ce8bfa44641a7382258ea903d6a832c96b",
1272          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
1273          "result" : "acceptable",
1274          "flags" : [
1275            "SmallPublicKey",
1276            "LowOrderPublic",
1277            "ZeroSharedSecret"
1278          ]
1279        },
1280        {
1281          "tcId" : 118,
1282          "comment" : "special case public key",
1283          "public" : "0100000000000000000000000000000000000000000000000000000000000000",
1284          "private" : "90b7ef237a055f348dcb4c4364a59d7d31edc7ab78f2ca254e2c810975c3f543",
1285          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
1286          "result" : "acceptable",
1287          "flags" : [
1288            "SmallPublicKey",
1289            "LowOrderPublic",
1290            "ZeroSharedSecret"
1291          ]
1292        },
1293        {
1294          "tcId" : 119,
1295          "comment" : "special case public key",
1296          "public" : "0200000000000000000000000000000000000000000000000000000000000000",
1297          "private" : "e0a8be63315c4f0f0a3fee607f44d30a55be63f09561d9af93e0a1c9cf0ed751",
1298          "shared" : "0c50ac2bfb6815b47d0734c5981379882a24a2de6166853c735329d978baee4d",
1299          "result" : "acceptable",
1300          "flags" : [
1301            "Twist"
1302          ]
1303        },
1304        {
1305          "tcId" : 120,
1306          "comment" : "special case public key",
1307          "public" : "1200000000000000000000000000000000000000000000000000000000000000",
1308          "private" : "0840a8af5bc4c48da8850e973d7e14220f45c192cea4020d377eecd25c7c3643",
1309          "shared" : "77557137a2a2a651c49627a9b239ac1f2bf78b8a3e72168ccecc10a51fc5ae66",
1310          "result" : "valid",
1311          "flags" : []
1312        },
1313        {
1314          "tcId" : 121,
1315          "comment" : "special case public key",
1316          "public" : "1400000000000000000000000000000000000000000000000000000000000000",
1317          "private" : "0092229c753a71284d0853909470ad847ab62f439ea51482fb41d30cc3b44743",
1318          "shared" : "c88e719ae5c2248b5f90da346a92ae214f44a5d129fd4e9c26cf6a0da1efe077",
1319          "result" : "acceptable",
1320          "flags" : [
1321            "Twist"
1322          ]
1323        },
1324        {
1325          "tcId" : 122,
1326          "comment" : "special case public key",
1327          "public" : "0000000000000000000000000080000000000000000000000000000000000000",
1328          "private" : "b8da2bd2d7cf25a3e54e5f87ee15911effb9ff86baec4076d56c8e953670bf5b",
1329          "shared" : "4bf6789c7ea036f973cde0af02d6fdb9b64a0b957022111439570fad7d7a453f",
1330          "result" : "valid",
1331          "flags" : []
1332        },
1333        {
1334          "tcId" : 123,
1335          "comment" : "special case public key",
1336          "public" : "ffffffffffffffffffffffffffff000000000000000000000000000000000000",
1337          "private" : "684cd420af41abb3d10c61e773238cf729c2155f941ac27e15f4c37f49b29576",
1338          "shared" : "bcac235ae15cc7148372e11f9315e3bc76ceb904b3d2a8246bd9d9be2082bb62",
1339          "result" : "valid",
1340          "flags" : []
1341        },
1342        {
1343          "tcId" : 124,
1344          "comment" : "special case public key",
1345          "public" : "0100000000000000000000000000010000000000000000000000000000000000",
1346          "private" : "38cfacaa4460796b4de434bdd6739f0d043671f97fa829517511e6b47aa93474",
1347          "shared" : "5dd7d16fff25cc5fdf9e03c3157cb0a235cea17d618f36e6f13461567edeb943",
1348          "result" : "acceptable",
1349          "flags" : [
1350            "Twist"
1351          ]
1352        },
1353        {
1354          "tcId" : 125,
1355          "comment" : "special case public key",
1356          "public" : "0000000000000000000000000000000000000000000000000000004000000000",
1357          "private" : "30832e8cb627ac195f77b1105258e4bb18b99a5ed944404bfacb3a039fbdb14b",
1358          "shared" : "2816fd031d51d6750f9225ede950625cca47441ca97e43092650396991afcb6d",
1359          "result" : "valid",
1360          "flags" : []
1361        },
1362        {
1363          "tcId" : 126,
1364          "comment" : "special case public key",
1365          "public" : "0000000000000000000000000000000000000000000000000000008000000000",
1366          "private" : "d818fd6971e546447f361d33d3dbb3eadcf02fb28f246f1d5107b9073a93cd4f",
1367          "shared" : "7ed8f2d5424e7ebb3edbdf4abe455447e5a48b658e64abd06c218f33bd151f64",
1368          "result" : "acceptable",
1369          "flags" : [
1370            "Twist"
1371          ]
1372        },
1373        {
1374          "tcId" : 127,
1375          "comment" : "special case public key",
1376          "public" : "ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000",
1377          "private" : "1021cd8682bdc3f5da9100adff5b2230b3acd836b3a455db8352a2c27e69d17e",
1378          "shared" : "e8620ed5ca89c72c5ea5503e6dcd01131cd5e875c30e13d5dc619ce28ec7d559",
1379          "result" : "acceptable",
1380          "flags" : [
1381            "Twist"
1382          ]
1383        },
1384        {
1385          "tcId" : 128,
1386          "comment" : "special case public key",
1387          "public" : "0100000000000000000000000000000000000000000000000000000001000000",
1388          "private" : "20e4c9247102292655d6765d7d84c6fce5309b8004045daea6d7d7dcad462871",
1389          "shared" : "ceadb264379dcadd6e3bb8ad24dd653d2a609dd703d41da6caf3ad00f001862c",
1390          "result" : "valid",
1391          "flags" : []
1392        },
1393        {
1394          "tcId" : 129,
1395          "comment" : "special case public key",
1396          "public" : "a8b9c7372118a53a9de9eaf0868e3b1a3d88e81cb2e407ff7125e9f5c5088715",
1397          "private" : "90b150d462de512056d5bd55173074969b496f262fb6916b733f6263a8078971",
1398          "shared" : "f86cc7bf1be49574fc97a074282e9bb5cd238e002bc8e9a7b8552b2d60eccb52",
1399          "result" : "acceptable",
1400          "flags" : [
1401            "Twist"
1402          ]
1403        },
1404        {
1405          "tcId" : 130,
1406          "comment" : "special case public key",
1407          "public" : "aab9c7372118a53a9de9eaf0868e3b1a3d88e81cb2e407ff7125e9f5c5088715",
1408          "private" : "9887286b3261c8d857a16f6db21277f75d88d4e861b3ebe7596699047e816668",
1409          "shared" : "ccbb8fd9dee165a398b2dbd7c8396f81736c1b3da36b35fbec8f326f38f92767",
1410          "result" : "acceptable",
1411          "flags" : [
1412            "Twist"
1413          ]
1414        },
1415        {
1416          "tcId" : 131,
1417          "comment" : "special case public key",
1418          "public" : "585007a5930d77623cf29756038ca197d3ebfd9e4c80a69585efe0274092c115",
1419          "private" : "20ca2c85cc8762e96b7047bf15c71c050ffe0ed1616040a953ae32a1297ad871",
1420          "shared" : "46add6f48ffff461777d4f89b6fdf1155aa051a96387d45f3e5e371a236b6e52",
1421          "result" : "valid",
1422          "flags" : []
1423        },
1424        {
1425          "tcId" : 132,
1426          "comment" : "special case public key",
1427          "public" : "fbffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1f",
1428          "private" : "d027656605b10bf18dea28bc52546f9f1f08cef06cafd200fc84f87dbb4ebe46",
1429          "shared" : "1adbe32207e21f71e1af53884d2a2276481e298e557f4dacb3720f2458e3082d",
1430          "result" : "valid",
1431          "flags" : []
1432        },
1433        {
1434          "tcId" : 133,
1435          "comment" : "special case public key",
1436          "public" : "0000000000000000000000000000000000000000000000000000000000000020",
1437          "private" : "4867a83ee9d01b7510840867db1af6a6049bdbb056b74443f70c358e162c8867",
1438          "shared" : "e12cc58fbeb70a5e35c861c33710be6516a6a92e52376060211b2487db542b4f",
1439          "result" : "acceptable",
1440          "flags" : [
1441            "Twist"
1442          ]
1443        },
1444        {
1445          "tcId" : 134,
1446          "comment" : "special case public key",
1447          "public" : "afa00e4a271beec478e42fad0618432fa7d7fb3d99004d2b0bdfc14f8024832b",
1448          "private" : "a015970a8add940fca5b1b5d23875397d547d8d494fcb314f2045a67a2d12c4b",
1449          "shared" : "421bed1b26da1e9adbeada1f32b91a0fb4ced0f1110e0a4a88e735a19ee4571e",
1450          "result" : "valid",
1451          "flags" : []
1452        },
1453        {
1454          "tcId" : 135,
1455          "comment" : "special case public key",
1456          "public" : "b1a00e4a271beec478e42fad0618432fa7d7fb3d99004d2b0bdfc14f8024832b",
1457          "private" : "4058cb6b9aaba02a338aaa392dbc10039e26e9e444117e758e24c5d8b232ea5e",
1458          "shared" : "d7b47463e2f4ca9a1a7deea098da8e74ac3b4a109083d997259b12992e7e7e06",
1459          "result" : "valid",
1460          "flags" : []
1461        },
1462        {
1463          "tcId" : 136,
1464          "comment" : "special case public key",
1465          "public" : "fbffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff2f",
1466          "private" : "b876b05daff0530b139d9e11250563418077178246c5fa7005ba00e9b6647763",
1467          "shared" : "686eb910a937211b9147c8a051a1197906818fdc626668eb5f5d394afd86d41b",
1468          "result" : "acceptable",
1469          "flags" : [
1470            "Twist"
1471          ]
1472        },
1473        {
1474          "tcId" : 137,
1475          "comment" : "special case public key",
1476          "public" : "22231c64ef73ad62318b8a87bc38e272e1bb8bf1a60d7c00476d0b059d7b3c35",
1477          "private" : "d87fd6aa5d8deef6dee9619a56846a0829620590f2da40835d8e251597e39078",
1478          "shared" : "09559733b35bcc6bb8ac574b5abe3a4d8841deff051c294a07487e3eec3c5558",
1479          "result" : "valid",
1480          "flags" : []
1481        },
1482        {
1483          "tcId" : 138,
1484          "comment" : "special case public key",
1485          "public" : "f6ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff3f",
1486          "private" : "90036321b63751f7622aa93da34d85e59ce81009ac5b9a068921d83bc4715b57",
1487          "shared" : "f7d5cbcf39eb722b01ed20c85563ebb81d076511aead4ccc429027866b9fd270",
1488          "result" : "valid",
1489          "flags" : []
1490        },
1491        {
1492          "tcId" : 139,
1493          "comment" : "special case public key",
1494          "public" : "f7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff3f",
1495          "private" : "a06781fd4c4a0874e00e72ba131b9dd87a83b2904e294de176e8a9af1f695d67",
1496          "shared" : "e995ad6a1ec6c5ab32922cff9d204721704673143c4a11deaa203f3c81989b3f",
1497          "result" : "acceptable",
1498          "flags" : [
1499            "Twist"
1500          ]
1501        },
1502        {
1503          "tcId" : 140,
1504          "comment" : "special case public key",
1505          "public" : "feffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff3f",
1506          "private" : "b822d72d8b68bdb4fbf67e56a61d672b2c7747e94479fe5ae4072d0accdd6571",
1507          "shared" : "32b6dabe01d13867f3b5b0892fefd80dca666f2edc5afb43cd0baf703c3e6926",
1508          "result" : "acceptable",
1509          "flags" : [
1510            "Twist"
1511          ]
1512        },
1513        {
1514          "tcId" : 141,
1515          "comment" : "special case public key",
1516          "public" : "0000000000000000000000000000000000000000000000000000000000000040",
1517          "private" : "d08ce1237e248d02cdf619d20bea5848ade4f6ffd171b8dee8793fc67c459640",
1518          "shared" : "a93d83fc9ea0f6cb0cc8b631da600019b76cbb2ec57222f2e42dd540e3da850b",
1519          "result" : "valid",
1520          "flags" : []
1521        },
1522        {
1523          "tcId" : 142,
1524          "comment" : "special case public key",
1525          "public" : "cbdce39b108c529dce74757843c71d8d1e44740e59f283ffb892f4fa6284c34a",
1526          "private" : "180ae3c928514cfb9edd06e7dc1d5d066160e967445a5c58e4463b69ed205e6d",
1527          "shared" : "017cbfa2b38e9ef3297a339ecce1a917bdcf7e910036086a41d1e22d04241870",
1528          "result" : "valid",
1529          "flags" : []
1530        },
1531        {
1532          "tcId" : 143,
1533          "comment" : "special case public key",
1534          "public" : "3c5ff1b5d8e4113b871bd052f9e7bcd0582804c266ffb2d4f4203eb07fdb7c54",
1535          "private" : "e881d806a110560cd8fee899d59c0249f1233a4322c41aa369c7a2a99f5b5962",
1536          "shared" : "71133905b8a57ea8c38de0ecf213699a75b096c2df21f07f7e9eb03e9fa53f5c",
1537          "result" : "valid",
1538          "flags" : []
1539        },
1540        {
1541          "tcId" : 144,
1542          "comment" : "special case public key",
1543          "public" : "3e5ff1b5d8e4113b871bd052f9e7bcd0582804c266ffb2d4f4203eb07fdb7c54",
1544          "private" : "08e410e1d7e8b9411236af4a35d6b62a5d8931478e4c62197cfafb491467b162",
1545          "shared" : "3dc7b70e110766b2bf525252ebed98a100b2e532dc69544464da1bbab8625f6d",
1546          "result" : "valid",
1547          "flags" : []
1548        },
1549        {
1550          "tcId" : 145,
1551          "comment" : "special case public key",
1552          "public" : "f2ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff5f",
1553          "private" : "e02fdf7e0ee3d55b4440f01432dd253c949793bc04da44ddece83e54c8c39b40",
1554          "shared" : "e317e5cc438b5f79ead5533ac7c45519a117b31033cc2140b19edf8572011240",
1555          "result" : "valid",
1556          "flags" : []
1557        },
1558        {
1559          "tcId" : 146,
1560          "comment" : "special case public key",
1561          "public" : "f6ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff5f",
1562          "private" : "f05d18f68ef7a5865c14db3a9c255fdf2dabea2aa36581e94f68b727b582867b",
1563          "shared" : "d86810516aeddc18061036f599a9eb84d1c6146b0f543652dd4526743ba42c04",
1564          "result" : "valid",
1565          "flags" : []
1566        },
1567        {
1568          "tcId" : 147,
1569          "comment" : "special case public key",
1570          "public" : "95aff85a6cf2889dc30d68a9fc735e682c140261b37f596a7a101fd8bf6d3e6a",
1571          "private" : "00c103578d5c079d7bcc22c1c31e787c1b15c57fcb493fdafefa20371cfc746b",
1572          "shared" : "dfa988a477003be125b95ccbf2223d97729577d25e1d6e89e3da0afabdd0ae71",
1573          "result" : "acceptable",
1574          "flags" : [
1575            "Twist"
1576          ]
1577        },
1578        {
1579          "tcId" : 148,
1580          "comment" : "special case public key",
1581          "public" : "434638c8dee75ac56216150f7971c4e5c27717e34d1bf8008eda160a3af7786a",
1582          "private" : "7005bb927485c435642b424a3dde014bcf76345e5be64ae6e9b24db39e1cdb51",
1583          "shared" : "d450af45b8ed5fe140cc5263ffb7b52e66736899a8b872b6e28552129819b25b",
1584          "result" : "acceptable",
1585          "flags" : [
1586            "Twist"
1587          ]
1588        },
1589        {
1590          "tcId" : 149,
1591          "comment" : "special case public key",
1592          "public" : "454638c8dee75ac56216150f7971c4e5c27717e34d1bf8008eda160a3af7786a",
1593          "private" : "0822039a5dc13c40fcccf346e2a7769b4fd272052d43260ad626468a50d44162",
1594          "shared" : "58002c89bf8bc32ae6fc205b796acd13ef7f8476f6492ae4b2be47f1095e8a4f",
1595          "result" : "valid",
1596          "flags" : []
1597        },
1598        {
1599          "tcId" : 150,
1600          "comment" : "special case public key",
1601          "public" : "ecfffffffffffffffffffffffffffeffffffffffffffffffffffffffffffff7f",
1602          "private" : "40a6349c03f0dc0a42358f6353ca67632af687b14c9dff626c54e211e8fc355a",
1603          "shared" : "7773aad6e72eb1735b65ad51f7dad258c11d7bfff53094424cb103cd6bfb4368",
1604          "result" : "valid",
1605          "flags" : []
1606        },
1607        {
1608          "tcId" : 151,
1609          "comment" : "special case public key",
1610          "public" : "eefffffffffffffffffffffffffffeffffffffffffffffffffffffffffffff7f",
1611          "private" : "50696d4d05209971d6ba0676ea274262ba639aac74fa75e5df4570768ad8ae74",
1612          "shared" : "c118ddf6462fbea80f14ef1f2972a1ab12cafa511d1323d4d22d0d426d651b5b",
1613          "result" : "valid",
1614          "flags" : []
1615        },
1616        {
1617          "tcId" : 152,
1618          "comment" : "special case public key",
1619          "public" : "edffffffffffffffffffffffff7fffffffffffffffffffffffffffffffffff7f",
1620          "private" : "68bb680c853f4e4daa47c586dc886cf4568d7b0383770f6df439a53be4a3236d",
1621          "shared" : "cc0775bfd970a2706b11c7222a4436a3d17160382c83b76f89b66192c81b4408",
1622          "result" : "valid",
1623          "flags" : []
1624        },
1625        {
1626          "tcId" : 153,
1627          "comment" : "special case public key",
1628          "public" : "ebffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
1629          "private" : "b0f6c28dbdc647068a76d71805ef770f087cf76b82afdc0d26c45b71ace49768",
1630          "shared" : "f0097fa0ba70d019126277ab15c56ecc170ca88180b2bf9d80fcda3d7d74552a",
1631          "result" : "valid",
1632          "flags" : []
1633        },
1634        {
1635          "tcId" : 154,
1636          "comment" : "special case public key",
1637          "public" : "ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f",
1638          "private" : "18630f93598637c35da623a74559cf944374a559114c7937811041fc8605564a",
1639          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
1640          "result" : "acceptable",
1641          "flags" : [
1642            "LowOrderPublic",
1643            "Twist",
1644            "ZeroSharedSecret"
1645          ]
1646        },
1647        {
1648          "tcId" : 155,
1649          "comment" : "special case for E in multiplication by 2",
1650          "public" : "0000000000000000000008000000000000000000000000000000000000000000",
1651          "private" : "581ecbda5a4a228044fefd6e03df234558c3c79152c6e2c5e60b142c4f26a851",
1652          "shared" : "59e7b1e6f47065a48bd34913d910176b6792a1372aad22e73cd7df45fcf91a0e",
1653          "result" : "acceptable",
1654          "flags" : [
1655            "Twist"
1656          ]
1657        },
1658        {
1659          "tcId" : 156,
1660          "comment" : "special case for E in multiplication by 2",
1661          "public" : "77af0d3897a715dfe25df5d538cf133bc9ab7ad52df6bd922a2fb75621d59901",
1662          "private" : "b0561a38000795b7cb537b55e975ea452c2118506295d5eb15fd9c83b67f7a50",
1663          "shared" : "179f6b020748acba349133eaa4518f1bd8bab7bfc4fb05fd4c24e7553da1e960",
1664          "result" : "valid",
1665          "flags" : []
1666        },
1667        {
1668          "tcId" : 157,
1669          "comment" : "special case for E in multiplication by 2",
1670          "public" : "4e39866127b6a12a54914e106aab86464af55631f3cb61766d5999aa8d2e070e",
1671          "private" : "b00f7df2d47128441c7270b9a87eee45b6056fc64236a57bdf81dbcccf5f5d42",
1672          "shared" : "43c5ee1451f213ef7624729e595a0fee7c9af7ee5d27eb03278ee9f94c202352",
1673          "result" : "valid",
1674          "flags" : []
1675        },
1676        {
1677          "tcId" : 158,
1678          "comment" : "special case for E in multiplication by 2",
1679          "public" : "adc6799ed8495ed5ab6eb1ef955479b9b50aa9ce0c349e8992a6665572d1f811",
1680          "private" : "c8f7a0c0bfb1e9c72576c534f86854fbe4af521d4fa807f67e2440e100ec8852",
1681          "shared" : "2f350bcf0b40784d1d756c9ca3e38ec9dd68ba80faf1f9847de50779c0d4902a",
1682          "result" : "valid",
1683          "flags" : []
1684        },
1685        {
1686          "tcId" : 159,
1687          "comment" : "special case for E in multiplication by 2",
1688          "public" : "770f4218ef234f5e185466e32442c302bbec21bbb6cd28c979e783fe5013333f",
1689          "private" : "58181f581aa37022ff71c56c6e68e6175d967c5c995a249885f66565074ded4d",
1690          "shared" : "d5d650dc621072eca952e4344efc7320b2b1459aba48f5e2480db881c50cc650",
1691          "result" : "acceptable",
1692          "flags" : [
1693            "Twist"
1694          ]
1695        },
1696        {
1697          "tcId" : 160,
1698          "comment" : "special case for E in multiplication by 2",
1699          "public" : "5c6118c4c74cfb842d9a87449f9d8db8b992d46c5a9093ce2fcb7a49b535c451",
1700          "private" : "301c935cae4357070b0adaf9cd6192830b2c989c153729eed99f589eb45f884b",
1701          "shared" : "909cc57275d54f20c67b45f9af9484fd67581afb7d887bee1db5461f303ef257",
1702          "result" : "acceptable",
1703          "flags" : [
1704            "Twist"
1705          ]
1706        },
1707        {
1708          "tcId" : 161,
1709          "comment" : "special case for E in multiplication by 2",
1710          "public" : "4039866127b6a12a54914e106aab86464af55631f3cb61766d5999aa8d2e076e",
1711          "private" : "d002292d4359a3d42bc8767f1380009332e7a0df2f3379011ab78f789f6baa54",
1712          "shared" : "4a7e2c5caf1d8180eb1c4f22692f29a14b4cdc9b193bd1d16e2f27438eef1448",
1713          "result" : "valid",
1714          "flags" : []
1715        },
1716        {
1717          "tcId" : 162,
1718          "comment" : "special case for E in multiplication by 2",
1719          "public" : "078fa523498fb51cba1112d83b20af448b8009d8eea14368564d01b8f9b6086f",
1720          "private" : "d0c2c49e644ab738270707ff9917065942687e2f12886d961161db46c05b565f",
1721          "shared" : "c0ee59d3685fc2c3c803608b5ee39a7f8da30b48e4293ae011f0ea1e5aeb7173",
1722          "result" : "acceptable",
1723          "flags" : [
1724            "Twist"
1725          ]
1726        },
1727        {
1728          "tcId" : 163,
1729          "comment" : "special case for E in multiplication by 2",
1730          "public" : "9fc6799ed8495ed5ab6eb1ef955479b9b50aa9ce0c349e8992a6665572d1f871",
1731          "private" : "f087d38b274c1dad1bce6eaa36b48e2190b90b9bf8ca59669cc5e00464534342",
1732          "shared" : "b252bc8eabfaa68c56e54d61b99061a35d11e3a7b9bda417d90f69b1119bcf45",
1733          "result" : "valid",
1734          "flags" : []
1735        },
1736        {
1737          "tcId" : 164,
1738          "comment" : "special case for E in multiplication by 2",
1739          "public" : "7650f2c76858ea201da2022ac730ecc43654852ad209426dd5d048a9de2a667e",
1740          "private" : "48dbcc5a695f1514bbbaa6ad00842b69d9ae5216b1963add07fb2947c97b8447",
1741          "shared" : "fbda33bc930c08df837208e19afdc1cfe3fd0f8f0e3976be34775e58a4a7771f",
1742          "result" : "valid",
1743          "flags" : []
1744        },
1745        {
1746          "tcId" : 165,
1747          "comment" : "D = 0 in multiplication by 2",
1748          "public" : "e0eb7a7c3b41b8ae1656e3faf19fc46ada098deb9c32b1fd866205165f49b800",
1749          "private" : "5891c9272cf9a197735b701e5715268d36d7436b7e351a3e997a0862e4807d4d",
1750          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
1751          "result" : "acceptable",
1752          "flags" : [
1753            "LowOrderPublic",
1754            "ZeroSharedSecret"
1755          ]
1756        },
1757        {
1758          "tcId" : 166,
1759          "comment" : "D = 0 in multiplication by 2",
1760          "public" : "5f9c95bca3508c24b1d0b1559c83ef5b04445cc4581c8e86d8224eddd09f1157",
1761          "private" : "c0f9c60aea73731d92ab5ed9f4cea122f9a6eb2577bda72f94948fea4d4cc65d",
1762          "shared" : "0000000000000000000000000000000000000000000000000000000000000000",
1763          "result" : "acceptable",
1764          "flags" : [
1765            "LowOrderPublic",
1766            "ZeroSharedSecret"
1767          ]
1768        },
1769        {
1770          "tcId" : 167,
1771          "comment" : "special case for DA - CB in multiplication by 2",
1772          "public" : "b0224e7134cf92d40a31515f2f0e89c2a2777e8ac2fe741db0dc39399fdf2702",
1773          "private" : "0066dd7674fe51f9326c1e239b875f8ac0701aae69a804c25fe43595e8660b45",
1774          "shared" : "8dacfe7beaaa62b94bf6e50ee5214d99ad7cda5a431ea0c62f2b20a89d73c62e",
1775          "result" : "acceptable",
1776          "flags" : [
1777            "Twist"
1778          ]
1779        },
1780        {
1781          "tcId" : 168,
1782          "comment" : "special case for DA - CB in multiplication by 2",
1783          "public" : "601e3febb848ec3e57fce64588aad82afc9c2af99bbcdffcc4cd58d4b3d15c07",
1784          "private" : "80067f30f40d61318b420c859fce128c9017ab81b47b76028a57bc30d5856846",
1785          "shared" : "20f1d3fe90e08bc6f152bf5dacc3ed35899785333f1470e6a62c3b8cbe28d260",
1786          "result" : "valid",
1787          "flags" : []
1788        },
1789        {
1790          "tcId" : 169,
1791          "comment" : "special case for DA - CB in multiplication by 2",
1792          "public" : "82a3807bbdec2fa9938fb4141e27dc57456606301f78ff7133cf24f3d13ee117",
1793          "private" : "584577669d21ce0ae3e30b02c9783ffe97709cbfe396889aa31e8ee43352dc52",
1794          "shared" : "2b28cc5140b816add5ad3a77a81b1c073d67bf51bf95bda2064a14eb12d5f766",
1795          "result" : "acceptable",
1796          "flags" : [
1797            "Twist"
1798          ]
1799        },
1800        {
1801          "tcId" : 170,
1802          "comment" : "special case for DA - CB in multiplication by 2",
1803          "public" : "f329ab2376462e5f3128a2682086253c19222ac1e2bca45692f0c3b528f4c428",
1804          "private" : "18e597a4e2ccdb5e8052d57c9009938c2d4c43d6d8c9f93c98727b7311035953",
1805          "shared" : "8392160083b9af9e0ef44fcfce53ba8ff7282ee7a6c71ab66f8843a55d09cd68",
1806          "result" : "valid",
1807          "flags" : []
1808        },
1809        {
1810          "tcId" : 171,
1811          "comment" : "special case for DA in multiplication by 2",
1812          "public" : "4fce3bb6c8aaf022dbd100e3cde3941b37d543f00401dba7da9bc143dfc55709",
1813          "private" : "88281cc51d5512d8814ea5249b879dcbad0323d38512dafbdc7ba85bba8c8d5d",
1814          "shared" : "42184e22c535530c457bd3b4f1084cbf5e297f502fe136b8d1daecf5334cc96c",
1815          "result" : "valid",
1816          "flags" : []
1817        },
1818        {
1819          "tcId" : 172,
1820          "comment" : "special case for DA in multiplication by 2",
1821          "public" : "15c68851c1db844b5a1ef3456a659f188854b1a75fbdb2f68f514c9289ce711f",
1822          "private" : "d0e795450df0a813c6573496ec5793ca02e1bdbad10ed08df83fdaed68b3385f",
1823          "shared" : "f654d78e5945b24bc63e3e6d790e0ae986e53937764068b1bce920e1d79b756f",
1824          "result" : "valid",
1825          "flags" : []
1826        },
1827        {
1828          "tcId" : 173,
1829          "comment" : "special case for DA in multiplication by 2",
1830          "public" : "4200a242434337b8914f49345301ed782b13594f9ede089c41fb1e7ea82c9053",
1831          "private" : "30b69a1cc1eb2d0b83ea213846e90a2c922088bdf294a6995bf6e6e77c646c41",
1832          "shared" : "cd8a09b04795edcc7061867373981aa748651ebdce5ec218a335b878cefe4872",
1833          "result" : "valid",
1834          "flags" : []
1835        },
1836        {
1837          "tcId" : 174,
1838          "comment" : "special case for DA in multiplication by 2",
1839          "public" : "baabf0174aaaea4de48cc83adfb0401461a741903ea6fb130d7d64b7bf03a966",
1840          "private" : "78b30bb63cd8ade71b7a77d426f4419d05f199ffef349e89faa9d9a5f21f6654",
1841          "shared" : "c9f8258f237db1c80702c5c4d9048dfba9dfe259da4aeee90dc2945526961275",
1842          "result" : "valid",
1843          "flags" : []
1844        },
1845        {
1846          "tcId" : 175,
1847          "comment" : "special case for x_2 in multiplication by 2",
1848          "public" : "f12f18bd59c126348f6a7a9f4a5fdd9fcaf581345073a851fba098e5d64b4a0c",
1849          "private" : "c0b386f4ef0d4698686404977e7b60cb6c1f8b6012a22e29d6224c5947439041",
1850          "shared" : "6600cbe900616a770a126b8b19156d5e27e1174bd538d0944eb3c0be4899c758",
1851          "result" : "valid",
1852          "flags" : []
1853        },
1854        {
1855          "tcId" : 176,
1856          "comment" : "special case for x_2 in multiplication by 2",
1857          "public" : "bee386527b772490aeb96fc4d23b9304037cb4430f64b228f3d8b3b498319f22",
1858          "private" : "9886602e719bacafea092bb75b51ae7258abe1a364c176857f3dc188c03e6759",
1859          "shared" : "3fe710d6344ff0cb342e52349e1c5b57b7a271f2a133bb5249bbe40dc86e1b40",
1860          "result" : "acceptable",
1861          "flags" : [
1862            "Twist"
1863          ]
1864        },
1865        {
1866          "tcId" : 177,
1867          "comment" : "special case for x_2 in multiplication by 2",
1868          "public" : "cf911ac91b0d944049cec66ae5ef0c4549d1e612e107c68e87263a2fbcf8323f",
1869          "private" : "b83960f5d0613cdaac6dda690351666e9f277bba6bd406b0e27a1886bb2d3e46",
1870          "shared" : "71373ebe67f39a2c230027c7db4b3b74bab80ed212b232679785ee10f47c304e",
1871          "result" : "valid",
1872          "flags" : []
1873        },
1874        {
1875          "tcId" : 178,
1876          "comment" : "special case for x_2 in multiplication by 2",
1877          "public" : "1e6ee536e4f26bbfb63139951a10f3bab62e19ed1ef8397178d9c5d04307cd40",
1878          "private" : "d03b75f09ac807dfd2ee352c04a1f25984720f785ffaa0af88bc5db6ff9c3453",
1879          "shared" : "238eef43c589822e1d3de41c1cc46dcfec7a93febf37c8546b6625e1a123815d",
1880          "result" : "valid",
1881          "flags" : []
1882        },
1883        {
1884          "tcId" : 179,
1885          "comment" : "special case for x_2 in multiplication by 2",
1886          "public" : "2f1c79ad8488db6f5146903b2dc46cfbfc834bbcf09b4dd70c274c4b67ce605d",
1887          "private" : "d036948c0ec223f0ee577e390dbf87222358ed199f2823345ad154bbc4cbcc47",
1888          "shared" : "87a79c9c231d3b9526b49bf3d683bf38c3c319af7c7c5d1456487398da535010",
1889          "result" : "valid",
1890          "flags" : []
1891        },
1892        {
1893          "tcId" : 180,
1894          "comment" : "special case for x_2 in multiplication by 2",
1895          "public" : "fccfe742a63ed9cb70958560b5a02260350a7ecbaf8c57ae045f671a29b4b573",
1896          "private" : "d054ded613febf2950ac5c927fcb120c387de0ba61b331cd33024c8b6e737048",
1897          "shared" : "d683ca6194452d878c12d7da35f22833f99728bba89931a51274f61210336a5f",
1898          "result" : "valid",
1899          "flags" : []
1900        },
1901        {
1902          "tcId" : 181,
1903          "comment" : "special case for AA in multiplication by 2",
1904          "public" : "cb3d4a90f86b3011da3369d9988597c7fff1499273b4a04f84d0e26ed1683c0d",
1905          "private" : "e82c480631fb153ba2211fe603032b3e71b162dbd3c11bec03208ffcd510655f",
1906          "shared" : "dbf6203516635840cf69a02db87cf0d95dae315da7fc1ec7ce2b29e1f2db6666",
1907          "result" : "acceptable",
1908          "flags" : [
1909            "Twist"
1910          ]
1911        },
1912        {
1913          "tcId" : 182,
1914          "comment" : "special case for AA in multiplication by 2",
1915          "public" : "101e13f7bc0570fa2638caa20a67c6e0c21dab132f4b456191590264c493d018",
1916          "private" : "c0c01d28c1cab01f59700aca5f18d2697658b37fdd54a339ff391c0a1a1b1645",
1917          "shared" : "1fe314744390d525278b1f5fbf108101b8ded587081375ed4ac4ac690d92414f",
1918          "result" : "acceptable",
1919          "flags" : [
1920            "Twist"
1921          ]
1922        },
1923        {
1924          "tcId" : 183,
1925          "comment" : "special case for AA in multiplication by 2",
1926          "public" : "dce1ec0843fa8f05d9c7355df598391f3de254ecd0b4ba9e6ea6fd9b3b6c2f67",
1927          "private" : "c82bde72df36479688c485a8bf442f4a34412e429c02db97704f03daf4dfd542",
1928          "shared" : "ad454395ee392be677be7b9cb914038d57d2d87ec56cc98678dd84f19920912b",
1929          "result" : "acceptable",
1930          "flags" : [
1931            "Twist"
1932          ]
1933        },
1934        {
1935          "tcId" : 184,
1936          "comment" : "special case for AA in multiplication by 2",
1937          "public" : "21c2b56f0794cfee25cc9626677a6838000eb66d8c4b5fb07b2f1d912e97c372",
1938          "private" : "503f697617fb02a7b8ef00ba34e7fc8ce93f9ec3e1cbfe4bf2c05bcee0cb9757",
1939          "shared" : "c6d6499255133398f9dd7f32525db977a538118800bfaf3aad8bcd26f02c3863",
1940          "result" : "valid",
1941          "flags" : []
1942        },
1943        {
1944          "tcId" : 185,
1945          "comment" : "special case for BB in multiplication by 2",
1946          "public" : "cc3d4a90f86b3011da3369d9988597c7fff1499273b4a04f84d0e26ed1683c0d",
1947          "private" : "58cd4ca1e4331188de2b2889419ce20ec5ef88a0e93af092099065551b904e41",
1948          "shared" : "0d74214da1344b111d59dfad3713eb56effe7c560c59cbbb99ec313962dbba58",
1949          "result" : "valid",
1950          "flags" : []
1951        },
1952        {
1953          "tcId" : 186,
1954          "comment" : "special case for BB in multiplication by 2",
1955          "public" : "111e13f7bc0570fa2638caa20a67c6e0c21dab132f4b456191590264c493d018",
1956          "private" : "004ea3448b84ca509efec5fcc24c63ee984def63b29deb9037894709709c0957",
1957          "shared" : "7b9dbf8d6c6d65898b518167bf4011d54ddc265d953c0743d7868e22d9909e67",
1958          "result" : "acceptable",
1959          "flags" : [
1960            "Twist"
1961          ]
1962        },
1963        {
1964          "tcId" : 187,
1965          "comment" : "special case for BB in multiplication by 2",
1966          "public" : "dde1ec0843fa8f05d9c7355df598391f3de254ecd0b4ba9e6ea6fd9b3b6c2f67",
1967          "private" : "c8a6eb00a4d74bbdff239522c3c891ed7ce1904be2a329cd0ae0061a253c9542",
1968          "shared" : "fb0e0209c5b9d51b401183d7e56a59081d37a62ab1e05753a0667eebd377fd39",
1969          "result" : "valid",
1970          "flags" : []
1971        },
1972        {
1973          "tcId" : 188,
1974          "comment" : "special case for BB in multiplication by 2",
1975          "public" : "22c2b56f0794cfee25cc9626677a6838000eb66d8c4b5fb07b2f1d912e97c372",
1976          "private" : "50322ff0d0dcdd6b14f307c04dfecefe5b7cdeaf92bffb919e9d62ed27079040",
1977          "shared" : "dbe7a1fe3b337c9720123e6fcc02cf96953a17dc9b395a2206cb1bf91d41756e",
1978          "result" : "valid",
1979          "flags" : []
1980        },
1981        {
1982          "tcId" : 189,
1983          "comment" : "special case for D in multiplication by 2",
1984          "public" : "e58baccede32bcf33b3b6e3d69c02af8284a9631de74b6af3f046a9369df040f",
1985          "private" : "e0328c7d188d98faf2ac72d728b7d14f2bbbd7a94d0fbd8e8f79abe0b1fe1055",
1986          "shared" : "97bd42093e0d48f973f059dd7ab9f97d13d5b0d5eedffdf6da3c3c432872c549",
1987          "result" : "valid",
1988          "flags" : []
1989        },
1990        {
1991          "tcId" : 190,
1992          "comment" : "special case for D in multiplication by 2",
1993          "public" : "c6d5c693fc0a4e2df6b290026860566a166b6d7aebe3c98828d492745c8df936",
1994          "private" : "5017679a17bd23adf95ad47e310fc6526f4ba9ca3b0839b53bd0d92839eb5b4f",
1995          "shared" : "99bcbc7b9aa5e25580f92bf589e95dae874b83e420225d8a93e18e96dac00b63",
1996          "result" : "valid",
1997          "flags" : []
1998        },
1999        {
2000          "tcId" : 191,
2001          "comment" : "special case for D in multiplication by 2",
2002          "public" : "d15f4bf2ef5c7bda4ee95196f3c0df710df5d3d206360fc3174ea75c3aa3a743",
2003          "private" : "2864aaf61c146df06cc256b065f66b34985cc015da5b1d647a6ed4e2c76bfc43",
2004          "shared" : "afa2adb52a670aa9c3ec3020d5fda285474ede5c4f4c30e9238b884a77969443",
2005          "result" : "valid",
2006          "flags" : []
2007        },
2008        {
2009          "tcId" : 192,
2010          "comment" : "special case for D in multiplication by 2",
2011          "public" : "6dffb0a25888bf23cf1ac701bfbdede8a18e323b9d4d3d31e516a05fce7ce872",
2012          "private" : "184a6cfbabcbd1507a2ea41f52796583dbdb851b88a85781ee8e3c28782c3349",
2013          "shared" : "e6a2fc8ed93ce3530178fef94bb0056f43118e5be3a6eabee7d2ed384a73800c",
2014          "result" : "acceptable",
2015          "flags" : [
2016            "Twist"
2017          ]
2018        },
2019        {
2020          "tcId" : 193,
2021          "comment" : "special case for D in multiplication by 2",
2022          "public" : "21f86d123c923a92aaf2563df94b5b5c93874f5b7ab9954aaa53e3d72f0ff67e",
2023          "private" : "c85f954b85bc102aca799671793452176538d077862ee45e0b253619767dff42",
2024          "shared" : "7fc28781631410c5a6f25c9cfd91ec0a848adb7a9eb40bc5b495d0f4753f2260",
2025          "result" : "acceptable",
2026          "flags" : [
2027            "Twist"
2028          ]
2029        },
2030        {
2031          "tcId" : 194,
2032          "comment" : "special case for D in multiplication by 2",
2033          "public" : "587c347c8cb249564ab77383de358cc2a19fe7370a8476d43091123598941c7f",
2034          "private" : "50e3e5a9a19be2ee3548b0964672fb5e3134cb0d2f7adf000e4556d0ffa37643",
2035          "shared" : "314d8a2b5c76cc7ee1217df2283b7e6724436e273aeb80628dce0600ab478a63",
2036          "result" : "valid",
2037          "flags" : []
2038        },
2039        {
2040          "tcId" : 195,
2041          "comment" : "special case for DA + CB in multiplication by 2",
2042          "public" : "f5c6311a1dd1b9e0f8cfd034ac6d01bf28d9d0f962a1934ae2cb97cb173dd810",
2043          "private" : "08ece580bb6ddf96559b81d7a97dd4531def6cc78d448a70cebabdd26caab146",
2044          "shared" : "2bfd8e5308c34498eb2b4daf9ed51cf623da3beaeb0efd3d687f2b8becbf3101",
2045          "result" : "valid",
2046          "flags" : []
2047        },
2048        {
2049          "tcId" : 196,
2050          "comment" : "special case for DA + CB in multiplication by 2",
2051          "public" : "9316c06d27b24abc673ffb5105c5b9a89bdfaa79e81cdbb89556074377c70320",
2052          "private" : "a886033e9dc2b6a913fffbc2bd402e8c11ec34d49c0dc0fa1429329b694a285f",
2053          "shared" : "d53c3d6f538c126b9336785d1d4e6935dc8b21f3d7e9c25bc240a03e39023363",
2054          "result" : "acceptable",
2055          "flags" : [
2056            "Twist"
2057          ]
2058        },
2059        {
2060          "tcId" : 197,
2061          "comment" : "special case for DA + CB in multiplication by 2",
2062          "public" : "8a4179807b07649e04f711bf9473a79993f84293e4a8b9afee44a22ef1000b21",
2063          "private" : "98b1cc2020a8ec575d5c46c76024cf7c7ad7628eb909730bc4f460aaf0e6da4b",
2064          "shared" : "4531881ad9cf011693ddf02842fbdab86d71e27680e9b4b3f93b4cf15e737e50",
2065          "result" : "acceptable",
2066          "flags" : [
2067            "Twist"
2068          ]
2069        },
2070        {
2071          "tcId" : 198,
2072          "comment" : "special case for DA + CB in multiplication by 2",
2073          "public" : "a773277ae1029f854749137b0f3a02b5b3560b9c4ca4dbdeb3125ec896b81841",
2074          "private" : "c8e193de162aa349a3432c7a0c0521d92cbc5e3bf82615e42955dd67ec12345f",
2075          "shared" : "7ba4d3de697aa11addf3911e93c94b7e943beff3e3b1b56b7de4461f9e48be6b",
2076          "result" : "acceptable",
2077          "flags" : [
2078            "Twist"
2079          ]
2080        },
2081        {
2082          "tcId" : 199,
2083          "comment" : "special case for DA + CB in multiplication by 2",
2084          "public" : "1eceb2b3763231bc3c99dc62266a09ab5d3661c756524cddc5aabcedee92da61",
2085          "private" : "88e01237b336014075676082afbde51d595d47e1fa5214b51a351abbf6491442",
2086          "shared" : "bcf0884052f912a63bbab8c5c674b91c4989ae051fa07fcf30cb5317fb1f2e72",
2087          "result" : "acceptable",
2088          "flags" : [
2089            "Twist"
2090          ]
2091        },
2092        {
2093          "tcId" : 200,
2094          "comment" : "special case for DA + CB in multiplication by 2",
2095          "public" : "9a2acbb3b5a386a6102e3728be3a97de03981d5c71fd2d954604bee3d3d0ce62",
2096          "private" : "e82313e451a198dce4ae95c6832a8281d847fc87b28db00fe43757c16cc49c4a",
2097          "shared" : "e5772a92b103ee696a999705cf07110c460f0545682db3fac5d875d69648bc68",
2098          "result" : "acceptable",
2099          "flags" : [
2100            "Twist"
2101          ]
2102        },
2103        {
2104          "tcId" : 201,
2105          "comment" : "special case for DA + CB in multiplication by 2",
2106          "public" : "27430e1c2d3089708bca56d7a5ad03792828d47685b6131e023dd0808716b863",
2107          "private" : "2828594d16768e586df39601ecc86d3fad6389d872b53fca3edcaf6fb958f653",
2108          "shared" : "378c29e3be97a21b9f81afca0d0f5c242fd4f896114f77a77155d06ce5fbfa5e",
2109          "result" : "acceptable",
2110          "flags" : [
2111            "Twist"
2112          ]
2113        },
2114        {
2115          "tcId" : 202,
2116          "comment" : "special case for z_2 in multiplication by 2",
2117          "public" : "4ef367901aac8ba90a50e0cf86ca4e4a3ff164fb121605be346e2e48d04ac912",
2118          "private" : "a84f488e193139f986b0e5b249635b137d385e420342aef1f194fcde1fe5e850",
2119          "shared" : "7eb48a60b14fb9ea5728f6410aef627d1522fad481b934af64e2c483b64d585f",
2120          "result" : "valid",
2121          "flags" : []
2122        },
2123        {
2124          "tcId" : 203,
2125          "comment" : "special case for z_2 in multiplication by 2",
2126          "public" : "d1de303c4ddd05d57c29df92ad172dd8c8f424e63ec93445beaea44f9d124b17",
2127          "private" : "30fd2a781e095c34a483907b3dd2d8bd2736e279617bfa6b8b4e0e1cf90fbd46",
2128          "shared" : "b71bdbed78023a06deed1c182e14c98f7cf46bc627a4a2c102ad23c41cf32454",
2129          "result" : "valid",
2130          "flags" : []
2131        },
2132        {
2133          "tcId" : 204,
2134          "comment" : "special case for z_2 in multiplication by 2",
2135          "public" : "5bccd739fd7517d9344bf6b2b0f19a1e0c38d9349a25ad1f94af4a2cdcf5e837",
2136          "private" : "28312e17b47dd32d90561168245187963c7469a31c881e4a5c94384262b71959",
2137          "shared" : "5bb56877caf2cdac98611b60367fbb74265984614e5e73996e8ea1bd6f749f1a",
2138          "result" : "valid",
2139          "flags" : []
2140        },
2141        {
2142          "tcId" : 205,
2143          "comment" : "special case for z_2 in multiplication by 2",
2144          "public" : "8a7a939310df7ea768454df51bcd0dfbd7be4fcbb2ffc98429d913ec6911f337",
2145          "private" : "a87640cf8237b473c638b3e9df08644e8607e563b5964363ccc42133b2996742",
2146          "shared" : "b568ed46d04f6291f8c176dca8aff6d221de4c9cce4b404d5401fbe70a324501",
2147          "result" : "acceptable",
2148          "flags" : [
2149            "Twist"
2150          ]
2151        },
2152        {
2153          "tcId" : 206,
2154          "comment" : "special case for z_2 in multiplication by 2",
2155          "public" : "fe3590fc382da7a82e28d07fafe40d4afc91183a4536e3e6b550fee84a4b7b4b",
2156          "private" : "780c5b882720d85e5ddfaf1033e9a1385df9e21689eeda4dcc7444ad28330a50",
2157          "shared" : "11fb44e810bce8536a957eaa56e02d04dd866700298f13b04ebeb48e20d93647",
2158          "result" : "acceptable",
2159          "flags" : [
2160            "Twist"
2161          ]
2162        },
2163        {
2164          "tcId" : 207,
2165          "comment" : "special case for z_2 in multiplication by 2",
2166          "public" : "fad9ab3e803b49fc81b27ee69db6fc9fdb82e35453b59ef8fab2a3beb5e1134c",
2167          "private" : "209e5e0ae1994bd859ce8992b62ec3a66df2eb50232bcc3a3d27b6614f6b014d",
2168          "shared" : "85d9db8f182bc68db67de3471f786b45b1619aec0f32b108ace30ee7b2624305",
2169          "result" : "acceptable",
2170          "flags" : [
2171            "Twist"
2172          ]
2173        },
2174        {
2175          "tcId" : 208,
2176          "comment" : "special case for z_2 in multiplication by 2",
2177          "public" : "98bed955f1516c7a442751ac590046d7d52ca64f76df82be09d32e5d33b49073",
2178          "private" : "806d1dee5ff6aea84a848916991a89ef3625583e1bd4ae0b3dd25c2524a4ff46",
2179          "shared" : "61d4ef71cbe7be3128be829ab26ed3463eb4ab25937c309788e876b23412aa7c",
2180          "result" : "valid",
2181          "flags" : []
2182        },
2183        {
2184          "tcId" : 209,
2185          "comment" : "special case for z_2 in multiplication by 2",
2186          "public" : "e59be4917b3f05b6fc8748c9b90f1b910273c9c6e17ff96ef415ff3d927d987e",
2187          "private" : "00f98b02ae0df5274cc899f526eb1b877289e0963440a57dd97e414cdd2f7c51",
2188          "shared" : "5ba4394ed1a664811b01557944becf7585652a8acbdbf806742911207bd79346",
2189          "result" : "valid",
2190          "flags" : []
2191        },
2192        {
2193          "tcId" : 210,
2194          "comment" : "special case for A in multiplication by 2",
2195          "public" : "8c9885a26cb334054700a270f7a5f4aac06bad8263b651ebf0712eca1ebb6416",
2196          "private" : "d86c18f2be396b3bb72f22e6ece22e273af6e1506a1c09ad4d01bdd2f439f843",
2197          "shared" : "a5952588613eb7a5cd49dd526f1f20a4f0ffe9423e82cea302c2dd90ce559955",
2198          "result" : "acceptable",
2199          "flags" : [
2200            "Twist"
2201          ]
2202        },
2203        {
2204          "tcId" : 211,
2205          "comment" : "special case for A in multiplication by 2",
2206          "public" : "f6135fe9741c2c9de7dcf7627ef08832f351cb325dbb3a26f93a2b48620e1727",
2207          "private" : "f81aadb9053eb698996d0f781d9cda67f82ddefa3987d276ff5a94ffdf5d255f",
2208          "shared" : "cb6fb623084b6197443ec9ba1050c0923332e5e829ae0194269cfaf920a43601",
2209          "result" : "acceptable",
2210          "flags" : [
2211            "Twist"
2212          ]
2213        },
2214        {
2215          "tcId" : 212,
2216          "comment" : "special case for A in multiplication by 2",
2217          "public" : "f6ffffffffffffffffffffffffffffbfffffffffffffffffffffffffffffff3f",
2218          "private" : "305b4db4321b4923fc559bf91df677d0e12c3a31b16ec655cb708b759d7c114d",
2219          "shared" : "9e526079c2fcf12426ae6c2a54b5ffb70f2ec662e29ea5ce0c8385c3b21cd162",
2220          "result" : "valid",
2221          "flags" : []
2222        },
2223        {
2224          "tcId" : 213,
2225          "comment" : "special case for A in multiplication by 2",
2226          "public" : "f6ffffffffffffffffffffffffffff3f00000000000000000000000000000040",
2227          "private" : "900638d1979802db9b52e4dd84fa19579f61cd7bef3c0b62fcccaeaa15fa484d",
2228          "shared" : "6329c7dc2318ec36153ef4f6f91bc6e7d1e008f5293065d9586ab88abb58f241",
2229          "result" : "valid",
2230          "flags" : []
2231        },
2232        {
2233          "tcId" : 214,
2234          "comment" : "special case for A in multiplication by 2",
2235          "public" : "f6eba0168be3d3621823089d810f77cd0cae34cda244c5d906c5d4b79df1e858",
2236          "private" : "38575cf7c8691ecc79cd5f8d7d4703aa48592ff6e7f64731c2d98a19aeae514f",
2237          "shared" : "603f4fc410081f880944e0e13d56fc542a430eec813fad302b7c5ac380576f1c",
2238          "result" : "valid",
2239          "flags" : []
2240        },
2241        {
2242          "tcId" : 215,
2243          "comment" : "special case for A in multiplication by 2",
2244          "public" : "60677a5d934ccbfab8ff5d8f085a0b553f94527d9c49ae140f8ed135e1449b69",
2245          "private" : "e88bd02c7016547a24f428bc2a9dcccad6c6f880c17bffcf66fc68459627af4e",
2246          "shared" : "834bbad5470e1498c4b0148782dfe630e8bfadff1997de802ac8ce302a1bda28",
2247          "result" : "acceptable",
2248          "flags" : [
2249            "Twist"
2250          ]
2251        },
2252        {
2253          "tcId" : 216,
2254          "comment" : "special case for B in multiplication by 2",
2255          "public" : "8d9885a26cb334054700a270f7a5f4aac06bad8263b651ebf0712eca1ebb6416",
2256          "private" : "9036ed7d68f7448ac440dc51216b49840dcabd3d5e32e3b4ffc32a5fe9e96742",
2257          "shared" : "ec9070ad3491a5ff50d7d0db6c9c844783dde1c6fbd4fe163e9ade1ce9cd041d",
2258          "result" : "acceptable",
2259          "flags" : [
2260            "Twist"
2261          ]
2262        },
2263        {
2264          "tcId" : 217,
2265          "comment" : "special case for B in multiplication by 2",
2266          "public" : "f7135fe9741c2c9de7dcf7627ef08832f351cb325dbb3a26f93a2b48620e1727",
2267          "private" : "90c55e77aa0fe4afb1287109fd010f526364dea18d88e2fd870ac01b66e3fa4e",
2268          "shared" : "dc6d05b92edcdb5dc334b1fc3dff58fe5b24a5c5f0b2d4311555d0fc945d7759",
2269          "result" : "acceptable",
2270          "flags" : [
2271            "Twist"
2272          ]
2273        },
2274        {
2275          "tcId" : 218,
2276          "comment" : "special case for B in multiplication by 2",
2277          "public" : "f7ffffffffffffffffffffffffffffbfffffffffffffffffffffffffffffff3f",
2278          "private" : "a021ba2fd4e3ad57bcbf204d6f6c3e8018d8978552633b6dff1b7447bf529459",
2279          "shared" : "1b174b189981d81bc6887932083e8488df8bbbed57f9214c9cfa59d59b572359",
2280          "result" : "valid",
2281          "flags" : []
2282        },
2283        {
2284          "tcId" : 219,
2285          "comment" : "special case for B in multiplication by 2",
2286          "public" : "f7ffffffffffffffffffffffffffff3f00000000000000000000000000000040",
2287          "private" : "3035083e984837587f6b7346af871bf3fc9581c50eb55c83aefabeed68cee349",
2288          "shared" : "15a052148abaad1b0f2e7481a34edb61403589439b5bd5e5646cecebe2a1be2b",
2289          "result" : "valid",
2290          "flags" : []
2291        },
2292        {
2293          "tcId" : 220,
2294          "comment" : "special case for B in multiplication by 2",
2295          "public" : "f7eba0168be3d3621823089d810f77cd0cae34cda244c5d906c5d4b79df1e858",
2296          "private" : "30435ce187f2723f9a3bdea0eef892207e152e4cee8985fa72d2db4147bd2a53",
2297          "shared" : "1d048cbe2f8df07c233a8f93706f307d17130c2497fb752eeaa31fe3edfc725a",
2298          "result" : "valid",
2299          "flags" : []
2300        },
2301        {
2302          "tcId" : 221,
2303          "comment" : "special case for B in multiplication by 2",
2304          "public" : "61677a5d934ccbfab8ff5d8f085a0b553f94527d9c49ae140f8ed135e1449b69",
2305          "private" : "580f0a9bba7281a30fb033490e0f429f22e3f267852caeacefa3e5291f0e614e",
2306          "shared" : "cb92a98b6aa99ac9e3c5750cea6f0846b0181faa5992845b798923d419e82756",
2307          "result" : "acceptable",
2308          "flags" : [
2309            "Twist"
2310          ]
2311        },
2312        {
2313          "tcId" : 222,
2314          "comment" : "special case for C in multiplication by 2",
2315          "public" : "c8239b710136fe431fb4d98436157e47c9e78a10f09ff92e98baff159926061c",
2316          "private" : "709098feb2e25c67b4bfd3be0a01af409adb6da52b3fbe3d970642dd2c983856",
2317          "shared" : "f1bd12d9d32c6f4c5b2dcb3a5c52d9fd454d52ca704c2c137956ec8ad9aef107",
2318          "result" : "acceptable",
2319          "flags" : [
2320            "Twist"
2321          ]
2322        },
2323        {
2324          "tcId" : 223,
2325          "comment" : "special case for C in multiplication by 2",
2326          "public" : "b7a2f79e0de9b58147691b5546d9ec463da8325e1440e58bb20aa129d1b97327",
2327          "private" : "185ac62e729f88528950926c0de7c481c924bf9cf26a122f443b861e8b6af640",
2328          "shared" : "e6f1c494c9e4bd2325c17183e82d31ab0bbee6c847d4b0e4a99c7c6891117c3f",
2329          "result" : "valid",
2330          "flags" : []
2331        },
2332        {
2333          "tcId" : 224,
2334          "comment" : "special case for C in multiplication by 2",
2335          "public" : "2dc624e1663f42a7b9336350f277541b50b8ddc7ee0d86133ad53273aed4e62e",
2336          "private" : "f03743eead7c2f7719794324f271072817d1a04cbda42b232f3bee43f397cc40",
2337          "shared" : "aa2a12edf752d279bdb000fb1405a5df8c5f1d41309b4f2bd41aed7ac1ed0149",
2338          "result" : "valid",
2339          "flags" : []
2340        },
2341        {
2342          "tcId" : 225,
2343          "comment" : "special case for C in multiplication by 2",
2344          "public" : "0e5eceee9104a64f82c9093b9bf7b4076ee5bc70815af7ee9f942ef015756176",
2345          "private" : "a8fbb4f90da45794981405d59ef310621e3c3b6b7760b5e30308c7822c88ae5f",
2346          "shared" : "74d5606ba0b6ad1d8ba36ae6f264d6315f479b3984de573e9b001e0555247c32",
2347          "result" : "valid",
2348          "flags" : []
2349        },
2350        {
2351          "tcId" : 226,
2352          "comment" : "special case for CB in multiplication by 2",
2353          "public" : "737d45477e2beb77a6c38b98e2a19b05c395df7da998cb91f6dfab5819614f27",
2354          "private" : "c887886fd07107c7221f6d9dd36c305ec779ceca132ac933ff77dab2beac6345",
2355          "shared" : "8cf4538ae5f445cc6d273df4ad300a45d7bb2f6e373a562440f1b37773904e32",
2356          "result" : "acceptable",
2357          "flags" : [
2358            "Twist"
2359          ]
2360        },
2361        {
2362          "tcId" : 227,
2363          "comment" : "special case for CB in multiplication by 2",
2364          "public" : "873f8b260ea9d9ddac08b7b030727bf0072315ab54075ecc393a37a975882b7e",
2365          "private" : "58096ee29361978f630ad1fb00c1267c5a901f99c502f9569b933ad0dcce0f50",
2366          "shared" : "d5766753211d9968de4ac2559998f22ef44e8aa879f3328cbc46aa858dcb433c",
2367          "result" : "valid",
2368          "flags" : []
2369        },
2370        {
2371          "tcId" : 228,
2372          "comment" : "special case for CB in multiplication by 2",
2373          "public" : "75e1587c5eefc83715d71020aa6be5347bb9ec9d91ce5b28a9bbb74c92ef407e",
2374          "private" : "0829a49046dce2c07ab28440dbad146453e128960e85dd2e6a69a1512873dd44",
2375          "shared" : "761d8cecf13f93b379a772e5fac5b9ffe996cad9af06152580afe87ff9651c71",
2376          "result" : "valid",
2377          "flags" : []
2378        },
2379        {
2380          "tcId" : 229,
2381          "comment" : "special case for x_2 in multiplication by 3",
2382          "public" : "f85a06065ea2527238fc5ec1b75ead9262e6b1aed61feff83b91230aeb4b7d01",
2383          "private" : "587ac36b9a23594632679adea1a826f2f62d79738220fb487464039f36ca2372",
2384          "shared" : "f12acd36f6299a4d192c03aa4efeea7df51e2d15d763172e68accf7bc6f5c230",
2385          "result" : "acceptable",
2386          "flags" : [
2387            "Twist"
2388          ]
2389        },
2390        {
2391          "tcId" : 230,
2392          "comment" : "special case for x_2 in multiplication by 3",
2393          "public" : "6e0f1d00b1099d2a71f7be86655feb8988bba5577b02f964043a49f00c749613",
2394          "private" : "a8a442b7c0a99227b4cb5c75fb9e5a72cea25eba8a0bdf07271bb4a93c2b6665",
2395          "shared" : "b2bbbd173f41d952d329251da973a9500300628177ad0fb79d01e2e263905b38",
2396          "result" : "valid",
2397          "flags" : []
2398        },
2399        {
2400          "tcId" : 231,
2401          "comment" : "special case for x_2 in multiplication by 3",
2402          "public" : "696757ced3097fa960c8390a09e8bd6d390dbde8d1fa170261f3422edc192929",
2403          "private" : "d8f7233e9612c00c9dca2c751ec1d3f5f67bad77c2e714a20e71eb3f220a6671",
2404          "shared" : "45ecfa275f1daa25d3fadf33cdf89a152afea25eae37e68e00b30c367789887a",
2405          "result" : "acceptable",
2406          "flags" : [
2407            "Twist"
2408          ]
2409        },
2410        {
2411          "tcId" : 232,
2412          "comment" : "special case for x_2 in multiplication by 3",
2413          "public" : "fd84b3f2fbfa16aebf40c27f46e18d77bafa0c7971bedde4909212e771bd3c35",
2414          "private" : "d80c7c7557c9907e1b11e844bf1369cba669bc38e9b7b253e51f239bda322374",
2415          "shared" : "595e144e07bbe65b38e0e4163d02ad75a65e422e74067db35c90dfa6e055d456",
2416          "result" : "acceptable",
2417          "flags" : [
2418            "Twist"
2419          ]
2420        },
2421        {
2422          "tcId" : 233,
2423          "comment" : "special case for x_2 in multiplication by 3",
2424          "public" : "805485703ccfc4a221ef281267f52b61cebc879f0f13b1e5f521c17352a0784f",
2425          "private" : "8002a85115ad7b41c50f84f35fac750ee8e19734807102830ff6a306beed4464",
2426          "shared" : "226e16a279ac81e268437eb3e09e07406324cb72a9d4ee58e4cf009147497201",
2427          "result" : "acceptable",
2428          "flags" : [
2429            "Twist"
2430          ]
2431        },
2432        {
2433          "tcId" : 234,
2434          "comment" : "special case for x_2 in multiplication by 3",
2435          "public" : "80642a3279da6bf5fc13db14a569c7089db014225cfcae7dff5a0d25ecc9235b",
2436          "private" : "782db0c8e3e68f106fe0c56415e0bd13d812dea0e94cbd18bdf6761295613a6d",
2437          "shared" : "790d09b1726d210957ce8f65869ca1ec8fa0b2b06b6bcf9483b3eb55e49e9272",
2438          "result" : "acceptable",
2439          "flags" : [
2440            "Twist"
2441          ]
2442        },
2443        {
2444          "tcId" : 235,
2445          "comment" : "special case for z_2 in multiplication by 3",
2446          "public" : "84e827f78cae0cf063e4340198f788c284e07430b3a94a3873df38b1f872ce02",
2447          "private" : "909fb0bdbf53a69a2fe39c8b2497abd4fa57d2d54e046b5f514595e2c0f33d63",
2448          "shared" : "684cc83af806bcd9cd251e1858f3c10f0166e0a0cd2be154339a886b13e7c76f",
2449          "result" : "valid",
2450          "flags" : []
2451        },
2452        {
2453          "tcId" : 236,
2454          "comment" : "special case for z_2 in multiplication by 3",
2455          "public" : "d445e1df0083bb6b8e886e6632251807171d4e88c41816fc684373c09d7e5d6e",
2456          "private" : "78a67909757248665f79371eb014825ab6bd4af3571f140389c636e004bcf46b",
2457          "shared" : "e426e4a3c54d3e77f4f157301e0ac7d9e12337a2b58df16780041cf6d6198c5a",
2458          "result" : "valid",
2459          "flags" : []
2460        },
2461        {
2462          "tcId" : 237,
2463          "comment" : "special case for z_2 in multiplication by 3",
2464          "public" : "f26aa6151a4b22390176f6233e742f40f2ecd5137166fb2e1ec9b2f2454ac277",
2465          "private" : "286a302d5b076d2aba7c2a4daf9e7cc9d8539b7c0391307db65a2f4220d30f70",
2466          "shared" : "862df92e25277bd94f9af2e1dda51f905a6e2a3f6068a92fabfc6c53da21ec11",
2467          "result" : "acceptable",
2468          "flags" : [
2469            "Twist"
2470          ]
2471        },
2472        {
2473          "tcId" : 238,
2474          "comment" : "special case for DA - CB in multiplication by 3",
2475          "public" : "2b02db3c82477fe21aa7a94d85df379f571c8449b43cbd0605d0acc53c472f05",
2476          "private" : "a838b70d17161cb38222f7bc69a3c8576032d580275b3b7d63fba08908cb4879",
2477          "shared" : "3f438dbf03947995c99fd4cb366ca7e00e8cfbce64c3039c26d9fad00fa49c70",
2478          "result" : "valid",
2479          "flags" : []
2480        },
2481        {
2482          "tcId" : 239,
2483          "comment" : "special case for DA - CB in multiplication by 3",
2484          "public" : "d71dd7db122330c9bbaab5da6cf1f6e1c25345ee6a66b17512b1804ace287359",
2485          "private" : "b0733b4203267ab3c94c506acadb949a76cc600486fcd601478fcdef79c29d6c",
2486          "shared" : "95f3f1849b0a070184e6077c92ae36ba3324bf1441168b89bb4b9167edd67308",
2487          "result" : "acceptable",
2488          "flags" : [
2489            "Twist"
2490          ]
2491        },
2492        {
2493          "tcId" : 240,
2494          "comment" : "special case for BB in multiplication by 3",
2495          "public" : "737bc07de0729bbcfbee3a08e696f97f3770577e4b01ec108f59caf46406d205",
2496          "private" : "d844a36b58aefdb08b981796029a2766101884b348f70eed947c2541064caf6a",
2497          "shared" : "6a969af6d236aba08fa83160f699e9ed76fb6355f0662f03dbc5915a3c23063e",
2498          "result" : "acceptable",
2499          "flags" : [
2500            "Twist"
2501          ]
2502        },
2503        {
2504          "tcId" : 241,
2505          "comment" : "special case for BB in multiplication by 3",
2506          "public" : "9758061a7b3e2c02fb5c20875ae6b55b11fb6795990a0f4fdcd1147be5521607",
2507          "private" : "a0b7d312d9b832e124d1bc8cb21db545440e3cf14e7473ee9ccbe9b682f2156c",
2508          "shared" : "ab39db4aa29ac4017c7446f1ad0c7daa9a37f1b6b4f2e9d2902ccefb84839d28",
2509          "result" : "valid",
2510          "flags" : []
2511        },
2512        {
2513          "tcId" : 242,
2514          "comment" : "special case for BB in multiplication by 3",
2515          "public" : "37cd65d33036205f3449e8655a50d4b0c86fec02100b4f2db7da92dcf5e3aa0a",
2516          "private" : "787f1ddd78cc6473d3e63949409ad3f35bfe0ce0738f255dee682f2bfbc80f7f",
2517          "shared" : "13de41659e3e308d6e26c94282fcc3e0364ddf0809ddee6c8e7abb5091b02b00",
2518          "result" : "acceptable",
2519          "flags" : [
2520            "Twist"
2521          ]
2522        },
2523        {
2524          "tcId" : 243,
2525          "comment" : "special case for BB in multiplication by 3",
2526          "public" : "a9b6e8081460383adc587c8f91a02c59a7a35576ca62436ccd1b5fef1b92545d",
2527          "private" : "4080ae60a85c1fa95aad9beabd98b405e7f28141bf08f2c9a4fdbde1c5680265",
2528          "shared" : "69ed8a0a27812ae6741474bd5c6a4e683a126649f7245aa0f91a3a384bcde25a",
2529          "result" : "acceptable",
2530          "flags" : [
2531            "Twist"
2532          ]
2533        },
2534        {
2535          "tcId" : 244,
2536          "comment" : "special case for E in multiplication by 3",
2537          "public" : "fd1a2cd17a93f850deb8c45a2d34539232dfd8a558304209781c6cb58229870e",
2538          "private" : "08f9f4a4fac4db413315f74a59818b2452fc7b7685592e26556775f9b86d907f",
2539          "shared" : "010218bd67b1b92fee3e7fa4578c13617d73195de10279747e53ba01a254525a",
2540          "result" : "valid",
2541          "flags" : []
2542        },
2543        {
2544          "tcId" : 245,
2545          "comment" : "special case for E in multiplication by 3",
2546          "public" : "b88119e5ae6d9e6b912d52524739e612ef19ab7e5dd3d946cb9bc003c378f81f",
2547          "private" : "1888cfae3085867657b09435c42b74cc762457839451a3659db218d4214fdd63",
2548          "shared" : "e6b298de9cb6358fbbb00f11890f5714a3858e8f05a2a8d1cf39fe78cc55dd4e",
2549          "result" : "valid",
2550          "flags" : []
2551        },
2552        {
2553          "tcId" : 246,
2554          "comment" : "special case for E in multiplication by 3",
2555          "public" : "7b70e29dce0479cde4a36c7f9786582f104bc0788f046b48af495e67bdb88f36",
2556          "private" : "789ce13ed007818d7a5181e629eed944a20a058cfe39669c9831bfa5215a1269",
2557          "shared" : "967bbe298494b4a5f95853cfde9dc85970b2a4b5dd2c92782901e853957f5809",
2558          "result" : "valid",
2559          "flags" : []
2560        },
2561        {
2562          "tcId" : 247,
2563          "comment" : "special case for E in multiplication by 3",
2564          "public" : "2a209e2ace0e3d6973ffbf7403f9857ff97a5fdcd27f2c7098b444fc3c166738",
2565          "private" : "00022b43775ab2f4b91bc1cb54c97f78026289eaaf02abeed04ca84f736c686c",
2566          "shared" : "9f66848681d534e52b659946ea2c92d2fabed43fe6e69032c11153db43dca75b",
2567          "result" : "acceptable",
2568          "flags" : [
2569            "Twist"
2570          ]
2571        },
2572        {
2573          "tcId" : 248,
2574          "comment" : "special case for E in multiplication by 3",
2575          "public" : "f50709aca7f314e8d05b5ff97a427e427bd5e85c4e86712125076a771be21448",
2576          "private" : "8097a52fc562e8a516682f5363cc5e7c88e9c78e308df0deef40497b35cc127d",
2577          "shared" : "ea7572e27a9120de1f13b85710ba69a3471b7b3f5d12bc430c12c4bbf8aa3957",
2578          "result" : "valid",
2579          "flags" : []
2580        },
2581        {
2582          "tcId" : 249,
2583          "comment" : "special case for E in multiplication by 3",
2584          "public" : "0f13955978b93d7b9f9a2e70d96df922850a8ffd8412e236fb074aef99d37d54",
2585          "private" : "4028802030d8a8221a7160eebbf1846116c1c253abc467d6e43cb850f1459860",
2586          "shared" : "e23d63a46be67c7443c07b9371ff6a06afcd7a5794bf2537926074b88190307a",
2587          "result" : "valid",
2588          "flags" : []
2589        },
2590        {
2591          "tcId" : 250,
2592          "comment" : "special case for E in multiplication by 3",
2593          "public" : "18ffe992a729ce70c3b7cdc55bab55f2210d279134b3082a9f682d3a0b131273",
2594          "private" : "d8515d45c7ab2b9529816543150068b8e4bb614cf2b68a8a99363975af503d74",
2595          "shared" : "33ccaf24e1e26290ed7e462093e9f77607ef52a0626b2cd2511c41cd24c13849",
2596          "result" : "valid",
2597          "flags" : []
2598        },
2599        {
2600          "tcId" : 251,
2601          "comment" : "special case for AA in multiplication by 3",
2602          "public" : "c3ba28057728d0533965ec34979fe7bd93cf6cb644e8da038baa87997b8dc20e",
2603          "private" : "d8815bd144518fa526befdd373f5f9cff254d5d3c4660e8a90ef2a22c6876a74",
2604          "shared" : "74f95b4700f0185f33c5b5528ed5012a3363f8bbd6f6a840aa1f0f3bdb7c9650",
2605          "result" : "acceptable",
2606          "flags" : [
2607            "Twist"
2608          ]
2609        },
2610        {
2611          "tcId" : 252,
2612          "comment" : "special case for AA in multiplication by 3",
2613          "public" : "4eb095a86d1e781bb182233075ebf1db109d57135bf91d54fdb18eb371427640",
2614          "private" : "a82d996093eefdaf283f4049bba4f5af6ecc2e64894f325ee1f9ca1e156d0567",
2615          "shared" : "e9677b854851c41cc489e03981ae78690be6cbf0054ea9834759de3e27bcf03e",
2616          "result" : "valid",
2617          "flags" : []
2618        },
2619        {
2620          "tcId" : 253,
2621          "comment" : "special case for AA in multiplication by 3",
2622          "public" : "83f67d7c92b11c8fb072484642a01f43deb022b54d94a4015e39849a2e2e9555",
2623          "private" : "c02609df3d5436c123dcd7ee11f23f1da321666c09f379d37914203340510861",
2624          "shared" : "f148716ebe7269a7076f0cf1f22b6978d3c7e3607b0bcc87a8c7a85b9fd20c2f",
2625          "result" : "acceptable",
2626          "flags" : [
2627            "Twist"
2628          ]
2629        },
2630        {
2631          "tcId" : 254,
2632          "comment" : "special case for AA in multiplication by 3",
2633          "public" : "20cc75d376d8453b9d049c84f58eafcf61126c08a03661e735f0a8be228fd466",
2634          "private" : "a0e3b78c0f3be2a760b2c916f244df219624fdda2e9e31b15328f4a77690296a",
2635          "shared" : "1d5c123e88e9dc7a3b16ec90b60578dfca7e11eab9b88c6eca7bc33d91fde83b",
2636          "result" : "valid",
2637          "flags" : []
2638        },
2639        {
2640          "tcId" : 255,
2641          "comment" : "special case for AA in multiplication by 3",
2642          "public" : "ef31b43d19c0a5434deb56129c16298a394a7032a2e52cb997476bdeca325b73",
2643          "private" : "701f130a290584cb28c7d6539506a1a054f926a17ef7c568ae43047c05e10f60",
2644          "shared" : "2fc065ba8f5040a0a659f6f7330554bd1b9d7c893b91e316e0af90c37af4f135",
2645          "result" : "valid",
2646          "flags" : []
2647        },
2648        {
2649          "tcId" : 256,
2650          "comment" : "special case for AA in multiplication by 3",
2651          "public" : "d8c8e2c6f33a98525df3767d1d04430dab0bda41f1f904c95bc61cc122caca74",
2652          "private" : "d0e67f68183a4c1aed9c56864b36278bb7bb75d57a78321bc7c24ff61636607a",
2653          "shared" : "ef7612c156078dae3a81e50ef33951cab661fb07731d8f419bc0105c4d6d6050",
2654          "result" : "acceptable",
2655          "flags" : [
2656            "Twist"
2657          ]
2658        },
2659        {
2660          "tcId" : 257,
2661          "comment" : "special case for AA in multiplication by 3",
2662          "public" : "1833619516b80db0c05b225509e6698df028d83b66ed6bac6f0f6308970d2c7d",
2663          "private" : "88eb7775dacc32b045ceb35f261b3616315efa98b780e08c79d544edadb5467d",
2664          "shared" : "a3cf3d81ec56896a68fca0da6335171d0c622568738c0db26fe117033726a049",
2665          "result" : "acceptable",
2666          "flags" : [
2667            "Twist"
2668          ]
2669        },
2670        {
2671          "tcId" : 258,
2672          "comment" : "special case for AA in multiplication by 3",
2673          "public" : "e2e989aad2397fc34b6cbe2db27d5ab69b28048383c91d9e8226d548253fab7e",
2674          "private" : "7055b1c0576e7ab6c89fcc1ce49e79c8c371bf9fc2b22b8f8396a9b64c5ae26d",
2675          "shared" : "e7f45823a45b6a46192b37d73e8609b5bda68cd7cfbdccaa49082080993e640f",
2676          "result" : "valid",
2677          "flags" : []
2678        },
2679        {
2680          "tcId" : 259,
2681          "comment" : "special case for D in multiplication by 4",
2682          "public" : "b9bd793624d6a7e808486110058853edb25e136bd4d6a795d6d2ef53b25e3804",
2683          "private" : "906a9bfcfd71014d18967680d4509eaa41c666424af98bf9ff7ff49eb1baba41",
2684          "shared" : "7c6148134c9e8b2ba5daeca41e6a1f3a82d8f75d0b292b23c40fe7f5ce0a2b7a",
2685          "result" : "acceptable",
2686          "flags" : [
2687            "Twist"
2688          ]
2689        },
2690        {
2691          "tcId" : 260,
2692          "comment" : "special case for D in multiplication by 4",
2693          "public" : "e3f444e208da9043f3f74c20e28d7f404bb687a346709abcd555156f88607820",
2694          "private" : "28392b1b035a8465aa22aabb571061c6effeed40cc2530b628e4fd40395ae04a",
2695          "shared" : "ea5e772bac4693ce69ea3ac761011fa7674037653a433c7f05456e7291cd3c4e",
2696          "result" : "acceptable",
2697          "flags" : [
2698            "Twist"
2699          ]
2700        },
2701        {
2702          "tcId" : 261,
2703          "comment" : "special case for D in multiplication by 4",
2704          "public" : "87b43f90f76d12fb3a469fa8687c27e369d4a82f95cf95e8dc3970de8f86d92b",
2705          "private" : "78cbb35204cc88676c14e0ff18171392e998411b23d905d4c4dceab70511f442",
2706          "shared" : "81c395aed5cc5f5e2a206a8a4cacecd501df5b81e49433835ad8a3779edffb30",
2707          "result" : "acceptable",
2708          "flags" : [
2709            "Twist"
2710          ]
2711        },
2712        {
2713          "tcId" : 262,
2714          "comment" : "special case for D in multiplication by 4",
2715          "public" : "86441ea06c5cd2a34c6b51261e93a2f30ea7db0f74e14c42f0fc443c6735973c",
2716          "private" : "a8225b49ef7b7330e3de787cbc40479644db7ab126370295c94189673430d745",
2717          "shared" : "513eba5870dc5187e2552fe3ba8292b516d2af9ecb9a9bdc51eac2ce2de40112",
2718          "result" : "acceptable",
2719          "flags" : [
2720            "Twist"
2721          ]
2722        },
2723        {
2724          "tcId" : 263,
2725          "comment" : "special case for D in multiplication by 4",
2726          "public" : "4624aa4ae9d12725bf92b85f93e3e8cea16b7bd83fda0eb18fab2dbe0e8bf742",
2727          "private" : "0841e1a5c7420b94b6cc6991316ebdd608626339c09d0f67b24088588b9d0d49",
2728          "shared" : "983b7e236ffaddb4b759b7353fe87846f59fb6f28a3ed65c256176b6609b7c6e",
2729          "result" : "acceptable",
2730          "flags" : [
2731            "Twist"
2732          ]
2733        },
2734        {
2735          "tcId" : 264,
2736          "comment" : "special case for D in multiplication by 4",
2737          "public" : "a625a5b7a04cea462d123b485c39ea44a8079aa223c59e9ca97abcd30b500e4b",
2738          "private" : "08ecf76e31a23039ea8a15ee474b6251a9d725bff1a5751eb5ecde9d7d4e2f49",
2739          "shared" : "c941369b085c7465d50d23ceaf6717ab06e24638f217a7b8055ce8ebd3ca1225",
2740          "result" : "valid",
2741          "flags" : []
2742        },
2743        {
2744          "tcId" : 265,
2745          "comment" : "special case for D in multiplication by 4",
2746          "public" : "8a5f2063f259f3317ae3e0b459f82c4677666e49a2eb9bf0369aee663631265b",
2747          "private" : "6038fb0a830d1001ca8ea74a613ea98f6ab8512644e55e8d45a29071bd4bef45",
2748          "shared" : "a3f7e169db44d0d179c242e66347364ab92744dc6ad80e4775aef7f4ff9d5f34",
2749          "result" : "acceptable",
2750          "flags" : [
2751            "Twist"
2752          ]
2753        },
2754        {
2755          "tcId" : 266,
2756          "comment" : "special case for D in multiplication by 4",
2757          "public" : "54cfb6ad0d03e3115acafee12606397f2bb46a8c5f326a255c494118aead3b62",
2758          "private" : "c04cf129f0b33332e2654f8e45225c042d7fa6cbc793c88bd4c731985289b045",
2759          "shared" : "401aabfbb73fe6694c446ecfffb43006427a9d4756e049a1ffc79578d62f1660",
2760          "result" : "acceptable",
2761          "flags" : [
2762            "Twist"
2763          ]
2764        },
2765        {
2766          "tcId" : 267,
2767          "comment" : "special case for E in multiplication by 4",
2768          "public" : "0ee3bee8cb3a0afcec22fa2233706e8ec29ccf1af212c0a674745ebba34f9d08",
2769          "private" : "3806b036c92d7bc0771998d24dbda2945b601d42449bd3ec4bbf3757d01b894d",
2770          "shared" : "20322dd024fb5a40f327cf7c00da203734c2a279b9666a9ff7d8527c927b675e",
2771          "result" : "valid",
2772          "flags" : []
2773        },
2774        {
2775          "tcId" : 268,
2776          "comment" : "special case for E in multiplication by 4",
2777          "public" : "797ec7512afbf0ad918d0e4947903be95234f3abf36750a8f854888d117b774e",
2778          "private" : "380d9056b5a2f4b3dffb30e6ceb722ac4684245f1befafb5661bc8c7a9ad4c43",
2779          "shared" : "46152d59c2d2f3ecf03ce652d2b6978d401d5ede4570a6c911771bdcfb37cd41",
2780          "result" : "valid",
2781          "flags" : []
2782        },
2783        {
2784          "tcId" : 269,
2785          "comment" : "special case for E in multiplication by 4",
2786          "public" : "d570c7810f69e502b355253afa7c667bfa5060d90dc86e358ab445f6381e415d",
2787          "private" : "384929a42c8d8df146db9508e2f21a4e8cd4d99c1b1338df17a457e88afb0043",
2788          "shared" : "37567f7ec0449c7b823cf7b0e219e9dd880e56a1464d0417a9e67eff42332866",
2789          "result" : "valid",
2790          "flags" : []
2791        },
2792        {
2793          "tcId" : 270,
2794          "comment" : "special case for E in multiplication by 4",
2795          "public" : "2c611cb94448f1c7822425a4cf5356236b90a555b1ed4747820ba7f739c8f57d",
2796          "private" : "48a986825b2680e2f2547ba75a9599b04ed57f8ed18d98e7099c544efbdf284b",
2797          "shared" : "fbf6587ec181116cf1ace7dcd548029d69c130e50fcf6ad5dfcd25c23ee9f939",
2798          "result" : "valid",
2799          "flags" : []
2800        },
2801        {
2802          "tcId" : 271,
2803          "comment" : "special case for B in multiplication by 4",
2804          "public" : "e559c417da7fd5851352f508b90031d49b5d2d0aac88a9c8b5fb6e80165ac10b",
2805          "private" : "98452ad7df4e26bc4b3d403f9ebf72bb2d7b6b7d5860dbf6fb9a4f78dc02704a",
2806          "shared" : "c7c6f6d7ce1e4f54c727e5900686c34e6a6953254bd470bbbf0c7c18bbddad73",
2807          "result" : "acceptable",
2808          "flags" : [
2809            "Twist"
2810          ]
2811        },
2812        {
2813          "tcId" : 272,
2814          "comment" : "special case for B in multiplication by 4",
2815          "public" : "746d97e7774292a3d703f604e79d8764c99a6a2fe280eaa9811115f5e038f21a",
2816          "private" : "a8dbc9be5034ed7fe7f469264f2135e9c67cd30f525570d2d841e4bdeac52349",
2817          "shared" : "cf7d2a66ea4dfed94469b2d343533ff302a576f8402ed2187904437038e54665",
2818          "result" : "acceptable",
2819          "flags" : [
2820            "Twist"
2821          ]
2822        },
2823        {
2824          "tcId" : 273,
2825          "comment" : "special case for B in multiplication by 4",
2826          "public" : "1f354aa8ffc4eae2b40dad2ebf830db3feb07e2a1a2da39e55df87c8c613de1d",
2827          "private" : "f8d26878dff25ced02d3b27ce74002695bb879b3c4328930934315ecae842b47",
2828          "shared" : "b204d3bbcbdc624f9f1a743fa3daa8f4c8785ed088d37d08cd13c601170a461b",
2829          "result" : "valid",
2830          "flags" : []
2831        },
2832        {
2833          "tcId" : 274,
2834          "comment" : "special case for B in multiplication by 4",
2835          "public" : "9c3f0023e1a4832586af2483bbec64ce9f06f3ea806d4019a5e4abb1b5627029",
2836          "private" : "d0f5e9c43c95b1ffc36f832b943601d5e17647f7d78e2e7710ace63ff274d447",
2837          "shared" : "b9f21465615f39dddcc37520ce9b956f7de9883ac93a870d74e388b8e1775463",
2838          "result" : "acceptable",
2839          "flags" : [
2840            "Twist"
2841          ]
2842        },
2843        {
2844          "tcId" : 275,
2845          "comment" : "special case for B in multiplication by 4",
2846          "public" : "d05656aa014d476022dfc55e8d3b4884ed0bdf85209be8b55351394d52be684b",
2847          "private" : "700679e8c24df828f2e5212a3263d5e93ea61679988298bab3b480f46f961a48",
2848          "shared" : "20f1fc613874495f20562c10b7a8be47bfc12c168d829d6321aa2de17060e40d",
2849          "result" : "valid",
2850          "flags" : []
2851        },
2852        {
2853          "tcId" : 276,
2854          "comment" : "special case for B in multiplication by 4",
2855          "public" : "c4a19b8686e18c29359aa548427f06a368d55a8737483d4893523adac6795a4c",
2856          "private" : "d0d077c9461f747e5660be85cc620428b4cefe805de0fd254adaa465ea5e784f",
2857          "shared" : "652b18ffd41cfb7d1f0b6dc79baa3b2a392ef1617f5cf6259b5b4ff065916a16",
2858          "result" : "acceptable",
2859          "flags" : [
2860            "Twist"
2861          ]
2862        },
2863        {
2864          "tcId" : 277,
2865          "comment" : "special case for B in multiplication by 4",
2866          "public" : "4989de79853ff35be8c9f92fc94674feef38a0e65788471c521f8e259adf015d",
2867          "private" : "00711ac08ef88c3d43a3cbda67b6fe5f34f54723dbe6d725c8a3569070ab9a4e",
2868          "shared" : "679825c259392d86f8edb15328d4faf52300779d979a503a76e27be3d7a85e03",
2869          "result" : "valid",
2870          "flags" : []
2871        },
2872        {
2873          "tcId" : 278,
2874          "comment" : "special case for B in multiplication by 4",
2875          "public" : "a981483cb0ea4385ffbb552826c3dd110d4ae89ff52ed0cd6018f99d3387987b",
2876          "private" : "989a75b40451139ec36ca6aa043765c61a18be323a5987fcb025c2dad8d4bd40",
2877          "shared" : "9cadc14ac153fa383ef66d1833f589100dff90523272e32b06e2c6f1f4424040",
2878          "result" : "valid",
2879          "flags" : []
2880        },
2881        {
2882          "tcId" : 279,
2883          "comment" : "special case for BB in multiplication by 4",
2884          "public" : "1df3dfdab74ff38177dac294b2da2f49a348bc3b3bc6ce9312bea5ef3ecdd30b",
2885          "private" : "90c3cfedd919a2ccd51fb455649e3ad2da1ef0ff619b59a7f9c55a68a8219645",
2886          "shared" : "bcc95fb4890ed311f3fb4f44c2b60866cdddec97db820a7f79f475337e16284a",
2887          "result" : "acceptable",
2888          "flags" : [
2889            "Twist"
2890          ]
2891        },
2892        {
2893          "tcId" : 280,
2894          "comment" : "special case for BB in multiplication by 4",
2895          "public" : "fc6b718ba8b47d24b1cfd6b5d0dd8b20fd920960fabc302dbe4f93bd2a06e933",
2896          "private" : "e8fef5c9b60f84984e8836d535acb372096ba8159824a0b49a17eccda843bd41",
2897          "shared" : "06f1b495b04a0010845c9d39b13bf2784ade860d9632c8847618c0b34297c249",
2898          "result" : "valid",
2899          "flags" : []
2900        },
2901        {
2902          "tcId" : 281,
2903          "comment" : "special case for BB in multiplication by 4",
2904          "public" : "b279b6c065f95c7040f148bcb4a3d310e34bdb005931a879be469573deedd041",
2905          "private" : "c0e05bde7727db4e352b5e7f035327b4d86a42d513ca116e22d64a4ede56434a",
2906          "shared" : "cce7bb644df94501421db49d15e821c7b0aaabecdf8837ab989b1f23bac08f35",
2907          "result" : "acceptable",
2908          "flags" : [
2909            "Twist"
2910          ]
2911        },
2912        {
2913          "tcId" : 282,
2914          "comment" : "special case for BB in multiplication by 4",
2915          "public" : "98e2cd4c10554e41b0a3e41082c8b6b61b55447d26c0aa97f9a06baeeb54b55b",
2916          "private" : "d87308bf753573f596ac8330b204014b2152dbdfc9881a0d9975058582bdf646",
2917          "shared" : "71fdd3405c30805701ae4dfad98c493aecfcf2e3b563e7068373c1b19137c268",
2918          "result" : "valid",
2919          "flags" : []
2920        },
2921        {
2922          "tcId" : 283,
2923          "comment" : "special case for BB in multiplication by 4",
2924          "public" : "872897f1bd1885da08b9d03e46811044fbb04186ba30c806f38b94ebdc27186a",
2925          "private" : "d80059a8a387e16f6ded6e7e980e806d1f78b470bb61103d0ca70623ccee8b4f",
2926          "shared" : "bf280aeecb74ab34e1310aa6fe8dc972f94dc40c7f88b72137ccfe34ed343c13",
2927          "result" : "acceptable",
2928          "flags" : [
2929            "Twist"
2930          ]
2931        },
2932        {
2933          "tcId" : 284,
2934          "comment" : "special case for x_2 in multiplication by 4",
2935          "public" : "c08f72760d9cb4a542aad6e2af777920c44563bd90356168c3608c6b9af2ef0f",
2936          "private" : "b0a4fe63515169bd82639b515ff7e5c4ac85bba0a53bbaca80477eb3b4250d44",
2937          "shared" : "72566a91ccd2bcf38cf639e4a5fcb296f0b67de192c6091242a62fae467fb635",
2938          "result" : "acceptable",
2939          "flags" : [
2940            "Twist"
2941          ]
2942        },
2943        {
2944          "tcId" : 285,
2945          "comment" : "special case for x_2 in multiplication by 4",
2946          "public" : "4f03849c24d584534d74302220cfdc90e1bc360bb5e297c0fd0fd5f8d799e416",
2947          "private" : "984256b12ef154ff6c2e1d030826164cba3614e3df7688d82b59e16201c9114d",
2948          "shared" : "24acb4afa63919621df795206c3929b599ec9d253693895d51a0555072e89a34",
2949          "result" : "valid",
2950          "flags" : []
2951        },
2952        {
2953          "tcId" : 286,
2954          "comment" : "special case for x_2 in multiplication by 4",
2955          "public" : "4959771a931e242d5713d5cb76f33310c6a283df16645604289553809cda6518",
2956          "private" : "6847141d5d4377af96a2a647c642ee81600fe48d3467e3a70f3ee312bb621742",
2957          "shared" : "5ba2112a41b5bb381f202446fa9f23c54d2de149f9ad233753417263840ea432",
2958          "result" : "acceptable",
2959          "flags" : [
2960            "Twist"
2961          ]
2962        },
2963        {
2964          "tcId" : 287,
2965          "comment" : "special case for x_2 in multiplication by 4",
2966          "public" : "f6fe690cf547049635bb3a7785537b4379c9ee06b46120493b8bdb152e09c81d",
2967          "private" : "e85f1164e2ab6faf62667c74b03ce529b49a0e2041b1ac0fa242e522d2b7694c",
2968          "shared" : "a87c9fdf40c409b9edab481b2cc69687ee1ab92e340c3db0107d40b5de6e7a20",
2969          "result" : "acceptable",
2970          "flags" : [
2971            "Twist"
2972          ]
2973        },
2974        {
2975          "tcId" : 288,
2976          "comment" : "special case for x_2 in multiplication by 4",
2977          "public" : "b468681a1275850c11d37ec736af939a75a7098514e04cfc1c6ca78239a88426",
2978          "private" : "281e1bbfa711de69921a64c5d2183c338db5504606ce2b6b4ce1cdd54b41e14a",
2979          "shared" : "3be98798f01e71639f3cb8fd4a17bf273e10c67f8974dd9802eed59d847d4020",
2980          "result" : "acceptable",
2981          "flags" : [
2982            "Twist"
2983          ]
2984        },
2985        {
2986          "tcId" : 289,
2987          "comment" : "special case for x_2 in multiplication by 4",
2988          "public" : "2d71e8457099e3f445f9e2a14f18b0f5914bb35f482f9c069b64bf63710d4228",
2989          "private" : "20aacf1902b3cd609d7ee15cc96453cc22e2899d7d17852680f2a728bac6dc4a",
2990          "shared" : "338c9917dbf11a0cabe8ad4a65959229bc00f99c211e752b20b8b49b87756d0b",
2991          "result" : "valid",
2992          "flags" : []
2993        },
2994        {
2995          "tcId" : 290,
2996          "comment" : "special case for x_2 in multiplication by 4",
2997          "public" : "fa8f24e944de5d003746d4630350c0f4f6175a3269c19184824105398fbdd329",
2998          "private" : "009e8e9fa993804dce94cecb96b1de2568245a97059e4d7ae116ecdb1badd141",
2999          "shared" : "56e2bfc7f6ab7da8fc734afc515e57d0794d002434f9bc8e18bd0b72c0df3c4a",
3000          "result" : "acceptable",
3001          "flags" : [
3002            "Twist"
3003          ]
3004        },
3005        {
3006          "tcId" : 291,
3007          "comment" : "special case for x_2 in multiplication by 4",
3008          "public" : "ae4e37ef53c79e25e8275a60f2fc1dfc277ebc5d3b88428c6432c3f98494212c",
3009          "private" : "f01574643f231ffac055bd235ee74dd416b94c8e55a2ab2b4d13a8b788d90148",
3010          "shared" : "17fa1276d9fd5025172736449a1c0ae33512e5037014a18db5903e47bb3bc950",
3011          "result" : "acceptable",
3012          "flags" : [
3013            "Twist"
3014          ]
3015        },
3016        {
3017          "tcId" : 292,
3018          "comment" : "special case for x_2 in multiplication by 4",
3019          "public" : "95e56a830792478f7c42504043a9cab8e2eebff5fd90983709e29e03c0a41b64",
3020          "private" : "3800a42659954281ca266d7cf1ea9db6d79891a406a70f9e84c3570a6a12d24e",
3021          "shared" : "167a3b2fdce9413c89ee892daf9f839a2eea80ea8044924035db1724a5b0217c",
3022          "result" : "valid",
3023          "flags" : []
3024        },
3025        {
3026          "tcId" : 293,
3027          "comment" : "special case for x_2 in multiplication by 4",
3028          "public" : "5f16aa7ccabf4da6b686bd28c7460e106bb1b97a823792527765c29a9ad8fc71",
3029          "private" : "70a826b186962218dbafca113319daefb5ddf3cf14e15fe3faadc4c0a2e46648",
3030          "shared" : "30a4ba793f2dffe1700c61428b4d84b5fcd0aa99a23b903f84a48eca5cc9fb0a",
3031          "result" : "acceptable",
3032          "flags" : [
3033            "Twist"
3034          ]
3035        },
3036        {
3037          "tcId" : 294,
3038          "comment" : "special case for DA + CB in multiplication by 4",
3039          "public" : "47fb78111805a11982a3d6c5d83e8e189e7fcc462c9abf805d3625be7a6eac11",
3040          "private" : "a85a5eda0a269500b3ab0b58495fc254c2691028ac533494b5f86d44e9dc654c",
3041          "shared" : "2bf9ab750bd58ff6f877b783eda45a71a65cc9b7c037fcfef4cb5f4c8842f529",
3042          "result" : "valid",
3043          "flags" : []
3044        },
3045        {
3046          "tcId" : 295,
3047          "comment" : "special case for DA + CB in multiplication by 4",
3048          "public" : "03b8ca5efd1777d6d625a945db52b81f11214daf015d09fdc9df7d47b9850e31",
3049          "private" : "183f28ec867624ef5eca4827ed0714a5525ef21d5e35038b24d307a3391a2846",
3050          "shared" : "35e9289234bd5e531da65d161a065a14f785076088d741c9a2d886efd7d17921",
3051          "result" : "valid",
3052          "flags" : []
3053        },
3054        {
3055          "tcId" : 296,
3056          "comment" : "special case for DA + CB in multiplication by 4",
3057          "public" : "4eca5f8731b0fa0c106acf578b83a350fa8173a290f1eba803956de34eeb7671",
3058          "private" : "888c6444ff5eb482b2b10bd4e8a01bdccb65f32934d8026106f16a91349f484c",
3059          "shared" : "833afb867054b8b9ac70d6013c163e8b7676fd45ae49a1325f3acb75975d8c13",
3060          "result" : "acceptable",
3061          "flags" : [
3062            "Twist"
3063          ]
3064        },
3065        {
3066          "tcId" : 297,
3067          "comment" : "special case for A in multiplication by 4",
3068          "public" : "a5562b4ba86b464dff4c2cfae85b384be211771efe8a9697e51d84de47f1eb14",
3069          "private" : "c8a85d140ba150f5c6a8d3cb363bcbcb75365e51c61640e974a0725b5e9d5940",
3070          "shared" : "8a914760129575c8ab3270d04b0465fc2f327acaf1676463113803bbb2ec8021",
3071          "result" : "valid",
3072          "flags" : []
3073        },
3074        {
3075          "tcId" : 298,
3076          "comment" : "special case for A in multiplication by 4",
3077          "public" : "88ae1631cd08ab54c24a31e1fec860391fe29bc50db23eb66709362ec4264929",
3078          "private" : "90a3aeb1417c3d61c1efef1ac052218fb55d3a59c4fe930b5a33cc5183b48547",
3079          "shared" : "c1988b6e1f020151ec913b4fb2695bae2c21cc553d0f91cf0c668623a3e5a43d",
3080          "result" : "acceptable",
3081          "flags" : [
3082            "Twist"
3083          ]
3084        },
3085        {
3086          "tcId" : 299,
3087          "comment" : "special case for A in multiplication by 4",
3088          "public" : "cbc4d55d5bfddd0bc5c5edbe3a04836b2c701d25195b26221cbea19311e55a3d",
3089          "private" : "b858d7414bd9ab9a3ebea79064ab87bc050e74407f4d4748f62fa4d9d203b640",
3090          "shared" : "bb24817bd9fff423dc0972908e2c03fddf4dbe100016b459f28fe9594adb3714",
3091          "result" : "valid",
3092          "flags" : []
3093        },
3094        {
3095          "tcId" : 300,
3096          "comment" : "special case for A in multiplication by 4",
3097          "public" : "d66a2f9f7577e2df4a56cb51962b3056ff5cc0494c60f39511782e79923edd41",
3098          "private" : "f825edf1f79eddd715a72b3ac267d6b2e97e18bb13bcafdac5940370b85ba64b",
3099          "shared" : "b3b4513f8a3102e1ae782fbc69888177f2c24c569303a5d01ab1c3c5e285524a",
3100          "result" : "acceptable",
3101          "flags" : [
3102            "Twist"
3103          ]
3104        },
3105        {
3106          "tcId" : 301,
3107          "comment" : "special case for DA - CB in multiplication by 4",
3108          "public" : "de0fed2fab6e01492675bc75cbe45d7b45b0306cec8dc67611699811c9aaef16",
3109          "private" : "b0a710b470e324bb56a7d8ff8788d05eb327616129b84972482425ea4ad4f34b",
3110          "shared" : "471ba91a99634f9acf34fd7fd58f72682be97ee1c821486d62ba4e448cbc0417",
3111          "result" : "valid",
3112          "flags" : []
3113        },
3114        {
3115          "tcId" : 302,
3116          "comment" : "special case for DA - CB in multiplication by 4",
3117          "public" : "6418d49fe440a755c9ff1a3582d35dc9b44c818498f15782c95284fe868a914c",
3118          "private" : "b898f0329794747d33269a3989b67e43a7ab5a55fa1210b0e5dba193f4fa094e",
3119          "shared" : "cdb3ca02d5fdb536dbc7395bab12bdcfd55b1ae771a4176dedb55eb4d755c752",
3120          "result" : "acceptable",
3121          "flags" : [
3122            "Twist"
3123          ]
3124        },
3125        {
3126          "tcId" : 303,
3127          "comment" : "special case for DA - CB in multiplication by 4",
3128          "public" : "a89bcfa236bbccf07c434b59f8655fb085b6cbe5ed6376281df813afba22b752",
3129          "private" : "a0528ed9a8ec22ebe9cc2e32fafc3f467500a9a22f5377382df6604edcdf4f44",
3130          "shared" : "cd3245403fd9edfcf91c9581ebb2eb7c77ad6837fca372479e78de9faf60a34a",
3131          "result" : "valid",
3132          "flags" : []
3133        },
3134        {
3135          "tcId" : 304,
3136          "comment" : "special case for DA - CB in multiplication by 4",
3137          "public" : "cdb1f95f6eacc24b6d029c6ed976666dc51794db8e4aa966ba850fd7f5048965",
3138          "private" : "f06888bde75d689d056874f6436000497d22d8ad9b95a1c67de1dda4ada3164d",
3139          "shared" : "ab7c47ecb0c0167156f44f66a527264b958fc992c21ce98cef3ae214d66bd82d",
3140          "result" : "valid",
3141          "flags" : []
3142        },
3143        {
3144          "tcId" : 305,
3145          "comment" : "special case for DA - CB in multiplication by 4",
3146          "public" : "9491a82744f1cb6105b76b0442e54e605ac67f47a1b2b3b552d486f75bd98e6a",
3147          "private" : "e034fcaa3ae40603f9b22af159fd67ef009380946de92cb1d83cc489e8b35041",
3148          "shared" : "1bfa264a7c7229147a20dd021211891e61f5d8c76cd83f0be24bc70e466a815b",
3149          "result" : "valid",
3150          "flags" : []
3151        },
3152        {
3153          "tcId" : 306,
3154          "comment" : "special case for C in multiplication by 4",
3155          "public" : "4d19e156e084fe582a0eb79b2f12b61d0b03f3f229227e798a933eea5a1b6129",
3156          "private" : "702a7448c0ed58e1f4e0e332d096a36360beca2f6955c815bc120b3a691d7742",
3157          "shared" : "c46057fcf63088b3a80e0be5ce24c8026dfadd341b5d8215b8afcb2a5a02bb2b",
3158          "result" : "acceptable",
3159          "flags" : [
3160            "Twist"
3161          ]
3162        },
3163        {
3164          "tcId" : 307,
3165          "comment" : "special case for C in multiplication by 4",
3166          "public" : "cc4729c4eae292e431ec3a5cf5020e19f9bea50ef3218d9a790034526c3ee14a",
3167          "private" : "50025cb508ad4faa06fafd0f4a33b747ccf1b3573885d3426500d51b56300144",
3168          "shared" : "d4361e26127adfbe37c2ed8f42cce4ebab8ab74ed9e74f14c3435d612c1a992a",
3169          "result" : "acceptable",
3170          "flags" : [
3171            "Twist"
3172          ]
3173        },
3174        {
3175          "tcId" : 308,
3176          "comment" : "special case for C in multiplication by 4",
3177          "public" : "4a474249af8f771f0cfb1116f24fda4c42f4136d2afb766d1b291c73c6668d5a",
3178          "private" : "7082fc53299a4d30e5d0c383c035935b1eeebd9408fe4d04b93eec24be52eb47",
3179          "shared" : "80dfae7a28bb13d9e51ff199267cec2a19dfc8b6f4974e3446b2f62fe9b62470",
3180          "result" : "valid",
3181          "flags" : []
3182        },
3183        {
3184          "tcId" : 309,
3185          "comment" : "special case for C in multiplication by 4",
3186          "public" : "0f2a5cbbe503139531ac0529183da8e624d25286f6e35d1407ab1f4d76ebc260",
3187          "private" : "98ff7e711d65cc7fd9d0ac12dfe8b894e0a93602ca9e75bf0eabbf0bfe670148",
3188          "shared" : "7a5c373065e339b26ee537cff1cf4597cfcb4bf2dc7c4bcfec9884443281c273",
3189          "result" : "valid",
3190          "flags" : []
3191        },
3192        {
3193          "tcId" : 310,
3194          "comment" : "special case for z_2 in multiplication by 4",
3195          "public" : "2fe11d723dba63559e1b96147893cb7ec862711806316daa86cd4da769d4b22d",
3196          "private" : "b080f4ac1e758bbfbfa888a78cb8d624d97b8688002b2017e35f52f3d7c79649",
3197          "shared" : "c5edcc5d447071c08dfa8281414ae6a02de753e2f7bb80af5f6253e56db43422",
3198          "result" : "valid",
3199          "flags" : []
3200        },
3201        {
3202          "tcId" : 311,
3203          "comment" : "special case for z_2 in multiplication by 4",
3204          "public" : "98e1211dcf6651fa9f2d00eb083ae5855869a2a53e835f2e03b30c0a19ba8051",
3205          "private" : "e815bf9a967e1208af8e74ce9af6d113dab17c01c90f1ae2bc25e3e2f9e3a44a",
3206          "shared" : "263a38fe538b50e8e988bf07ae86f33d49886b14c7143efd1d2025c840e36a25",
3207          "result" : "valid",
3208          "flags" : []
3209        },
3210        {
3211          "tcId" : 312,
3212          "comment" : "special case for z_2 in multiplication by 4",
3213          "public" : "2f1b938b81a4c90e1251135ad7fabe835f6a8bc5e22d4b2ab119f6f677877677",
3214          "private" : "4051b01cdf90af38f0a96ffb83f8d4133abe4fb035b6fe6f65276447caa7314f",
3215          "shared" : "340acf2801de71c18f4c79cfea372bc354e4c8a5eb5c2cce8b45d885df162f45",
3216          "result" : "valid",
3217          "flags" : []
3218        },
3219        {
3220          "tcId" : 313,
3221          "comment" : "special case for CB in multiplication by 4",
3222          "public" : "340b9f613550d14e3c6256caf029b31cad3fe6db588294e2d3af37605a68d837",
3223          "private" : "98c092363184e58ad6ce510bd32b309c9d5a46f8d9ee6f64a69d8180bbc6cb45",
3224          "shared" : "9efe5cd71102d899a333a45ea6d2c089604b926db8c2645ce5ff21492f27a314",
3225          "result" : "acceptable",
3226          "flags" : [
3227            "Twist"
3228          ]
3229        },
3230        {
3231          "tcId" : 314,
3232          "comment" : "special case for CB in multiplication by 4",
3233          "public" : "edfbd6f09aa32435440b0ca8ba436308319613f8f2d501133c526c3ff55c7b3d",
3234          "private" : "686e51c00116d1c191aa9d5823b96e5956102e8fe75f5cf2376d99989f6f4342",
3235          "shared" : "196182095bcd2ef46b18f64c63607e0ab162a0869e6265ac8ae35e358c3d8a63",
3236          "result" : "acceptable",
3237          "flags" : [
3238            "Twist"
3239          ]
3240        },
3241        {
3242          "tcId" : 315,
3243          "comment" : "special case for CB in multiplication by 4",
3244          "public" : "9b0538cd618b0a4de09e45420f84d54d74514fbb1a31c1a4aa1e93306f20723f",
3245          "private" : "208af2c9442b36b521fc3a1ecefe342aac308bd6e6296ee091c196dc02e7ae40",
3246          "shared" : "a3c6b75168211e8e0a49ca815bfe3f469f29864dc8166152b456e7074afa9b5b",
3247          "result" : "acceptable",
3248          "flags" : [
3249            "Twist"
3250          ]
3251        },
3252        {
3253          "tcId" : 316,
3254          "comment" : "special case for CB in multiplication by 4",
3255          "public" : "ae8cf2fcdde710c2c1184524bc32430874dfa08c125f61d6919daf8e66db415a",
3256          "private" : "c0d861a6d5ff91f91e3bd05934161ff0ab0f3ce7e4a2b5b4fcb31ae34b46664f",
3257          "shared" : "deaae6c9952844a3a1d01688e7105b0bbeadc160763c2002b6d0bcf35c22d123",
3258          "result" : "valid",
3259          "flags" : []
3260        },
3261        {
3262          "tcId" : 317,
3263          "comment" : "special case for AA in multiplication by 4",
3264          "public" : "2a59f478402d2829cd3b62e9f7cc01445e8e73a42cb11af00b6b9a9f0e44cb3b",
3265          "private" : "70785cad160972b711318659b47b574f6941ef6da1ea06508b2650f57ec9e54a",
3266          "shared" : "c204bd15f01a11a2efdabe2e902b7cd0aa079316f60e911b3ee5d46262e98631",
3267          "result" : "valid",
3268          "flags" : []
3269        },
3270        {
3271          "tcId" : 318,
3272          "comment" : "special case for AA in multiplication by 4",
3273          "public" : "836c8e45dd890e658c33e69b6f578a5a774c48b435bc3b91ac693df94a055857",
3274          "private" : "60afc8eb1f87df4b55287f3c4698c5f8b997b28a73c573fc273e9c467fb7e44c",
3275          "shared" : "c5457487e90932f57b94af2e8750403e09c9ac727e2bd213590462b6937b0753",
3276          "result" : "acceptable",
3277          "flags" : [
3278            "Twist"
3279          ]
3280        },
3281        {
3282          "tcId" : 319,
3283          "comment" : "special case for AA in multiplication by 4",
3284          "public" : "59519ead7995a6df89bb54c840d61a8481881098b8a4f83c6a2f6ba800338257",
3285          "private" : "a83c11b2834136b9aaf0152d90e76e3c27177693a2834e8beda0a3571bce6947",
3286          "shared" : "4ed6f8d62932541c6bea16e03835f1f758a5c41722b5c9989c9c7cc08e34e37b",
3287          "result" : "valid",
3288          "flags" : []
3289        },
3290        {
3291          "tcId" : 320,
3292          "comment" : "special case for AA in multiplication by 4",
3293          "public" : "32f34da84ab4bfca369c4b884691becf54be7fbed16449dc86969da7ea9abf62",
3294          "private" : "b80d8795735806579e71759894939d758853592127efe84fc82eb7cdee45014f",
3295          "shared" : "521a5b8149a132d155e6b4ed113900506cfc2f76d2a3e14196d69eb85db3c952",
3296          "result" : "acceptable",
3297          "flags" : [
3298            "Twist"
3299          ]
3300        },
3301        {
3302          "tcId" : 321,
3303          "comment" : "special case for AA in multiplication by 4",
3304          "public" : "82ae48dcf59bc5e469f9a11b18a32d4753ac818692dfae27d675411a2272b363",
3305          "private" : "e08ffa45efbe1f96584c76254554adb9177b58ed09609a6ce499e5bd22d35c45",
3306          "shared" : "e831d6cee95ca1b4c96bb89457562fff36cb4d08b81da89b810b425ecdbafd78",
3307          "result" : "valid",
3308          "flags" : []
3309        },
3310        {
3311          "tcId" : 322,
3312          "comment" : "special case for AA in multiplication by 4",
3313          "public" : "b33bd3ad14b66896f971cbdf27785fc3aa3cfb39adc6c29257d22ea4df8cbf63",
3314          "private" : "688e1bbb5114f34e8531c278b2d9714ba07c32a7aea6e627135bd1fc65238045",
3315          "shared" : "350e3ab9d0dbff78f3f2157428beba189333be274827c10d59673f21c0c48a24",
3316          "result" : "valid",
3317          "flags" : []
3318        },
3319        {
3320          "tcId" : 323,
3321          "comment" : "special case for AA in multiplication by 4",
3322          "public" : "18e58df6bfbe184b0e3c7c4bf2a051ed055b793501c0d4fc47bc8a95c4deec7c",
3323          "private" : "8036a4e2e93e9ed82d99d71a522aac9289bd9905fe41d01d08a499376a258442",
3324          "shared" : "ade71d6460287fe808e947560e67a9d6ff2f96eaa1355d2e9fbbe549e883381b",
3325          "result" : "acceptable",
3326          "flags" : [
3327            "Twist"
3328          ]
3329        },
3330        {
3331          "tcId" : 324,
3332          "comment" : "special case for DA in multiplication by 4",
3333          "public" : "772e31e776e8d4f23b7af2037af28a37e68f61e740b3904f4ec4c90157be1478",
3334          "private" : "901b20f0cda74076c3d4bf4e02653cd406ed480c355159e22ca44b984f10764f",
3335          "shared" : "91a9bec28cf18c7094e2d80d2764df59ada0cb1946be422864bd7ad0e533b663",
3336          "result" : "valid",
3337          "flags" : []
3338        },
3339        {
3340          "tcId" : 325,
3341          "comment" : "special case for z_2 in multiplication by 5",
3342          "public" : "a8d55d5c1137e9bb626557f9d6eea8d3120e9364f8bcd9b67934260b1a091801",
3343          "private" : "d83eb7affd1bcc1ec0b4823cee5cf0b15b5f57085aa2708ed437a2925329b550",
3344          "shared" : "6c1b8e240edfa5db2abb3dc12bcf9e8ac9ca10dd3507083746f6f36dc035d755",
3345          "result" : "valid",
3346          "flags" : []
3347        },
3348        {
3349          "tcId" : 326,
3350          "comment" : "special case for z_2 in multiplication by 5",
3351          "public" : "33c94be58b0f0e6cf363e1b12a2ebfb93040715be91518f21df2953eeab5fb01",
3352          "private" : "989eee317b9c254dc023f9e35eff0224bc2e0bc871996b946a96970e7506a85e",
3353          "shared" : "d4c3b3467714f2d105904a84cc7e81d7f291304e908041682d8906a683c12125",
3354          "result" : "acceptable",
3355          "flags" : [
3356            "Twist"
3357          ]
3358        },
3359        {
3360          "tcId" : 327,
3361          "comment" : "special case for z_2 in multiplication by 5",
3362          "public" : "a218ae9624b07ce05178b9d0cc1b71dee21f27852a2ceb18610b4052b244f00f",
3363          "private" : "b8355455d358f2dd7c5707b2c6973c9c27b99e7d8ac1650c791e5fdbcbea4957",
3364          "shared" : "1ebe6ca711a649ae487b332747e3dc0306340560cab6bc6029e44f6a7e0ee41c",
3365          "result" : "acceptable",
3366          "flags" : [
3367            "Twist"
3368          ]
3369        },
3370        {
3371          "tcId" : 328,
3372          "comment" : "special case for z_2 in multiplication by 5",
3373          "public" : "d7067faeafd3e966e57525f930b3317c9e8b9c9a9ae946e76c1e4602a59a7e33",
3374          "private" : "8065567ef082b16c20853487f54893012ba4762224e5c59f250dfbf82581e85a",
3375          "shared" : "03e7a777e648bdc612189f3cd42d34e35736d3e52e6edc8ac873a58e244a6073",
3376          "result" : "acceptable",
3377          "flags" : [
3378            "Twist"
3379          ]
3380        },
3381        {
3382          "tcId" : 329,
3383          "comment" : "special case for z_2 in multiplication by 5",
3384          "public" : "8df9682cbe8802478a8531377e752cdde54738d528d639bea9eaf47702f8bf3b",
3385          "private" : "00b51448139a61fe6c5fbf9395877d53d820ef59da3be856458b5eb90985ba53",
3386          "shared" : "308ef99dae1064a444fa90775b5dd5b1952d7224a0e5ae031df432640f416208",
3387          "result" : "acceptable",
3388          "flags" : [
3389            "Twist"
3390          ]
3391        },
3392        {
3393          "tcId" : 330,
3394          "comment" : "special case for z_2 in multiplication by 5",
3395          "public" : "7d92706868aa09538638d633c255f333b9da03bc74b49b35941c57820cd3fd47",
3396          "private" : "e8eb9f6f62f93dbc325b833aa763a90f13f0acb2c2c4b8b33decd471ce70c45f",
3397          "shared" : "f33e2e86443a2c68823b72a2b59d6a028e0a8e283cfe29fea4f7aa22bd1afe72",
3398          "result" : "valid",
3399          "flags" : []
3400        },
3401        {
3402          "tcId" : 331,
3403          "comment" : "special case for E in multiplication by 5",
3404          "public" : "dfb1ffc176aff84db30182d2378f83728f83dd1b33d79856f3da5459cf9df907",
3405          "private" : "68a1a7ccc50bab4b01e55e18cbd464aff43131fb0741e68d53cdebfc54f33051",
3406          "shared" : "7b535fc31c6c2a3803d8bd45410a1781bd90a09205da28c9df120df23a9fa32d",
3407          "result" : "valid",
3408          "flags" : []
3409        },
3410        {
3411          "tcId" : 332,
3412          "comment" : "special case for E in multiplication by 5",
3413          "public" : "12e81e838b21eac96dc130432571216d7a9b4a817f1938721d2267dd150ebf20",
3414          "private" : "e075bcfc165a471b2f76c3003fb0172c82f707137de2fa7082e43a87a255935c",
3415          "shared" : "ca23a781da0911e4115a29a9f56447157c23bee187b0c17369c4f7730d781718",
3416          "result" : "valid",
3417          "flags" : []
3418        },
3419        {
3420          "tcId" : 333,
3421          "comment" : "special case for E in multiplication by 5",
3422          "public" : "832a46aec02240d716fe22dea94ad566a3fafbeedcce35c83e41e58076c99749",
3423          "private" : "c0e19634dbf6460e1486930c46e8556b3c16d6de959904600549bb3e08603455",
3424          "shared" : "cd0686b32ea4cddb8e13ff20a78d380749a5d4f6a3dc55d72f4813d949a0ea57",
3425          "result" : "acceptable",
3426          "flags" : [
3427            "Twist"
3428          ]
3429        },
3430        {
3431          "tcId" : 334,
3432          "comment" : "special case for E in multiplication by 5",
3433          "public" : "8c8033432bcc12d479f67d6d876b1c8e89f16a234b9b093322effa9dee94554d",
3434          "private" : "b84caa18acc3db37225d32cab4f60e6fba4acab1277e20425d30f94cab2e2c55",
3435          "shared" : "a950aa57bb2beb9ed5d3228c7ef448dab69552f3d3b1e466accf41bfb6d5b874",
3436          "result" : "valid",
3437          "flags" : []
3438        },
3439        {
3440          "tcId" : 335,
3441          "comment" : "special case for E in multiplication by 5",
3442          "public" : "6df799bba6cdf5f46a57ab227f93fba491dad296a2fdb7e491921d610cce8f5e",
3443          "private" : "2896818cddf572521943e9f0c5e845f530b740427588a0f6de2504bd5bf40c53",
3444          "shared" : "54f5ae57e676d08c8f8a3cf891e36ddaab751093f92f409060c57e745941700e",
3445          "result" : "acceptable",
3446          "flags" : [
3447            "Twist"
3448          ]
3449        },
3450        {
3451          "tcId" : 336,
3452          "comment" : "special case for AA in multiplication by 5",
3453          "public" : "0c8090e1cfe7f761cfdf08d944d4aeb7a509a07a6101645b9a4c7c9e9c3d4609",
3454          "private" : "a01f0cad98cf2905b812d3530531bb3ac899391abd1eaf4a3ebed96ac6126f58",
3455          "shared" : "2d49b09f81f3f6fab2c67e32f1bcead2ad09ac9e0d642b0873becfb64de2ab23",
3456          "result" : "valid",
3457          "flags" : []
3458        },
3459        {
3460          "tcId" : 337,
3461          "comment" : "special case for AA in multiplication by 5",
3462          "public" : "08352936c8afd8543ac95f24bce9a07e3e3235763ea512a584298967b83c070a",
3463          "private" : "106b36344cc4a5a389d8168137786806ff03cd4a00f8636bb7e758d456151d59",
3464          "shared" : "a199368e683c3036a48f4c5f32b32a547dd39f3d1007ca0a0bebcad0a8ac6f5c",
3465          "result" : "valid",
3466          "flags" : []
3467        },
3468        {
3469          "tcId" : 338,
3470          "comment" : "special case for AA in multiplication by 5",
3471          "public" : "73bdeef8cc044f5ad8d6a241273e1995e0007dc9e6579046df86aa6cd97f5d2a",
3472          "private" : "88f9a0d2354adfcbab2d12a0e09b3c7719c944384edfbaa27fe0731cb9c6fc5a",
3473          "shared" : "5aa750de4207869ec7fddab34c639559b1eb27ef244aaf2a702c84963b6d6e7c",
3474          "result" : "acceptable",
3475          "flags" : [
3476            "Twist"
3477          ]
3478        },
3479        {
3480          "tcId" : 339,
3481          "comment" : "special case for AA in multiplication by 5",
3482          "public" : "7fdd399b6ef4a3f5cade62e74113b29c27db15203f9b8e398d2c6f230051cd2b",
3483          "private" : "0811f2e560a205e96e28bc312bcad45fe8befefb7f6da5faa035311eed80b251",
3484          "shared" : "a6947ee089ff28ce3644ea4c6eb33dbb20c7974fb8d853f4e146e2466177502d",
3485          "result" : "valid",
3486          "flags" : []
3487        },
3488        {
3489          "tcId" : 340,
3490          "comment" : "special case for DA - CB in multiplication by 5",
3491          "public" : "f0173a96273c646fb63d13b0c686b89e37676fcc7178faf4a6f4601f3068150d",
3492          "private" : "40ad984066a69080fb4a315878e736096cc577dae4c42c40d893d8c2173b785a",
3493          "shared" : "230b6aa1f24df90a60839179ba5e9de673cff11cab59e8020b20626c22090b0a",
3494          "result" : "valid",
3495          "flags" : []
3496        },
3497        {
3498          "tcId" : 341,
3499          "comment" : "special case for DA - CB in multiplication by 5",
3500          "public" : "255bbe7230cd2bee90d283f418a474ab30146ce5e801a0f5ed60ee8def3e6558",
3501          "private" : "48b10cd45639bbbf83a0b28f0dd3ad0b7b00caf48d05534480556a8278116d59",
3502          "shared" : "2299e384958bedd2c3d367759155136d1ff76e4434dc1d9e8212cdca52ea8421",
3503          "result" : "valid",
3504          "flags" : []
3505        },
3506        {
3507          "tcId" : 342,
3508          "comment" : "special case for DA - CB in multiplication by 5",
3509          "public" : "21accf97b7fee173001ccfcab21637c175ef5186ff0002502b3d52fa8c51e766",
3510          "private" : "e8fad77946e0de4cf4236798490b838948b82cfb29f8e7686001b11e8d961657",
3511          "shared" : "97fca065acd3b943c654997c0f125767f9abc4b7c9d8b7246942f12be65d9231",
3512          "result" : "valid",
3513          "flags" : []
3514        },
3515        {
3516          "tcId" : 343,
3517          "comment" : "special case for BB in multiplication by 5",
3518          "public" : "5b40777e80ff6efe378b5e81959ccdcbb4ca04b9d77edc6b3006deb99926fa22",
3519          "private" : "d07babed90b27c4eacafdc871703bd036b720a82b5c094dceb4749eeaeb81052",
3520          "shared" : "f482531e523d058d6e3fe3a427fc40dbce6dd6f18defbc097bfd7d0cdd2f710d",
3521          "result" : "valid",
3522          "flags" : []
3523        },
3524        {
3525          "tcId" : 344,
3526          "comment" : "special case for BB in multiplication by 5",
3527          "public" : "48d952a2924ff167f037707469ec715da72bb65f49aaf4dce7ec5a17039ddb42",
3528          "private" : "68a3049aef8c069b906cf743286d3952a888bf2b9b93bc8775fb5adde06e9f53",
3529          "shared" : "de88af905d37417d8331105345dabaab9fd2d3cb1ee902911c1c8eae2991d911",
3530          "result" : "acceptable",
3531          "flags" : [
3532            "Twist"
3533          ]
3534        },
3535        {
3536          "tcId" : 345,
3537          "comment" : "special case for BB in multiplication by 5",
3538          "public" : "a5ef265ccbc5c54021d34f82364a4624030f5b9d5ff7e63d7a379e533de5e742",
3539          "private" : "18d8c3d2a4e366185a85c38698d937e13bbbafdbdab1a0a83dbbe89badf70756",
3540          "shared" : "075d18ccc984761b70752279e7f6a757208f6c11e29480c32b40aba128a4d52b",
3541          "result" : "valid",
3542          "flags" : []
3543        },
3544        {
3545          "tcId" : 346,
3546          "comment" : "special case for x_2 in multiplication by 5",
3547          "public" : "9051e55a4050ef4dce0b0c40811f16371e8b16932541da37f069406d848ea424",
3548          "private" : "18efcd5fe345be4985316695391d2c952eee13b0e1ee7584721fbe8b19d4fc5f",
3549          "shared" : "212dbf9bc89b6873a60dfc8731a10be11ab2dca4b172142e6c9f06614cd72852",
3550          "result" : "acceptable",
3551          "flags" : [
3552            "Twist"
3553          ]
3554        },
3555        {
3556          "tcId" : 347,
3557          "comment" : "special case for x_2 in multiplication by 5",
3558          "public" : "419adb8b1f2f87de016b0c78d1029a210492eb8cadd164b12cd65b1d57bf3634",
3559          "private" : "28ec7c693e222c72ac0815f1fd36661357e0a8da7bc996daeeeafcd21c013451",
3560          "shared" : "379f9221abebf3582681a0e857f3da578a1b0121982b96f14b94de5dc8b24528",
3561          "result" : "valid",
3562          "flags" : []
3563        },
3564        {
3565          "tcId" : 348,
3566          "comment" : "special case for x_2 in multiplication by 5",
3567          "public" : "13e00dae3b1ccc97ccd649088c4a7f32ca9976214d645667bd082039bbd9ab7a",
3568          "private" : "78b35e7ae549308b6414bb610196c04f2af79d4266c86e8a9ce0c02bbdb88d59",
3569          "shared" : "cff2596b7afe36f4cab9c70133d7aa0f9914f9abc6c3b9895472e2a5894a8037",
3570          "result" : "valid",
3571          "flags" : []
3572        },
3573        {
3574          "tcId" : 349,
3575          "comment" : "special case for C in multiplication by 6",
3576          "public" : "441c487a48f0a4989d931cd77a6142a0a13d1aabad82623ba8d94b5c374f4f08",
3577          "private" : "f0de9c5f8a9372f30c41ca47a55743ce697d46e32e7a9ae26d32503fd5222767",
3578          "shared" : "d47c46b4329bedcbc1986b3c6d2aa9bcd027d6b68925175d35bbb536b3440801",
3579          "result" : "valid",
3580          "flags" : []
3581        },
3582        {
3583          "tcId" : 350,
3584          "comment" : "special case for C in multiplication by 6",
3585          "public" : "0e67ee5c6b65aa802259810b2605f8d7accf9b49bf14cb4a536928e883172915",
3586          "private" : "686be5a12b310420f9bfb209381fd459a5ccd55c752b88337ebe89e1921ae765",
3587          "shared" : "1d730158da880533dbf1e6c64a8e99f9169611660969b0a84fb42dd8dc2efa3d",
3588          "result" : "acceptable",
3589          "flags" : [
3590            "Twist"
3591          ]
3592        },
3593        {
3594          "tcId" : 351,
3595          "comment" : "special case for C in multiplication by 6",
3596          "public" : "dc9d7ef1cb49c191e258663a94e731b9c066c11a17d8b5fdea1987f5d9a00568",
3597          "private" : "a0c0337c5bec5ca24dea2f1d701498ae2bad87b8269ac23be113929fe4eb1963",
3598          "shared" : "07732529a628badeb8d74946775ba457c700bf8390f46bc523fb64e471c86a7e",
3599          "result" : "valid",
3600          "flags" : []
3601        },
3602        {
3603          "tcId" : 352,
3604          "comment" : "special case for C in multiplication by 6",
3605          "public" : "556b3ee7cd0d37979056ecc1f56a5677a4935be6e49ce28e394f8bfb73d13b6a",
3606          "private" : "b8824cfce5550b5e17b12f74e28459cab34eb49895cc36bf645a0cf00e3d2d67",
3607          "shared" : "9e3aae35fa1cc80a359878e212180294ff6608dcb4929e91901abbf976f39c16",
3608          "result" : "valid",
3609          "flags" : []
3610        },
3611        {
3612          "tcId" : 353,
3613          "comment" : "special case for C in multiplication by 6",
3614          "public" : "1211be5809605b54f5727d233c783a2a199a3db24ed4499d7b48c7603e4ad371",
3615          "private" : "e02dba7335af8fb9168de2fcd310c2e2df4a3e25263e0ab9ada87bfb8258a66b",
3616          "shared" : "880f6dc73220307a597670f3282fc366aa66f04a0a9ca30d895fdde337afe825",
3617          "result" : "valid",
3618          "flags" : []
3619        },
3620        {
3621          "tcId" : 354,
3622          "comment" : "special case for CB in multiplication by 6",
3623          "public" : "505e7851e2352e311ca9536a1fe6c0d95d648197374ce08e4b8a0fbddf62910b",
3624          "private" : "30ce71f856ceb874fe580039ca67e896e6d08207a73cd55db7059127c1342b67",
3625          "shared" : "ea62b0eda2d7b249a42417675a2b82b1e6c0d69a4e7cef336448844d2f432251",
3626          "result" : "valid",
3627          "flags" : []
3628        },
3629        {
3630          "tcId" : 355,
3631          "comment" : "special case for CB in multiplication by 6",
3632          "public" : "ddf4e90503dd82610c3a034b925a880b72dbde30c626009202b358c6eb00f418",
3633          "private" : "e881f46d4141ea69a671649b93b63e97dc67c12521d445862f087b2626fa2b6f",
3634          "shared" : "302c4f83b5c5bf30c1e3afd9f643f65bfe56ca1628ee042b1ab7393bafe36c06",
3635          "result" : "valid",
3636          "flags" : []
3637        },
3638        {
3639          "tcId" : 356,
3640          "comment" : "special case for CB in multiplication by 6",
3641          "public" : "0e9c4431999ef1ce177e900d37ec6ae665e387e2d4fa27cba8e7baebc65c6520",
3642          "private" : "e879752683cd73a834251c65749135e06eb9064d3ae35095d88cde14a02ba366",
3643          "shared" : "8ff2ac65c85ee2fe9452fce460f8c87f9570d769cadddc87fe93ef8b7657c726",
3644          "result" : "acceptable",
3645          "flags" : [
3646            "Twist"
3647          ]
3648        },
3649        {
3650          "tcId" : 357,
3651          "comment" : "special case for CB in multiplication by 6",
3652          "public" : "5761d6c08624104d4117ff17c75e9211a591c9ca9aecca3a665a7ed844195225",
3653          "private" : "20576ab456da26c18da5fbf06ec4d16564e111bfae2a92b9f6e1927c15770a62",
3654          "shared" : "97c91a23c3e4f3ff727d188a352b67ad490b62381566fb3e111cb67aa9e3435c",
3655          "result" : "acceptable",
3656          "flags" : [
3657            "Twist"
3658          ]
3659        },
3660        {
3661          "tcId" : 358,
3662          "comment" : "special case for CB in multiplication by 6",
3663          "public" : "e92d45b3ec56531266303c5113c46310c41650001065b4d87b02b382fc82662e",
3664          "private" : "a8467418b924c2c003c56e1610a35469356360c29d52aa557a2bb30fb8a9a464",
3665          "shared" : "24346bb133dd9ae3ff02d2f50510b3a92d9030834d60e5af08b0eebbf1d4dd6f",
3666          "result" : "valid",
3667          "flags" : []
3668        },
3669        {
3670          "tcId" : 359,
3671          "comment" : "special case for CB in multiplication by 6",
3672          "public" : "f38b63459d05e422ad024c2dcea5029a0a7a6b6c4c1d2093ce556aab331e2540",
3673          "private" : "f0f5e162923d7c299388bed781199417ade097475515162d9590976a196fb16f",
3674          "shared" : "b3453c9c82a2d1d956156de2399cb70dd4e1ec53aea967e035753c1cdae13c39",
3675          "result" : "valid",
3676          "flags" : []
3677        },
3678        {
3679          "tcId" : 360,
3680          "comment" : "special case for CB in multiplication by 6",
3681          "public" : "a7ded0eea45a400b8f5637154d42974aa98c92962314d822ef88b01383a9da4d",
3682          "private" : "608fcf787fe789644a09bcab958f0737aa81a9e29d505f51035c78e374b9e46b",
3683          "shared" : "ebeb0c7b7a4165cd02a278f3a222c236eed83266b806d13494c1c3f98a2f3425",
3684          "result" : "valid",
3685          "flags" : []
3686        },
3687        {
3688          "tcId" : 361,
3689          "comment" : "special case for CB in multiplication by 6",
3690          "public" : "7b0ecb4c72ee147789d74813ced3ebe40f45c3da526ed1272952e453e43b796d",
3691          "private" : "58a3396d291eb23571b52d98a31549e514e501e8d0958ad9f25fe5a76c503e69",
3692          "shared" : "9213a53f22ff0cb5eca87b27b193c773bfdf4c01a193a11f37c157474e15cb07",
3693          "result" : "valid",
3694          "flags" : []
3695        },
3696        {
3697          "tcId" : 362,
3698          "comment" : "special case for x_2 in multiplication by 6",
3699          "public" : "a244413ddc3a205d038d64266833eea1efba51ba62c9c6cdcdbe943be52bb00c",
3700          "private" : "d805a7014755dd656f98d2b331f2d2d4912725ef3d03752f26f74dc1ad61666a",
3701          "shared" : "66484a4120e0eb0c7e0505e1d2c5d15de9b52b72e094c9bac88634200c557267",
3702          "result" : "acceptable",
3703          "flags" : [
3704            "Twist"
3705          ]
3706        },
3707        {
3708          "tcId" : 363,
3709          "comment" : "special case for x_2 in multiplication by 6",
3710          "public" : "ec3c8b0c10b1fa65dbbd17cf1ba5f86381284765709b07c5f0428e3d5bcd3920",
3711          "private" : "40cb1fe06b08f068f7080ba07c695eda91a2bebeadd4db95c97dd7c91af2566d",
3712          "shared" : "384f2221618e71d456b1551651efdb708a161d7f89f5604b27eb872d4aa93276",
3713          "result" : "valid",
3714          "flags" : []
3715        },
3716        {
3717          "tcId" : 364,
3718          "comment" : "special case for x_2 in multiplication by 6",
3719          "public" : "6330d3e28a8b6126ace165a9dfccc6e4bd40dbc9768cfb16330cb7f27f906230",
3720          "private" : "8021464c64c9d6d3c0c852f6972d11969b04c9e066562fa7f0d5fa0d98ebad62",
3721          "shared" : "8daf5f4b84730144ea8a53ce39cc907e39a89ed09f0202e7be0d3bda38da663b",
3722          "result" : "acceptable",
3723          "flags" : [
3724            "Twist"
3725          ]
3726        },
3727        {
3728          "tcId" : 365,
3729          "comment" : "special case for x_2 in multiplication by 6",
3730          "public" : "8678aa29cbc06e78b218d22a3e66c38ec0da8fdb0f2570c585c62517c9704f37",
3731          "private" : "707a2d710b32f55c6eba34898020a2fb981d61b1e822fca84c47d9321e279268",
3732          "shared" : "da8b7eba6f72c3f3ef33d8982093492e06be39bb0db29c465d95a8e52ef64341",
3733          "result" : "acceptable",
3734          "flags" : [
3735            "Twist"
3736          ]
3737        },
3738        {
3739          "tcId" : 366,
3740          "comment" : "special case for x_2 in multiplication by 6",
3741          "public" : "303289c2b1079ea59412faccfeba8c113d2299b9dcfedeabc42697b0829c4658",
3742          "private" : "204a43dea79d779577581b8c2a51be66e1effce96425b7422b9ca65bdf1a4867",
3743          "shared" : "0419a71a08d3fdd574cbc932e8f1605933ddcdd9774f5614269b7ed850c8650e",
3744          "result" : "acceptable",
3745          "flags" : [
3746            "Twist"
3747          ]
3748        },
3749        {
3750          "tcId" : 367,
3751          "comment" : "special case for x_2 in multiplication by 6",
3752          "public" : "3e6e16e02d44ebd94680832e065aeddcbb74af64fbb7c6d8367e7605be13ff5b",
3753          "private" : "58e4741735d2589322151947a1ce2f5829908626886941cb1631d25a8a684169",
3754          "shared" : "9f2fcd0c756288c1716ecd1f2a74864b93a7717bfaf5248858dcb6fdbea12864",
3755          "result" : "valid",
3756          "flags" : []
3757        },
3758        {
3759          "tcId" : 368,
3760          "comment" : "special case for x_2 in multiplication by 6",
3761          "public" : "a7c1716a41ed23a8870438714ff9745fb0e46f7a5baeb37c9a2d83fe477d146c",
3762          "private" : "d0af3428ea5205f6bf8d4f1b4e4903cd76f04236a1c0b3ecfdcaf28b21348e63",
3763          "shared" : "261ab6267c35a9755359e957473870522b7f923fe839f2b155408649cc5e8004",
3764          "result" : "valid",
3765          "flags" : []
3766        },
3767        {
3768          "tcId" : 369,
3769          "comment" : "special case for DA - CB in multiplication by 6",
3770          "public" : "dad981552c57541c57ef395ed770ce5edc48f8015461b2ba7aa831ec593ceb15",
3771          "private" : "c0ea97e442e5dc1c8142bfab7089ecb9bb9c5ae372f9907c2825e678defae567",
3772          "shared" : "9093bfa3ed3491d0891f02ae466e5e13c980df229db7404c5b9d34e4ed21c653",
3773          "result" : "valid",
3774          "flags" : []
3775        },
3776        {
3777          "tcId" : 370,
3778          "comment" : "special case for DA - CB in multiplication by 6",
3779          "public" : "c588dfe6e733d90581cbe112079749d8eb30ab8631134ec29abfb98b32e76522",
3780          "private" : "b0333f09ac1eaacd3cd617eb8832e9de488b458b735cb4b5345f517130c25d6b",
3781          "shared" : "6e88bb6bf75596bbe5f1fbe91e365a527a156f4f1b57c13ac1e3e6db93191239",
3782          "result" : "acceptable",
3783          "flags" : [
3784            "Twist"
3785          ]
3786        },
3787        {
3788          "tcId" : 371,
3789          "comment" : "special case for DA - CB in multiplication by 6",
3790          "public" : "0670116a435e8d9b7a12ffc4322fd6b149d0b1dc799b5c0957d9d6e42546e824",
3791          "private" : "10719099dc63bcc282ef525845c108897ac9fae9590b593e0d505d1cf167c061",
3792          "shared" : "e6de74d2c5cea54094d7a70af03c768afe05d52a038bb72d56dcacf0ba502d74",
3793          "result" : "valid",
3794          "flags" : []
3795        },
3796        {
3797          "tcId" : 372,
3798          "comment" : "special case for DA - CB in multiplication by 6",
3799          "public" : "8b200dd226c5c0f7e116e5388ba162438caf1dddf4edc3b6ba838c21b5929737",
3800          "private" : "10e20e4fda57084ca90f7ad572a78aa8e6575c659cd01f30c43c58040c20e860",
3801          "shared" : "78c9c3aff9416a538ce3ea8fa553244528d1fbecbcf91695a33ca464ef76b85a",
3802          "result" : "valid",
3803          "flags" : []
3804        },
3805        {
3806          "tcId" : 373,
3807          "comment" : "special case for DA - CB in multiplication by 6",
3808          "public" : "419a076b179f79720096eaabaf03477e8f89d61f885c8d7f58f6eaa4fa77df5f",
3809          "private" : "a8312df473adfec7171e1635f5bad44f0753a88a6b3174ec5ae762703ae25e60",
3810          "shared" : "c1a96ccba08bdd82d0fc12e8cde4cc1f25cfd5276dce7f18e407ed0e4a898466",
3811          "result" : "acceptable",
3812          "flags" : [
3813            "Twist"
3814          ]
3815        },
3816        {
3817          "tcId" : 374,
3818          "comment" : "special case for DA + CB in multiplication by 6",
3819          "public" : "aa34d772e9ace43c4d92f4f85596ab9ccd8c36c4f4cbddc819afe2a33cb8b216",
3820          "private" : "109697f400210f9a92de80a8bed264097199bc240e22767b54d8bb22050b7a61",
3821          "shared" : "2533b845bb83e3d48cffa8dbd1edd5d601778662d5da03759152a5e0a84b357d",
3822          "result" : "valid",
3823          "flags" : []
3824        },
3825        {
3826          "tcId" : 375,
3827          "comment" : "special case for DA + CB in multiplication by 6",
3828          "public" : "1f06cfe464ccc0e27a5ec5f9edd9bc7bc822ad2ff5068ca5c963d20edd1a2d22",
3829          "private" : "d036308a53c11bebcb02e83688ad74fec43f8462ef4d806272676637d99b3765",
3830          "shared" : "eb40a3974b1b0310b1597d1f1f4101c08dca727455a9d8224cd061a7aa3cb628",
3831          "result" : "acceptable",
3832          "flags" : [
3833            "Twist"
3834          ]
3835        },
3836        {
3837          "tcId" : 376,
3838          "comment" : "special case for DA + CB in multiplication by 6",
3839          "public" : "9d4b2ed7817132af5830e899627ea97dc39bd3772e82f2d05769a918273dc02e",
3840          "private" : "786e5a5ff37405c769d0d3788c3c1b05a62a8442c385570e4438bc5f2eaacd67",
3841          "shared" : "9509757e289553cfa2cc71313473c3ff1eebce484ee237eae554fda3d3d22f0e",
3842          "result" : "valid",
3843          "flags" : []
3844        },
3845        {
3846          "tcId" : 377,
3847          "comment" : "special case for DA + CB in multiplication by 6",
3848          "public" : "4e056b317a31dd96f8ec14b48474af587d195efcc2a70f01f052ef882d7b3a45",
3849          "private" : "c01f66cb094289d728421dd46c6f9718412e1c546dad70e586851be4da58bf67",
3850          "shared" : "bad9f7b27dac64b0fc980a41f1cefa50c5ca40c714296c0c4042095c2db60e11",
3851          "result" : "valid",
3852          "flags" : []
3853        },
3854        {
3855          "tcId" : 378,
3856          "comment" : "special case for DA + CB in multiplication by 6",
3857          "public" : "72c60535e9c423f302d6a10796d954d778032cd4dbd40ca0f359e204d67b6f4c",
3858          "private" : "3877d9ce25cededeb572604f2d123df685690c26e181f777ed33302b82082966",
3859          "shared" : "51c359768ab0219003af193e2bdb8e5cc9f8e176b8db49e597afca3e7125e370",
3860          "result" : "valid",
3861          "flags" : []
3862        },
3863        {
3864          "tcId" : 379,
3865          "comment" : "special case for DA + CB in multiplication by 6",
3866          "public" : "5856358ed420047cd084f17ae696bad79a4d26c6d5bb79bfb82bbc6332442d51",
3867          "private" : "50b84618d073c4618f9aa69a3b8518da76dbb2127286214fb43a2b44503b9969",
3868          "shared" : "fa9fb0df4cfbacd0fbf3262d3a1bf8d7aacb45f73bf94671775e509c8043df7d",
3869          "result" : "valid",
3870          "flags" : []
3871        },
3872        {
3873          "tcId" : 380,
3874          "comment" : "special case for DA + CB in multiplication by 6",
3875          "public" : "c31e37b04332abca8315f317171566aef38111f622d8bffa29c23c0151cdad6e",
3876          "private" : "109acfa638e112f6bbec21e352a74e8fc9b7ffe5d9dc28634eeb516e59830a63",
3877          "shared" : "91ac72b0ed8d7fc4c8846b8a2530d9fb8f0532064880c00dab100c977697db28",
3878          "result" : "acceptable",
3879          "flags" : [
3880            "Twist"
3881          ]
3882        },
3883        {
3884          "tcId" : 381,
3885          "comment" : "special case for z_2 in multiplication by 6",
3886          "public" : "b775e016b32a97f49971121906763f3a0b41689092b9583b6710cf7dee03a61c",
3887          "private" : "685c0784aa6d194c1b859bda44c4e27cd1dfdf34776e498dd03d09f87ae68a65",
3888          "shared" : "11393bb548813e04fb54133edbe0626458e80981885e1fe5f3377e8ebe9afa52",
3889          "result" : "acceptable",
3890          "flags" : [
3891            "Twist"
3892          ]
3893        },
3894        {
3895          "tcId" : 382,
3896          "comment" : "special case for z_2 in multiplication by 6",
3897          "public" : "f8bd0e7cf6ec6186f205ab03ab72c8f6b3cde8f6ad9b166916a04d43d1d6d546",
3898          "private" : "18e9a05a20436cf0dbc3d5b92dac8d996e62ea11fbb3445f29195fc75a8beb69",
3899          "shared" : "0a83a224fbfcbc5d0f07f6dd8ebb2e9bbee8134f0fab268002ce837f5495d833",
3900          "result" : "acceptable",
3901          "flags" : [
3902            "Twist"
3903          ]
3904        },
3905        {
3906          "tcId" : 383,
3907          "comment" : "special case for z_2 in multiplication by 6",
3908          "public" : "8dfee48ad8b367488ea4dafcf7086e305356a80901f87c720149a5f522337453",
3909          "private" : "00e099eb23125dab5ec35a419d455d0ba8c01da160f9354e9fb21e6a55d55c64",
3910          "shared" : "45dc39831f3471d7466bbe29c8142b1a6d6b00c47fea021be2ffc452d9046806",
3911          "result" : "valid",
3912          "flags" : []
3913        },
3914        {
3915          "tcId" : 384,
3916          "comment" : "special case for z_2 in multiplication by 6",
3917          "public" : "8f68bfc57d792c322ebb27f44a37c1c93e7eb15c5d5fcedffc1de850487b3372",
3918          "private" : "b0ca251e0dbae7324a6ca0c2c8d6a888edd12d1447d400a47bcba004b648716e",
3919          "shared" : "a29005c6b9dbf1707dc2adce4506b55831e8675b7d2d54b0c1037741e3bc611b",
3920          "result" : "valid",
3921          "flags" : []
3922        },
3923        {
3924          "tcId" : 385,
3925          "comment" : "special case for D in multiplication by 6",
3926          "public" : "ff0f15adeab334afeda3916785ddd38d252dce9876c2357b643b5dc2c06a3b1d",
3927          "private" : "a8b64b8ed397773b8290425ca5c2f7c3e50fac7a4781bd4a54c133781c9a1360",
3928          "shared" : "9f04e42c1b2f311d87e1470a4708bba25ac6ffd3f7b486f9b6b502ecbb2c004e",
3929          "result" : "valid",
3930          "flags" : []
3931        },
3932        {
3933          "tcId" : 386,
3934          "comment" : "special case for D in multiplication by 6",
3935          "public" : "1076fdc827f2550ee95ff9a15d044aedfac65b5e9ba809f62438ccea54637a29",
3936          "private" : "d0cd0db51ff232afa0919d3106fcb3a8ae581ef12d09c877aa6f31ef74eed068",
3937          "shared" : "688000bd60af375b4eeac4a7d0e0782c0e6188eabdc608b732f49b4d6ccab44f",
3938          "result" : "valid",
3939          "flags" : []
3940        },
3941        {
3942          "tcId" : 387,
3943          "comment" : "special case for D in multiplication by 6",
3944          "public" : "ed1c82082b74cc2aaebf3dc772ba09557c0fc14139a8814fc5f9370bb8e98858",
3945          "private" : "204a3b5652854ff48e25cd385cabe6360f64ce44fea5621db1fa2f6e219f3063",
3946          "shared" : "e0a82f313046024b3cea93b98e2f8ecf228cbfab8ae10b10292c32feccff1603",
3947          "result" : "acceptable",
3948          "flags" : [
3949            "Twist"
3950          ]
3951        },
3952        {
3953          "tcId" : 388,
3954          "comment" : "special case for D in multiplication by 6",
3955          "public" : "12e1589a34094af5f121c9bd3c1119f2b1f05264c573f667a748683c5633a47e",
3956          "private" : "88109b1d0e7bace44d41a15d5bcbcd36968c5b8b47c0a2c606b57c4a68cc5f66",
3957          "shared" : "1fcc50333eb90706935f25b02f437bfd22b6b16cc375afff8a1aa7432fb86251",
3958          "result" : "acceptable",
3959          "flags" : [
3960            "Twist"
3961          ]
3962        },
3963        {
3964          "tcId" : 389,
3965          "comment" : "special case for DA in multiplication by 6",
3966          "public" : "151f54a8a899711757b3b118fc5501779d621d25227af53d0af00b7583ba8824",
3967          "private" : "5082e497c42979cdbfdd1b3b0653cfea6f2ceb7d07639ebf3541866bb60edb62",
3968          "shared" : "fac30a74f4ca99f6cf233065e9acd826690cab364bf69320b58095783ed76e11",
3969          "result" : "valid",
3970          "flags" : []
3971        },
3972        {
3973          "tcId" : 390,
3974          "comment" : "special case for DA in multiplication by 6",
3975          "public" : "a819c667ed466bd9a69ea0b38642ee8e53f40a50377b051eb590142dd27e3431",
3976          "private" : "f85a8db44f9e56b11729f51682a9769fc504f93597cbe39444616b224532106e",
3977          "shared" : "17f6543c4727e7f129ee82477655577635c125a20c3dc8ba206ca3cc4854ca6c",
3978          "result" : "acceptable",
3979          "flags" : [
3980            "Twist"
3981          ]
3982        },
3983        {
3984          "tcId" : 391,
3985          "comment" : "special case for DA in multiplication by 6",
3986          "public" : "40b053d056668982a1f550be95e16348e303945f53a3ac64491a9a56d4095b71",
3987          "private" : "505a076641fac398fc7d8c629937f42db559db5e12052ad366d46d7b20e95769",
3988          "shared" : "889a8d611e0a7da71475e7c93a2d7f6f7228c787a00ee5cf55474adc376ff762",
3989          "result" : "valid",
3990          "flags" : []
3991        },
3992        {
3993          "tcId" : 392,
3994          "comment" : "special case for DA in multiplication by 6",
3995          "public" : "e7dd0549a765bbef34be2e8da18a1bc1b989a8b0614d358ebf38c12a9ca64079",
3996          "private" : "e8db2bf1af5b8907420789c56e71414706aef0d9f6ffaed0c249c3b7ab14bf65",
3997          "shared" : "37232fb397af27f5fb5ca493284ff1c5d25786b0d716c73b33aca8d42265f318",
3998          "result" : "acceptable",
3999          "flags" : [
4000            "Twist"
4001          ]
4002        },
4003        {
4004          "tcId" : 393,
4005          "comment" : "special case for z_2 in multiplication by 7",
4006          "public" : "1ee1b9a74604ac31c3db83280170e3811504fcc78c7626b5b2c07a99d80daa0a",
4007          "private" : "c006ab1762720882017d106b9a4675fdd47005657155c90ca61d4cbf7cc4f973",
4008          "shared" : "a1b30418436ba1908804ffcce1be2cdcf50c61a8e3938d95c790abdb786b8022",
4009          "result" : "valid",
4010          "flags" : []
4011        },
4012        {
4013          "tcId" : 394,
4014          "comment" : "special case for z_2 in multiplication by 7",
4015          "public" : "f226c2d6bd7831eda1b51ee5aec29443a507ef9f7a04e2340f349dbf14933844",
4016          "private" : "d071807d607953da432d8574d5f3f420676dafdbc6a285a36e1d737624d77c75",
4017          "shared" : "a5976fda89954a81e442107f9e416a2b4b481bbd4654ebc0c7b57a78b45b4979",
4018          "result" : "acceptable",
4019          "flags" : [
4020            "Twist"
4021          ]
4022        },
4023        {
4024          "tcId" : 395,
4025          "comment" : "special case for z_2 in multiplication by 7",
4026          "public" : "c5197312de3a7a3ee11b29873bae3fc8c85109c66784804f89435db210fcc24b",
4027          "private" : "304b526f6fe994731980c0975529bca4d061017fbec56f6070d42678d3e11177",
4028          "shared" : "55b5b5eb38b127617ffe00056d84d35a5071d18783e3a82b5f4e131b1538b150",
4029          "result" : "acceptable",
4030          "flags" : [
4031            "Twist"
4032          ]
4033        },
4034        {
4035          "tcId" : 396,
4036          "comment" : "special case for z_2 in multiplication by 7",
4037          "public" : "590ed0b879319c38a19962a5d216ff2bfaf33555518877969c20c054cbe43e56",
4038          "private" : "982ddf2c035789379b8a58917d5c3c6c061b503b19a0028e01894c2eb371d079",
4039          "shared" : "0080e5b9985a960a832133812a7ab9951c6b2c75894deb3e35509190a6bdf457",
4040          "result" : "acceptable",
4041          "flags" : [
4042            "Twist"
4043          ]
4044        },
4045        {
4046          "tcId" : 397,
4047          "comment" : "special case for z_2 in multiplication by 7",
4048          "public" : "7c5f0143a6682f60ccad16f21150c7bb5bc6f807254d08b353fc96ce07bceb6f",
4049          "private" : "78cc3ec0687e3e53d9cec56b79d11bf049d173f127f5b40fae122a6d0016cd76",
4050          "shared" : "5241222226638c4bbbc98792cdbd74882ca2e08aa2edf313070425031009e925",
4051          "result" : "valid",
4052          "flags" : []
4053        },
4054        {
4055          "tcId" : 398,
4056          "comment" : "special case for BB in multiplication by 7",
4057          "public" : "010850a0974d3e89c029d252b46f739548294c0f9a23183863f9455b9559c211",
4058          "private" : "c86fc76650cf3b58837aa0f0633560415241c6c4f8f293ba0222b7d6a3875773",
4059          "shared" : "63788190b10d7451f5fc2b82c421151db4f3e22782e392da6d8d3aba2c344306",
4060          "result" : "valid",
4061          "flags" : []
4062        },
4063        {
4064          "tcId" : 399,
4065          "comment" : "special case for BB in multiplication by 7",
4066          "public" : "ad1dd82c23d6a0d5fe0f2a4561d1c16733a3e1e6afa6d902dd077dc43a961628",
4067          "private" : "888d51c0a2230369e5b65a814b3213dde2e62f2eb95d0971486b733e4f90c174",
4068          "shared" : "e4b40974a166ac49ed831715c071c751752744b891465e6c45001855aacdc362",
4069          "result" : "valid",
4070          "flags" : []
4071        },
4072        {
4073          "tcId" : 400,
4074          "comment" : "special case for BB in multiplication by 7",
4075          "public" : "d0c0d6393c41f4d7e0d5e850b7716f401eda1e028a4ed4a05bea8bf81acfd930",
4076          "private" : "68bed425d534315584d80f79da6eab9b7e6036b51fe62e1ad933e266640b4673",
4077          "shared" : "514a4cd0676f1c3101c8c45c17ad416bd33e20a405544fc1a60449abb22fa104",
4078          "result" : "valid",
4079          "flags" : []
4080        },
4081        {
4082          "tcId" : 401,
4083          "comment" : "special case for E in multiplication by 7",
4084          "public" : "0f460100d88a1d316dff02d1b22ffb2e42d99d0b92474fc3ec7d62567d0cf112",
4085          "private" : "98ff2856ef44b4fa14d86782ea793828bdf6f1ef9b669cac1aae338a7bb69376",
4086          "shared" : "ed83e810ce5ff0868f8589623bb13478dec1c22326c92765ae5e48c84bbabb24",
4087          "result" : "acceptable",
4088          "flags" : [
4089            "Twist"
4090          ]
4091        },
4092        {
4093          "tcId" : 402,
4094          "comment" : "special case for E in multiplication by 7",
4095          "public" : "13756a411ff3ae0c39222dde0810f08c432463162d81ef061071249a48439e15",
4096          "private" : "b0cdbfdd98bd988d7c6a530455c51c57dd33fd2c7aee3961971bd3a31388fc71",
4097          "shared" : "ff94862117d3c6edc9dd5f4852fa8a589452b924ca8a75cb23b3d68dfed88c4b",
4098          "result" : "valid",
4099          "flags" : []
4100        },
4101        {
4102          "tcId" : 403,
4103          "comment" : "special case for E in multiplication by 7",
4104          "public" : "8fc1fae969a6185404db22749ef6d225de86773a4d1bf3857eb8fbbd829a1b47",
4105          "private" : "e0677644ed4935f01e052e9967302d0fb78ff22bb92fbae0605f3ee54e2f6878",
4106          "shared" : "1c94868bc8acb3137498209b2812feb53501389f5aa37fecbfd5cb54e1358e0e",
4107          "result" : "valid",
4108          "flags" : []
4109        },
4110        {
4111          "tcId" : 404,
4112          "comment" : "special case for E in multiplication by 7",
4113          "public" : "7bab0891ecb9e72a15771f0a4fff90547024206339c340b1a2fdb53bcfb86b59",
4114          "private" : "887b61553843ca99ad1ca92253a6fe082b82494752513fd53ff6530f54c40572",
4115          "shared" : "adbf3b439b16dbc653578f53374ed3a86f9c0bf1f736573349773bc3b8d60734",
4116          "result" : "valid",
4117          "flags" : []
4118        },
4119        {
4120          "tcId" : 405,
4121          "comment" : "special case for AA in multiplication by 7",
4122          "public" : "102e95eadca7c3c28e5d52336c857bad99ea246f299b06334f401276f49ca814",
4123          "private" : "00615e4697014fc12484ef53a1440206410a8df78caa0bfff82161db83fea574",
4124          "shared" : "3952efb93573ae9ce2162d10e4b8c46435859f3f2778db89f72bc579e695cb51",
4125          "result" : "acceptable",
4126          "flags" : [
4127            "Twist"
4128          ]
4129        },
4130        {
4131          "tcId" : 406,
4132          "comment" : "special case for AA in multiplication by 7",
4133          "public" : "3548c16bf31afdcd445ad9bef0e60d7bd6195aa591ca8c82813cd7d446226720",
4134          "private" : "58175113550faad56458fb375a6cb3f05df2f6ff3c4ee09d4a6ba643e022d17a",
4135          "shared" : "96128f929fc03c1269d429f609a1a8acac7a758e3446a125ecf4a359a0e37b73",
4136          "result" : "acceptable",
4137          "flags" : [
4138            "Twist"
4139          ]
4140        },
4141        {
4142          "tcId" : 407,
4143          "comment" : "special case for AA in multiplication by 7",
4144          "public" : "ba74e766d44855ec93bd441aa41058a4c4ad2be63c639a3f9a87bde51eeaba20",
4145          "private" : "009738e1e6efef9e2cad8b416fe90a098eb5cb0199f2df5218166c7b181ea079",
4146          "shared" : "fec3e94cb5f316625b090c2c820828ce0f3ee431e8d6e12abccc7ef2bd0be81a",
4147          "result" : "valid",
4148          "flags" : []
4149        },
4150        {
4151          "tcId" : 408,
4152          "comment" : "special case for AA in multiplication by 7",
4153          "public" : "9a5a1d37e5010c356aa80afb347c3d613542ddfa0be7abb8e8cdcd6674411449",
4154          "private" : "c82019159be792747a39f388ea48a8c568594e3383273e51100721b376e8ba73",
4155          "shared" : "96903bac9dc60b6178d734890c25db4bed9ea4dbcf6fcbcdc90e6f5694c8b21c",
4156          "result" : "valid",
4157          "flags" : []
4158        },
4159        {
4160          "tcId" : 409,
4161          "comment" : "special case for AA in multiplication by 7",
4162          "public" : "630847e28274dbae5491210303c85a359074ee742957b0fc3c9ff55d9e019a50",
4163          "private" : "10ac9f8383262ef280faac1e4da15a7de4f2cb74af33b50e0d82dcb85d8bcb70",
4164          "shared" : "50050d0ab1ddd2dd90c460ab8f09e1f80e37cae57d4231adae10c10a4a2b003e",
4165          "result" : "valid",
4166          "flags" : []
4167        },
4168        {
4169          "tcId" : 410,
4170          "comment" : "special case for AA in multiplication by 7",
4171          "public" : "11749b00a45067af2c7e7d50f8d178d5a9fedb8f1b69b239763885bc611b136c",
4172          "private" : "b84c098382f6e37d510cc33e62ddc664e02c8bb6ed9ed0e5fa78cc099a26fe73",
4173          "shared" : "9170c4c628d5fcfd0ec719cf6e1796dab0a69e46d6379fffa247d444a0056041",
4174          "result" : "valid",
4175          "flags" : []
4176        },
4177        {
4178          "tcId" : 411,
4179          "comment" : "special case for AA in multiplication by 7",
4180          "public" : "df1021d8f95950afde77c86ba5ee2f5876ef778376a7fdc7efb8dff0e4836e7b",
4181          "private" : "78cde8930a1d81aef6601f71409728854987578b0f8349588c04adbe2c1f6e74",
4182          "shared" : "d7d2a82953f680cee0c81c4d00fe628ac530ce682eb7fb3b0af24f804a58ef5c",
4183          "result" : "valid",
4184          "flags" : []
4185        },
4186        {
4187          "tcId" : 412,
4188          "comment" : "special case for x_2 in multiplication by 7",
4189          "public" : "2743ba408d5f68c65324a485086a004b6bbf784cc9e8b1a7dbeb8c4b9414b018",
4190          "private" : "b0fe7b06b9950600b3a7ce1d7bb2a1d984194cc9d6c8964504c364dd5c875b74",
4191          "shared" : "a6b97da989dccf730f122d455152328051c8ed9abc1815c19eec6501d6cfc77c",
4192          "result" : "acceptable",
4193          "flags" : [
4194            "Twist"
4195          ]
4196        },
4197        {
4198          "tcId" : 413,
4199          "comment" : "special case for x_2 in multiplication by 7",
4200          "public" : "cc275a2cdd9125e52f20ce2abad41f920afa5a643fb7f276ef416f761d689f1e",
4201          "private" : "f0c9c3984854d5bd599d3819738a023eb795e93586dc0e5e29b1c870c612d178",
4202          "shared" : "b210e368729501d9f9b6ebefbebae38f195f91eaf2a5a3a49288bb615ff2216c",
4203          "result" : "valid",
4204          "flags" : []
4205        },
4206        {
4207          "tcId" : 414,
4208          "comment" : "special case for x_2 in multiplication by 7",
4209          "public" : "4929543101ee7ae239059cd134c35d400e50d0821441351d0fa6c3d54efb342e",
4210          "private" : "906c2f12be89702db26fa7ee905ce36525d2dee4e96a879ca07da097a6aa5075",
4211          "shared" : "b9e3796c58701ded4237c52994501cee14e18f2fb02b781a8400923484bd4a6c",
4212          "result" : "valid",
4213          "flags" : []
4214        },
4215        {
4216          "tcId" : 415,
4217          "comment" : "special case for x_2 in multiplication by 7",
4218          "public" : "1324e0368597b3181555bb5b2cc7b7ebba46931aeabb6f05ababd4240f0fb933",
4219          "private" : "f026031ea373e1d16e6e7e0357bc96bc093f4b6bb76a738cbb54fe6cfd2ea271",
4220          "shared" : "6dcdf8e86903b0caded124d8a7da18e623430ca869aaf267d31029d93de99e66",
4221          "result" : "acceptable",
4222          "flags" : [
4223            "Twist"
4224          ]
4225        },
4226        {
4227          "tcId" : 416,
4228          "comment" : "special case for x_2 in multiplication by 7",
4229          "public" : "c7f3842297d6941cac63d6f1bdaea0709437c82dbc9161fc1bae6c79d668eb44",
4230          "private" : "703f4ac8667d77f9536045cf748f18d42345e39ccab10c18dde0f5170d307f73",
4231          "shared" : "385ddbf2505ebf537bf5e976b61a4b69d190ae965b7e4a81ae4e1c16b7148748",
4232          "result" : "acceptable",
4233          "flags" : [
4234            "Twist"
4235          ]
4236        },
4237        {
4238          "tcId" : 417,
4239          "comment" : "special case for x_2 in multiplication by 7",
4240          "public" : "1e4660ba865fb8085afd4692885d74237fa3bca5af4b84ba3de400f16a5ac45c",
4241          "private" : "c8a96ae4e77271a0680dd24fcb09f9c5d3ee8316536eec7cc2276597e50fe37f",
4242          "shared" : "0fbaea73f9518795e026c1fc1079c3738aeb9ee9c8dc9761d65bbf8f94e30154",
4243          "result" : "valid",
4244          "flags" : []
4245        },
4246        {
4247          "tcId" : 418,
4248          "comment" : "special case for x_2 in multiplication by 7",
4249          "public" : "2488bb6fadb79d46585ff01c160c5b4172799d92bd168edceb65cededc492762",
4250          "private" : "d0dde8eda38c3783442864c0cb46a0e9832dcf784c21268a21bed2cace87cd70",
4251          "shared" : "510c64151e5d0737fc324bd15fb5d3966908751cd1a06954b556196655ee5540",
4252          "result" : "acceptable",
4253          "flags" : [
4254            "Twist"
4255          ]
4256        },
4257        {
4258          "tcId" : 419,
4259          "comment" : "special case for x_2 in multiplication by 7",
4260          "public" : "a0c1087811af1491171bc51691b8ca84716af36c4baa764ec536280cc1983d6d",
4261          "private" : "c09cd47e1ce53604f14e4e13426c8f08962f556bcd81f8d75375b1507c6fda78",
4262          "shared" : "23ef825e1c8e6e64428001a7463e32a9701c81cf78203e6ae753740c91570e6b",
4263          "result" : "acceptable",
4264          "flags" : [
4265            "Twist"
4266          ]
4267        },
4268        {
4269          "tcId" : 420,
4270          "comment" : "special case for x_2 in multiplication by 7",
4271          "public" : "cc5c97934607d8b981bce1d6a232bb3aecc3001f698ae1ae84938fbf2861077b",
4272          "private" : "e09a5f74f318f02303857aa0208d76913d9e240a80549d12013118bad620597f",
4273          "shared" : "0e55a7ec1a2ddbea1ac5981200812232f7f4c3a60ee3c9ab09f2163bd13da329",
4274          "result" : "acceptable",
4275          "flags" : [
4276            "Twist"
4277          ]
4278        },
4279        {
4280          "tcId" : 421,
4281          "comment" : "special case for DA - CB in multiplication by 7",
4282          "public" : "238de7fcc8a3f194c3554c328efb1215d0640ac674b61a98ef934ec004cfd73b",
4283          "private" : "706cee5f9b357c03b2f1913294f6e4f0ca5a190a87d30268327d0cb6bdd5bc79",
4284          "shared" : "0681036a0d27583ba6f2be7630613171a33fb8a6c8991c53b379999f0f15923b",
4285          "result" : "acceptable",
4286          "flags" : [
4287            "Twist"
4288          ]
4289        },
4290        {
4291          "tcId" : 422,
4292          "comment" : "special case for DA - CB in multiplication by 7",
4293          "public" : "ac9fd80a45da109fa2329390e5a951cfc03065d7bb4a7855826ccb22c3bfeb3d",
4294          "private" : "40e300cb1ff260574f85b3f04aac478464a86e6203b3d4656418f4305157877b",
4295          "shared" : "67b88774f19bd1081d6f23656a135803e34ae1cdcae10818124a78569c299f42",
4296          "result" : "valid",
4297          "flags" : []
4298        },
4299        {
4300          "tcId" : 423,
4301          "comment" : "special case for DA - CB in multiplication by 7",
4302          "public" : "a45ab1dc2fa2c50718fb4985d9791401e8d2d34ffe3cd93cffb4e870cce5e855",
4303          "private" : "882f78b4558b7faa835904c9235e32f300fc8b5ef0a718406a5c8520ca54d071",
4304          "shared" : "a512e864bd898a5ba6551adcebd836c6a78e7871728e1b8ee528d483af276104",
4305          "result" : "valid",
4306          "flags" : []
4307        },
4308        {
4309          "tcId" : 424,
4310          "comment" : "special case for DA - CB in multiplication by 7",
4311          "public" : "1761d3d50ba46b446655aa6a8d9b8b75aa5bb24a7953208d5b69fcc38f18ec7a",
4312          "private" : "d8649b735590a17d0fc4c378fbf4c2f7d6600569b2e84cbe0ff7bcdbac0b5f71",
4313          "shared" : "518b778cf5e976c60235abcf6211a18bad2a8e693ab261074c7fab43dbb5da27",
4314          "result" : "valid",
4315          "flags" : []
4316        },
4317        {
4318          "tcId" : 425,
4319          "comment" : "special case for D in multiplication by 8",
4320          "public" : "dc99ad0031463e4537c01e16629966d1b962c0b4e4872f067ca3c26ccc957001",
4321          "private" : "a8edec59ae6ba23813ec54d66df152e0626762b97d4b0c20e0dd8a5695d86e47",
4322          "shared" : "6cfa935f24b031ff261a7cd3526660fd6b396c5c30e299575f6a322281191e03",
4323          "result" : "acceptable",
4324          "flags" : [
4325            "Twist"
4326          ]
4327        },
4328        {
4329          "tcId" : 426,
4330          "comment" : "special case for D in multiplication by 8",
4331          "public" : "b32750fd80d2d7c62c6b8e39670654baea5719a3e072e99507fd5bcb23898264",
4332          "private" : "1098723ffe567ea6dcc8d04ecc01efafeea0aee44e1c733be8b1e5d97c8b8041",
4333          "shared" : "c623e2d2083f18110a525f2b66d89ed82d313b6a2dd082f6b7a6e733134f5a06",
4334          "result" : "valid",
4335          "flags" : []
4336        },
4337        {
4338          "tcId" : 427,
4339          "comment" : "special case for D in multiplication by 8",
4340          "public" : "e7b3205777b375f1b1515a50a16a6067953ff221e12b4f416d74fb28c1c85865",
4341          "private" : "a0f20df98b49218ac832f26fa8c218a0d6872eb7aea07c1d43c9ff699b465b47",
4342          "shared" : "388ea421650a8d837bad8904018195e99ef494c2d170b93ee721a67d2c108729",
4343          "result" : "acceptable",
4344          "flags" : [
4345            "Twist"
4346          ]
4347        },
4348        {
4349          "tcId" : 428,
4350          "comment" : "special case for DA + CB in multiplication by 8",
4351          "public" : "21cc338d7869e5863349cc739c8a6946cfc797cb82fbf62dcd2154844b106003",
4352          "private" : "30473a77a98374f67d5bd43df231ce142916aea0d271e72333fa47dc441a0247",
4353          "shared" : "b9e5728b37435b1d339988f93267d59f3bd1c517851c5a258e74cb64aea73d2d",
4354          "result" : "valid",
4355          "flags" : []
4356        },
4357        {
4358          "tcId" : 429,
4359          "comment" : "special case for DA + CB in multiplication by 8",
4360          "public" : "c34217c02072d7e2bca0454525030780cfb60215d7ca82dbec8f4a59034c5f43",
4361          "private" : "d8657be3a30fc85fb2f3a68e92ace1b31b26e76e6bdb6727aea507cb7c10dc45",
4362          "shared" : "20b67b205e22ce87fd44a8e8fd10a6d8890b9270b60e1c6a68b4aa78e6e37961",
4363          "result" : "valid",
4364          "flags" : []
4365        },
4366        {
4367          "tcId" : 430,
4368          "comment" : "special case for DA + CB in multiplication by 8",
4369          "public" : "8abb8cfd60c6f8a4d84d0750d3b40a4f846b30edf2052fef7df84142cd0d9e47",
4370          "private" : "882f5578ae4a13d8f5af473bdde1709bf2e059df809ee05b505f34de857c3447",
4371          "shared" : "5faba645fc21f9421ebd35c69bdb1d85b46f95e3746ff7f4886bc280a9ab2522",
4372          "result" : "acceptable",
4373          "flags" : [
4374            "Twist"
4375          ]
4376        },
4377        {
4378          "tcId" : 431,
4379          "comment" : "special case for DA + CB in multiplication by 8",
4380          "public" : "9fd7b49a08f206688d72db737df8e517aa7b764f5de7c9a2b1c3fcbaa985f64c",
4381          "private" : "98294db7cbf4958bfb3ed21d5d5c91e13cc8dc27b3c716c86f7167a4819f8741",
4382          "shared" : "9cb8a0f4ad86a27b96ca61242eab198db2767d3862dd323e41368fcdcc5fab68",
4383          "result" : "acceptable",
4384          "flags" : [
4385            "Twist"
4386          ]
4387        },
4388        {
4389          "tcId" : 432,
4390          "comment" : "special case for DA + CB in multiplication by 8",
4391          "public" : "c4fefac7acd448e8fd4d6ac4f5dd1bc21f2c67d638444060918fb344aa77e757",
4392          "private" : "789bc4047ad81b9b6656eef298b766e8763a2f8ea64e374a603dc1fdf2eee146",
4393          "shared" : "4b42fcf84b51b2b82f1f70b3cf49bd9dc6ab2672920a8de37e81ba7e99acf734",
4394          "result" : "acceptable",
4395          "flags" : [
4396            "Twist"
4397          ]
4398        },
4399        {
4400          "tcId" : 433,
4401          "comment" : "special case for DA + CB in multiplication by 8",
4402          "public" : "a8341deecc0be6db11401ef7f884ac3ade35650cc21f14b5cdb0a5cf0ee6b15a",
4403          "private" : "801ffe4e0f6eeb8a50c8fe79663ff585f9d6aebcfbf4b7edc676c693900cb141",
4404          "shared" : "e55fc931669bd02d1c64689eda62648212b1078c43b5caf97cf9763ff87a3455",
4405          "result" : "valid",
4406          "flags" : []
4407        },
4408        {
4409          "tcId" : 434,
4410          "comment" : "special case for DA + CB in multiplication by 8",
4411          "public" : "55a0e6631a52f29fb90a1777ccbc69ff94547459d541f72e8316e4d616535a67",
4412          "private" : "e04e412383a63b338b70e1be5fd75995350321dee428aa4f3ba62a50a3b0de44",
4413          "shared" : "87f7976a17f3e03a7f1eb74e6db950b8c0994f40b7903495599d227725809e01",
4414          "result" : "valid",
4415          "flags" : []
4416        },
4417        {
4418          "tcId" : 435,
4419          "comment" : "special case for DA + CB in multiplication by 8",
4420          "public" : "7976d520f1a2512d564af41c68313f5351b0156d5118be4817f192798ae9777d",
4421          "private" : "382dbe9f10158bfbb7d1d79a35a7809214899a6b8572b35b55875d79bd2f1640",
4422          "shared" : "3bb3e30105a71901b115065e39bdb3e053d387b39027b12c92cdf4c638adf00d",
4423          "result" : "acceptable",
4424          "flags" : [
4425            "Twist"
4426          ]
4427        },
4428        {
4429          "tcId" : 436,
4430          "comment" : "special case for AA in multiplication by 8",
4431          "public" : "a26a722f7ba71ccfc96ed8e108d7c9f842d17f92051ee7d429ea7fa7908ab907",
4432          "private" : "60c9af7f4d03136a6034ae52deadfd9d4f274ad8122812eb92a53169c8354141",
4433          "shared" : "f5cb3a1b76185a29a6360b2142feebb11f3d08f4fd8d73df3a5228624a521c02",
4434          "result" : "valid",
4435          "flags" : []
4436        },
4437        {
4438          "tcId" : 437,
4439          "comment" : "special case for AA in multiplication by 8",
4440          "public" : "ca3a2d96f5dda482b002324cbbdcf1dacc9815eab797c7151c3a88c75cded621",
4441          "private" : "283fae8bd8b294de2848056449751965abb5c7fa86ba4c2c5cdc3bb524dad140",
4442          "shared" : "b0b47868e70465ee2dd737f1ba5a6399e09cd813d72da7585ab45c946cc28d4d",
4443          "result" : "valid",
4444          "flags" : []
4445        },
4446        {
4447          "tcId" : 438,
4448          "comment" : "special case for AA in multiplication by 8",
4449          "public" : "eebd858850b56febb707f27a7aad5ff5ab4b0e0c73b9c86ec4ca0f42e7f38e75",
4450          "private" : "401539703ca4980db4ba42c59fc29e83b4189f2ddea53ba54ca966c06898a640",
4451          "shared" : "581e4b12b0f39a7cc42dee4513ecfdd20b595f905f17ad8c1fbf1b5cb2068b31",
4452          "result" : "acceptable",
4453          "flags" : [
4454            "Twist"
4455          ]
4456        },
4457        {
4458          "tcId" : 439,
4459          "comment" : "special case for z_2 in multiplication by 8",
4460          "public" : "c800bf799783275eb93312b43dc032ccdfb00a4b77c8b3772cd2fec8db7e4a09",
4461          "private" : "c8eb056286e098e6b2c79e42f007ebc6ab3705346cdbdace949b5de1e8c36743",
4462          "shared" : "6bf264532fc70a6a7e459f4579eca6b84f8f76ab85c3264b20bca725a6eb6c40",
4463          "result" : "valid",
4464          "flags" : []
4465        },
4466        {
4467          "tcId" : 440,
4468          "comment" : "special case for z_2 in multiplication by 8",
4469          "public" : "7bbc504e04d134eedc13f06dfdfc69c518257a3f374040a49a8d21dac109110c",
4470          "private" : "487882956c49c69fd0e2d7277a24fb1dbe4b0365b36a13f63440248bca2fbb42",
4471          "shared" : "690305c9e192cd8a513f705b3f101ecdf3db1ea15a09c4a1bce3a8cdc3a1a93f",
4472          "result" : "valid",
4473          "flags" : []
4474        },
4475        {
4476          "tcId" : 441,
4477          "comment" : "special case for z_2 in multiplication by 8",
4478          "public" : "132533db62aff4fa06e96314383bf58ebdec5183a19f2e4cb17552ae19a3366e",
4479          "private" : "9876010f4d64c77ffc4d7dccd72b9ac82078deb883609650b8cff8a686719d46",
4480          "shared" : "c58591b33e490e4766ff7addff570ce4e89a98338015a55df3d2f232aea3fc4f",
4481          "result" : "valid",
4482          "flags" : []
4483        },
4484        {
4485          "tcId" : 442,
4486          "comment" : "special case for B in multiplication by 8",
4487          "public" : "ceb90c56508cf330c7f25bab42b05b5612a8310690107ac63a404c0ade788009",
4488          "private" : "a8a5d4f7894a519537babfac736de36054f508dae434b4fe63cd5633846a2647",
4489          "shared" : "3d145851b6ff2b92b5807ed1df21eb50c9f24c4474d4721db3abb7356df7b764",
4490          "result" : "valid",
4491          "flags" : []
4492        },
4493        {
4494          "tcId" : 443,
4495          "comment" : "special case for B in multiplication by 8",
4496          "public" : "66a09767a0d83bb18d404e1200375a745d1f1f749d5dc6f84a205efa6a11bc65",
4497          "private" : "f83e4647e82c560aa082c59641e13bf366be8f24dc01d14801e67841160bed47",
4498          "shared" : "1401829aac4e64bcfa297a7effc60477090d3627a64a35b872ae055d2091785f",
4499          "result" : "acceptable",
4500          "flags" : [
4501            "Twist"
4502          ]
4503        },
4504        {
4505          "tcId" : 444,
4506          "comment" : "special case for B in multiplication by 8",
4507          "public" : "39d431316307c85747bd2bcf4f9e0f8892ee45df15f7806ce65147d97f503478",
4508          "private" : "58c6b94bce9b15f64946c2aa6a4e383b0b2d4365b7997eb2310ac4eef1803145",
4509          "shared" : "a0ebe6908c5472f937769b9aeb313224437fc5d73f4f866fe7ef41f30e359e09",
4510          "result" : "valid",
4511          "flags" : []
4512        },
4513        {
4514          "tcId" : 445,
4515          "comment" : "special case for C in multiplication by 8",
4516          "public" : "84c92d8ecf3d0cb22dde7d721f04140c2d9c179cc813ce6cf8db2dce6168880d",
4517          "private" : "786a97207adbd4b0d6bfc9f49b18660ad3606c12e325044b8690b4fa07874641",
4518          "shared" : "07538f1b6583041c4949fafae3349d62f9dd302d3d86857af0dedc0d5ad6741f",
4519          "result" : "acceptable",
4520          "flags" : [
4521            "Twist"
4522          ]
4523        },
4524        {
4525          "tcId" : 446,
4526          "comment" : "special case for C in multiplication by 8",
4527          "public" : "a9cedb9e942a47221e4296953220d10007db327d2acb68da6ef3a4f877b8ef1e",
4528          "private" : "282310210e575a59393cf19bbe6e24752dc247706f1e0031e5d39b2de4fff745",
4529          "shared" : "1223505fbb534c1bc6108e6b98b4f0af29e11158c02d333d6559beecd6d3e558",
4530          "result" : "acceptable",
4531          "flags" : [
4532            "Twist"
4533          ]
4534        },
4535        {
4536          "tcId" : 447,
4537          "comment" : "special case for C in multiplication by 8",
4538          "public" : "64e1c0c5f59405bbc6c7db41a3485cc9f91c183b0f2b7e1894a7abd8fbbeeb23",
4539          "private" : "c8bf2fd4c40d00f1465aada682b12fa92dec10343484ab62b8871337de1d3345",
4540          "shared" : "ee031868165f456f75907bf39742b820e0f8e6df9f9768d757d408e1cc92ff7b",
4541          "result" : "acceptable",
4542          "flags" : [
4543            "Twist"
4544          ]
4545        },
4546        {
4547          "tcId" : 448,
4548          "comment" : "special case for C in multiplication by 8",
4549          "public" : "a68d2f55e60eac7983926310f4fae13f95b2bbf140be5ea91751884d900ab44d",
4550          "private" : "c06a4a4b70f613136f18c0f88e2245086c3d1a52717210a21ac9d63682f2e740",
4551          "shared" : "c954fa7b042c32943e03191e367d54be0085fa8950ef2bec99620df79ecbea4b",
4552          "result" : "acceptable",
4553          "flags" : [
4554            "Twist"
4555          ]
4556        },
4557        {
4558          "tcId" : 449,
4559          "comment" : "special case for x_2 in multiplication by 8",
4560          "public" : "6d3cd623f26a7453fa05a01ae758ba84d3c58d93d60ce32735a15e0d053d5b12",
4561          "private" : "20596e1dc56596823d37698dfa699c79874aaefde797f863ef92135980fb2043",
4562          "shared" : "7c3219b3c1fae1f95590ac843efd2084a1f4bd3efa2f592f022032db64ebcd77",
4563          "result" : "valid",
4564          "flags" : []
4565        },
4566        {
4567          "tcId" : 450,
4568          "comment" : "special case for x_2 in multiplication by 8",
4569          "public" : "8f195547346b3d53b7ea4f742b22f1ef7b3cc01a7d3dcd19aa7c5b03f31bd214",
4570          "private" : "38141518e8e5efa1d031c6c4d95480239f6c30b8ccd8c751a9e04bd3aec17342",
4571          "shared" : "a31f6b249d64a87c4aed329c6c05c3f2240b3ca938ccdc920ba8016c1aeaeb45",
4572          "result" : "acceptable",
4573          "flags" : [
4574            "Twist"
4575          ]
4576        },
4577        {
4578          "tcId" : 451,
4579          "comment" : "special case for x_2 in multiplication by 8",
4580          "public" : "ffc4fe2c2127a309c739565651e9812f834a86dbadbb78776977f786ecdb0217",
4581          "private" : "207147f2b68fef1efc10a04f988f0eb18b273b0b5ed17aa7af32c90480e19b43",
4582          "shared" : "4cff9f53ce82064882329a18ea4e4d0bc6d80a631c87c9e6fdc918f9c1bda34a",
4583          "result" : "acceptable",
4584          "flags" : [
4585            "Twist"
4586          ]
4587        },
4588        {
4589          "tcId" : 452,
4590          "comment" : "special case for x_2 in multiplication by 8",
4591          "public" : "8475babeeab9980d426abd5323dfb335b219e129bddae4d6cebcda50754a6825",
4592          "private" : "488084537b840f9c93ca57b3ee80491418d44221113e03f56355302604d03547",
4593          "shared" : "248d3d1a49b7d173eb080ab716ac8fde6bd1c3ed8e7fd5b448af21bcdc2c1616",
4594          "result" : "acceptable",
4595          "flags" : [
4596            "Twist"
4597          ]
4598        },
4599        {
4600          "tcId" : 453,
4601          "comment" : "special case for x_2 in multiplication by 8",
4602          "public" : "81f90a2f6633d30c2b72a25795d2a49463a80b6b0edc5aa68bae4bf738185539",
4603          "private" : "28cfc1d03f5c7428ff3e20b137268b33ccc74db03582d2127c566df4ac99f441",
4604          "shared" : "66c6e70cf630be90a2c88fcde7f58cff3868660fa96406e8df4ac677dbd85f50",
4605          "result" : "valid",
4606          "flags" : []
4607        },
4608        {
4609          "tcId" : 454,
4610          "comment" : "special case for x_2 in multiplication by 8",
4611          "public" : "41626e33b3c8f48bd19e49ded307f2b63bde705c4f3cdf9d4f92bf37c48cba42",
4612          "private" : "c8e37d10f3d03db3f43e467bddf98f595cb529ad253c20d491282d1400b9e740",
4613          "shared" : "06283fcf69dc83e99d92e5336f499a1d8fa75ed2c819b5ae6ea8094454324b27",
4614          "result" : "valid",
4615          "flags" : []
4616        },
4617        {
4618          "tcId" : 455,
4619          "comment" : "special case for x_2 in multiplication by 8",
4620          "public" : "ebb32f781c0e89b252e611f9d8f79f8567874c966598314b2f16aa44cfc07843",
4621          "private" : "00237e91406a7b4db61e780c5976fbb926cdace2fbdfdbcfce65e6dbe7782a42",
4622          "shared" : "7d2affb43355f5db1294daff55f59b1f17e7d25bca20746f12484d78e5015517",
4623          "result" : "valid",
4624          "flags" : []
4625        },
4626        {
4627          "tcId" : 456,
4628          "comment" : "special case for x_2 in multiplication by 8",
4629          "public" : "fa75e6f08ca815b4e42af24a8e057c9e00e828e33d12c0e94d1012a758336744",
4630          "private" : "489c4184a23a8f5eec68a31b41aa2c0392cd6fb123f10acdb4de75292b4b9a43",
4631          "shared" : "ef8e78cab091d667888489fd3a2ec93fb633427d02eb77b328d556f2b2b0e266",
4632          "result" : "valid",
4633          "flags" : []
4634        },
4635        {
4636          "tcId" : 457,
4637          "comment" : "special case for x_2 in multiplication by 8",
4638          "public" : "4d96320cdb0ca52655e91118c33f93afe4ae69e9e513ff4506750b8ea784ce46",
4639          "private" : "c05957fbc3a0e2c22a2aef627651ca1e99307b82a0c6170f7950a334f3004941",
4640          "shared" : "c8d85bfa74b4b26461297b350c975183fea9d33ba29c3a4934509c2ecda58a79",
4641          "result" : "acceptable",
4642          "flags" : [
4643            "Twist"
4644          ]
4645        },
4646        {
4647          "tcId" : 458,
4648          "comment" : "special case for x_2 in multiplication by 8",
4649          "public" : "c0ef1b7c20237db370501f24274e4eba91998ae4545f937007e1c4a2eab63365",
4650          "private" : "60111c6629f73635985be964b845f87a88ae5652d45bb1451ce8cfd2ea45fe41",
4651          "shared" : "22557e0d8741ed2a63afd5e313aa1579fc0c88c7772e23a676c94b60c89df577",
4652          "result" : "acceptable",
4653          "flags" : [
4654            "Twist"
4655          ]
4656        },
4657        {
4658          "tcId" : 459,
4659          "comment" : "special case for x_2 in multiplication by 8",
4660          "public" : "d534d8ff4d56a73ef7615e94523b17e35edb3d0fb87e98c68536f63f114a8d6c",
4661          "private" : "58785889a216d15456582d4e1e3de9e9ca4a432954416d81caf52b2b434c1746",
4662          "shared" : "54d7fc17bad00296ba50b0f3d5bf8fb83f82d571952a5fdb5a494120cc61446b",
4663          "result" : "valid",
4664          "flags" : []
4665        },
4666        {
4667          "tcId" : 460,
4668          "comment" : "special case for x_2 in multiplication by 8",
4669          "public" : "733a711ba01b6e9b64a0be4cdca8c7cf3c66df2435d5248fb4413fec6ee03f70",
4670          "private" : "60bef38a3890ec1ed05c299fceb77db5ead4b88d9e931b0f21d664f77df9b544",
4671          "shared" : "db6851b12585bc11be9362c96a545c6f2ba55f04009792463b96a38cb9b3f07c",
4672          "result" : "valid",
4673          "flags" : []
4674        },
4675        {
4676          "tcId" : 461,
4677          "comment" : "special case for x_2 in multiplication by 8",
4678          "public" : "35738dd539d60f69cd1a1cffc8a42b6af68fe7de45392d02831e2a77500ea278",
4679          "private" : "5854ee566878ef8b7ebaf5a058306f250edf0c84fd52af2d74b7ce3c1edda746",
4680          "shared" : "f6d1a664257fa5de3d4d57f04eda2976bf1e35cc3ac513e1ee84d57d2135ed13",
4681          "result" : "acceptable",
4682          "flags" : [
4683            "Twist"
4684          ]
4685        },
4686        {
4687          "tcId" : 462,
4688          "comment" : "special case for x_2 in multiplication by 8",
4689          "public" : "ce932b5af4be4721f96f7b79ba1c43b20687d4af49c37b58dc894279e04bb578",
4690          "private" : "985b551261fce38ddc8ff3add32f5c26811d271b9a1794e249dd76a38df28446",
4691          "shared" : "f8f7625ac5bde63f753a9bb4aefbfb9c4647207708af9d774ef08ff1b1e5a354",
4692          "result" : "acceptable",
4693          "flags" : [
4694            "Twist"
4695          ]
4696        },
4697        {
4698          "tcId" : 463,
4699          "comment" : "special case for E in multiplication by 8",
4700          "public" : "e3655448339e4850806eb58abba0c89185511ea72c37c49e9583ee6dd235d213",
4701          "private" : "8815052344dcad97efd1341e9072a808cf999e46e52cf04e0cfbcd9901e18d43",
4702          "shared" : "5e10dfbff4443efcae2ccc78c289a41460d5a82f79df726b8824ccbef7146d40",
4703          "result" : "acceptable",
4704          "flags" : [
4705            "Twist"
4706          ]
4707        },
4708        {
4709          "tcId" : 464,
4710          "comment" : "special case for E in multiplication by 8",
4711          "public" : "4d16965b1637e9d7ae8feb499ed0553962a9aa0022d1620c928072f6501bc41b",
4712          "private" : "b8e032e9e5ffbaa004390f3a0b900bc7cf5d11238b7ec964afc4bda2aa6c3444",
4713          "shared" : "19d7b44c1847c44e8f37a22ab69c180fd9d787f204123013e1b16800b9cd0f57",
4714          "result" : "acceptable",
4715          "flags" : [
4716            "Twist"
4717          ]
4718        },
4719        {
4720          "tcId" : 465,
4721          "comment" : "special case for E in multiplication by 8",
4722          "public" : "c6b9e6288737ad40452cec1022871d90af1642d10bd0a97792b1a9c8998e2220",
4723          "private" : "7012852211f6536fca79937e7e316c9149b0e20ea03f951e1bb072895ca0e044",
4724          "shared" : "db990d979f4f22f766e7826d93554e771b361de461274d6c37baadeb8ef7be4e",
4725          "result" : "valid",
4726          "flags" : []
4727        },
4728        {
4729          "tcId" : 466,
4730          "comment" : "special case for E in multiplication by 8",
4731          "public" : "d566fab505ac4c7a3dc3b9403ef121392cbbe21216e5bcb8eab2dc9408986e34",
4732          "private" : "d039c1b9ec4763e0ad8a0ef2b0870297d0f8b487e660595a484105d180e14a47",
4733          "shared" : "6d7fc5d4a8f534b1bc0fa5e078104234675c02664736957abdb27df6faf07c00",
4734          "result" : "acceptable",
4735          "flags" : [
4736            "Twist"
4737          ]
4738        },
4739        {
4740          "tcId" : 467,
4741          "comment" : "special case for E in multiplication by 8",
4742          "public" : "468d35ecfb6d9b7272523276cc5e13760519667f0e1e3888da4c56955fe91151",
4743          "private" : "58efcbc8777c1b54f09c61a216efd427292eb12312dbb3b32bd45254a6683e47",
4744          "shared" : "539c8d629ab51c2f3ea7278fd5f1c31b6c150a82fe3f786b93ffa159fd6d9316",
4745          "result" : "valid",
4746          "flags" : []
4747        },
4748        {
4749          "tcId" : 468,
4750          "comment" : "special case for E in multiplication by 8",
4751          "public" : "1929538743977dfea20bf4927ddabb2f3bb15cac2461054508849718854b5568",
4752          "private" : "c8d73446026cd0ea795773c2eb7b16348cd5f228e352dbc77328c2d8b9cde240",
4753          "shared" : "dee3fd19c8f296415448b21af44385ec46727bbe67d4839b93efe2f680e76d34",
4754          "result" : "valid",
4755          "flags" : []
4756        },
4757        {
4758          "tcId" : 469,
4759          "comment" : "special case for E in multiplication by 8",
4760          "public" : "2d7ab4c6f59865355ee8e9de57db19aadf7708b7c1d1a818487c340623badc6d",
4761          "private" : "98b559523bc778b0418af53c0c32f6ff5cf771ff5df8ae7cbf7c3b72aedb5b43",
4762          "shared" : "2a0340aaafa05d00529c09057ed0145f34d2de66a3e149cf084ea97168914f39",
4763          "result" : "acceptable",
4764          "flags" : [
4765            "Twist"
4766          ]
4767        },
4768        {
4769          "tcId" : 470,
4770          "comment" : "special case for E in multiplication by 8",
4771          "public" : "43839f4a6aa206c82c5a73f49d8c9e573826b3ba7235d312987c17aebee62776",
4772          "private" : "589815027caf82714e96c9f91bace66ec4ba3e92df3fa14b9b8fe503556e4543",
4773          "shared" : "00313717d33e3b41a0865986157582e053502a172b88d01bb7b10831a9fc4e6c",
4774          "result" : "valid",
4775          "flags" : []
4776        },
4777        {
4778          "tcId" : 471,
4779          "comment" : "special case for E in multiplication by 8",
4780          "public" : "3c321e7f0b9e555bc264a2cea617e6b2b562ebab21fe0c226c3e487b7df9a27d",
4781          "private" : "80715f67270c99789855ceaea99b9957ccda33326f76bb4474ab52ab1ec37041",
4782          "shared" : "9b6be9e6f2fdb5d3321842225d3e91d14828cc53ba6654dabe190b0c3edeb309",
4783          "result" : "valid",
4784          "flags" : []
4785        },
4786        {
4787          "tcId" : 472,
4788          "comment" : "special case for DA - CB in multiplication by 8",
4789          "public" : "42e5a6b8e9654bb4ad624af3f491877977513cc8775c8fb312ad19dbf3903a28",
4790          "private" : "101b990bd83d684126ff047d930c27d086a588dd19683d2629f0e34f4374ab41",
4791          "shared" : "223f1eb552308373026d11c954684ce6db870b638b190b9443e50aae219f4e3e",
4792          "result" : "acceptable",
4793          "flags" : [
4794            "Twist"
4795          ]
4796        },
4797        {
4798          "tcId" : 473,
4799          "comment" : "special case for DA - CB in multiplication by 8",
4800          "public" : "0a51dd90ab985f6deaf72f16c45014da26df848697f6582d75688f5223342b51",
4801          "private" : "200089b712d9a2050597779d463712fcd223e3d67879c0fb7606f8f5f0efee40",
4802          "shared" : "fb95ce4a3c1f325638b7d47f4216d39a7c6c5da9a01caa297c37b62816555b2a",
4803          "result" : "acceptable",
4804          "flags" : [
4805            "Twist"
4806          ]
4807        },
4808        {
4809          "tcId" : 474,
4810          "comment" : "special case for DA - CB in multiplication by 8",
4811          "public" : "8842317357bde825ef438a1c53906fb8b04ea360f7ef338c78e668586047936a",
4812          "private" : "f04f87f4e623af4c31ceca0bb87fac2d5b12517b5a7284902ad75838e65f1e41",
4813          "shared" : "488b8341c9cb1bbf124510b9f8dae4faf2e0dca9b84e00e952a63b5aa328a860",
4814          "result" : "valid",
4815          "flags" : []
4816        },
4817        {
4818          "tcId" : 475,
4819          "comment" : "special case for DA - CB in multiplication by 8",
4820          "public" : "c71d92d3c92dbfaed755fb32797b667cc86b0e79362498e2aca38c689713b16e",
4821          "private" : "383cbd5a3dd0901d09a3cac3d3a77a979cecf15e206a553e4ca3f24b90783945",
4822          "shared" : "1129eae97bf75f7314f2e1b403b18737ad830c80429e2ba0d4866b362399855f",
4823          "result" : "valid",
4824          "flags" : []
4825        },
4826        {
4827          "tcId" : 476,
4828          "comment" : "special case for DA - CB in multiplication by 8",
4829          "public" : "3a21d1cf7b3744d1ad26197335844982c2a0c6a5aa835492bd03c401a4fe6778",
4830          "private" : "701df09e57b98aec375745df147b72949a6b2bb2ca3a34881512ee31e790ad42",
4831          "shared" : "072f51d94727f392d59dc7caff1f4460452352ec39c32a1c9f071e388833da56",
4832          "result" : "valid",
4833          "flags" : []
4834        },
4835        {
4836          "tcId" : 477,
4837          "comment" : "special case for CB in multiplication by 8",
4838          "public" : "d128ea3e13325ed6ebd6533a9fd3045a55f25ad8b67def30912843504c1aab29",
4839          "private" : "b0ffa5f4922bb117ad75ff43acac62331efaa45536fe88306e4a4cb58db73a47",
4840          "shared" : "30512142d3e3a4cad6726d9d35f2e043fca9dfb750884ae22b2547c840f3587b",
4841          "result" : "acceptable",
4842          "flags" : [
4843            "Twist"
4844          ]
4845        },
4846        {
4847          "tcId" : 478,
4848          "comment" : "special case for CB in multiplication by 8",
4849          "public" : "e079c8f8423165c7e0a2c48b4abe90aece4e6d903d7a5a1625fad0410cd55b32",
4850          "private" : "685e3271d2015741756612a930e858b930acf2018145f382c83d8cced2e22044",
4851          "shared" : "5b81b3761a66d199e8ef99d2494bd57a0229d4564a7f6d6055f22aa48681bd3a",
4852          "result" : "acceptable",
4853          "flags" : [
4854            "Twist"
4855          ]
4856        },
4857        {
4858          "tcId" : 479,
4859          "comment" : "special case for BB in multiplication by 8",
4860          "public" : "65922a06e9be4e8a5e8aceb1a4e08fe90f01e10ef2dd27315427cedfcf95ec32",
4861          "private" : "f8e161d69297e017d7c51b1b1ff3ba703d4c4cf8fc2b8ff47f74c3ff8c7d3541",
4862          "shared" : "038de7fdb9cc0030f5c11dda00589f0a95f65658815b06ed013553a02b6c5017",
4863          "result" : "valid",
4864          "flags" : []
4865        },
4866        {
4867          "tcId" : 480,
4868          "comment" : "special case for BB in multiplication by 8",
4869          "public" : "d36a240e972dc16e9b97a997ada337f02760d05c46d7f8d7b4e9ea9a635c7c64",
4870          "private" : "105d7589f8abef0acf0940da84a69e8f2f306fa73c9afd27342287c1dba80044",
4871          "shared" : "22b0dea3b3b7ca55eceeaae6443426548c7c15cc7ddf31780318d1c23879c16a",
4872          "result" : "valid",
4873          "flags" : []
4874        },
4875        {
4876          "tcId" : 481,
4877          "comment" : "special case for BB in multiplication by 8",
4878          "public" : "4f5b8b9892b8a46df08d76a4745b1c58d4e7a394905435875688ca11f1e9d86a",
4879          "private" : "1893d4388b0e90f0b50208aa8f0cc24f576d03641baf1c3eddb2a3efa69c9d40",
4880          "shared" : "a25e1306684ad7870a31f0404566e8d28f2d83d4b9497822c57f8781b18fec20",
4881          "result" : "acceptable",
4882          "flags" : [
4883            "Twist"
4884          ]
4885        },
4886        {
4887          "tcId" : 482,
4888          "comment" : "special case for BB in multiplication by 8",
4889          "public" : "aa2f02628269139a7a8a16fde95c9bad7da7ffbd5439c396a7d77b6c3213e67f",
4890          "private" : "0065171301bf6b90fb16efa35509161f1bd6b3b93130d490af9fe224dd155f45",
4891          "shared" : "bb4431bea7a5871c1be27a2674094627eaaa4425c99cd3fa41bd7e13cbd7bf7e",
4892          "result" : "acceptable",
4893          "flags" : [
4894            "Twist"
4895          ]
4896        },
4897        {
4898          "tcId" : 483,
4899          "comment" : "special case for A in multiplication by 8",
4900          "public" : "d995cb287e9a9c5791f3cae3d494a5b516a1e26cbc930f43e73c8b70b69d783b",
4901          "private" : "10c81a4e78d82145b266e1d74b3869bf1c27427803ebb11c92ff8073d1e4cc46",
4902          "shared" : "330f5d0b5bccc90f7694dfdd9c6449a62d93af8840eaf571e3e0610e0198b03f",
4903          "result" : "valid",
4904          "flags" : []
4905        },
4906        {
4907          "tcId" : 484,
4908          "comment" : "special case for A in multiplication by 8",
4909          "public" : "479afb1e73dc77c3743e51e9ec0bcc61ce66ed084dc10bfa2794b4c3e4953769",
4910          "private" : "48b98b4a99eadd73012c07fe5c4a0b9590ac55e821353b41d5f665e17188bc41",
4911          "shared" : "bdef00caa514b2f8ab1fb2241e83787a02601ecdff6cf166c4210f8c1ade4211",
4912          "result" : "acceptable",
4913          "flags" : [
4914            "Twist"
4915          ]
4916        },
4917        {
4918          "tcId" : 485,
4919          "comment" : "special case for DA in multiplication by 8",
4920          "public" : "378eda41470b0f238a200f80809ad562ca41e62411a61feb7f7e9b752b554642",
4921          "private" : "1897678e38222a61fe105dc6643c1eb5940e8dbc73ed6c00f25a34328f43a641",
4922          "shared" : "bfd5b5acd2d89f213a26caf54062f9a24e6f6fd8ddd0cd2e5e47b7fea4a9c537",
4923          "result" : "acceptable",
4924          "flags" : [
4925            "Twist"
4926          ]
4927        },
4928        {
4929          "tcId" : 486,
4930          "comment" : "special case for DA in multiplication by 8",
4931          "public" : "0cad7545ade2fd93fcae007c97648348f26d85829bdb7223a63eccb84e56d475",
4932          "private" : "a898af8138e11ae45bbcefa737182a571885f92d515c32056c7cb0d7deac4741",
4933          "shared" : "c8085877800c175e949cdd88e196eb9c4841da2ac446dfed9085bda5bbec265d",
4934          "result" : "valid",
4935          "flags" : []
4936        },
4937        {
4938          "tcId" : 487,
4939          "comment" : "special case for AA in multiplication by 9",
4940          "public" : "60f27ed0a27804ced237cf3c1cc776650fb320bae6d5acb564e97b56cba25210",
4941          "private" : "b0bfef6ec095b5a1f93917d32f16a21d0462c1fde17446f5a590232d9c895f4a",
4942          "shared" : "4c300895827382a9d1079028bd6f694a7a12ddac9c76abac6fdf5d29457a3310",
4943          "result" : "valid",
4944          "flags" : []
4945        },
4946        {
4947          "tcId" : 488,
4948          "comment" : "special case for AA in multiplication by 9",
4949          "public" : "f93a73270ac19194b8e4ffd02be4b1438525f84a76224688ea89a9dd6a1bd623",
4950          "private" : "60497d4464ed8823c50fbc6b68620826c4f629c1d9193058df6bf857c6aecc4b",
4951          "shared" : "7285fbb3f76340a979ab6e288727a2113332cf933809b018b8739a796a09d00b",
4952          "result" : "acceptable",
4953          "flags" : [
4954            "Twist"
4955          ]
4956        },
4957        {
4958          "tcId" : 489,
4959          "comment" : "special case for AA in multiplication by 9",
4960          "public" : "cf80c30fcbfd535666ca1da499e2e99cc537063e2de19458fcf92f5ee34acf47",
4961          "private" : "08c6cbe03792a3829f06e8ad54c55db113236ac0dcc9ab6a9a6b10eed1041b48",
4962          "shared" : "dabc3bd49f19cf7071802e43c863ed0b1d93a841588098b98a0c581bf4fe0a11",
4963          "result" : "acceptable",
4964          "flags" : [
4965            "Twist"
4966          ]
4967        },
4968        {
4969          "tcId" : 490,
4970          "comment" : "special case for AA in multiplication by 9",
4971          "public" : "698effe0ad42e15ee1f46fde6fc5074ffda183bcf1b2db8647f561ddd191dd60",
4972          "private" : "50044da3315dd082e9dfb6a1994aabb331f53e0d1c12633383b2a3c8678cfe4c",
4973          "shared" : "a61a3b150b4770532373676298c9a5da28adcc4365b06fe07c959ca80e477a57",
4974          "result" : "valid",
4975          "flags" : []
4976        },
4977        {
4978          "tcId" : 491,
4979          "comment" : "special case for AA in multiplication by 9",
4980          "public" : "bd1565b4a3f8515dff577be6dcb414511d3d4ec2de15e0bd45b28e9cc4caef60",
4981          "private" : "285640da7a48252e35ddce60c14addb73097fbc9ac2f87c8d2772ce89aa6be4d",
4982          "shared" : "916ab4f3bfc8321e1087d9c5444f8f7a43e9ca6d29e7ba98a19dc05fff34ed4c",
4983          "result" : "valid",
4984          "flags" : []
4985        },
4986        {
4987          "tcId" : 492,
4988          "comment" : "special case for AA in multiplication by 9",
4989          "public" : "b8649e13843f80cf5702398e4a9a8c378f29da96dfd6579f1eb4f7ea34df6765",
4990          "private" : "783271c21199ba2e94ead92cd9dd79f70aab378b59497455d327a5907dafcb4a",
4991          "shared" : "844a5dd5139554ca7b41cbe6a4796193912e7aa4e201cc68944ce2a55774a10f",
4992          "result" : "acceptable",
4993          "flags" : [
4994            "Twist"
4995          ]
4996        },
4997        {
4998          "tcId" : 493,
4999          "comment" : "special case for AA in multiplication by 9",
5000          "public" : "c396938737abdf791e09a97eba577c437d9b67c2dae94e13eab7296ec0fc737e",
5001          "private" : "d0676a0b9a046c62d5b2e740d9cc43fa37965dea93c23254f7bf569f2bebaa4a",
5002          "shared" : "10780333b2a6170136265bb5ebc6c818817f2e48ae372528c8f34433fdd6215a",
5003          "result" : "valid",
5004          "flags" : []
5005        },
5006        {
5007          "tcId" : 494,
5008          "comment" : "special case for DA - CB in multiplication by 9",
5009          "public" : "557b825012d98f065bb95a2ab9b2d2d8b83fd2037912508c263f86d7e36c4f24",
5010          "private" : "608c84d2b76fccda579e974db3d3b2ce39a6bc0dad440599db22411b60467849",
5011          "shared" : "5ce84842dbae8b795b3d545343558045508f271383bfb3dd3943f4101398c864",
5012          "result" : "acceptable",
5013          "flags" : [
5014            "Twist"
5015          ]
5016        },
5017        {
5018          "tcId" : 495,
5019          "comment" : "special case for z_2 in multiplication by 9",
5020          "public" : "ae98296d4a2fbcbb40b472f4063231608bb1465c226c8a4a2dff29afd915882a",
5021          "private" : "80f233936a8821936d39114c84d929e79760b27680779e5009e1709410dd8e4f",
5022          "shared" : "4f11aa0c313195f96f25cadcbf49f06a932d8b051879ea537d1c6dfee7f36d35",
5023          "result" : "valid",
5024          "flags" : []
5025        },
5026        {
5027          "tcId" : 496,
5028          "comment" : "special case for z_2 in multiplication by 9",
5029          "public" : "8b9d249829fbe81333d85050da88998f63fac665679e27dbbe21b745dd14e145",
5030          "private" : "c8d80b1a34f21194f047a6f0328bb947e2e7aff6a043553aa07f2abf99aaf048",
5031          "shared" : "1d619070bf5626064be10025e74e336c81ef3166b743f99c751fb90587c31d7e",
5032          "result" : "valid",
5033          "flags" : []
5034        },
5035        {
5036          "tcId" : 497,
5037          "comment" : "special case for z_2 in multiplication by 9",
5038          "public" : "61896093e2697c78230afdda12639cbe4342827b8d2b093281f148eb60b9034b",
5039          "private" : "9021477b452361580059364c6f94f4981ee94ea3f9b7d37439bc82ae45816f4d",
5040          "shared" : "532e797861db56b9d5db8825fb72f8629c2422f8abea721ad2d7b9e77a95b576",
5041          "result" : "valid",
5042          "flags" : []
5043        },
5044        {
5045          "tcId" : 498,
5046          "comment" : "special case for z_2 in multiplication by 9",
5047          "public" : "ccc1dc186229dba9a9360a0f7ff00247a3732625acaacd18ea13a9a8b40fac4f",
5048          "private" : "6079dae04c40a59ea4e0c8c17092e4c85ea9133d143307363487836df4e30349",
5049          "shared" : "4f678b64fd1f85cbbd5f7e7f3c8ac95ec7500e102e9006d6d42f48fb2473ab02",
5050          "result" : "acceptable",
5051          "flags" : [
5052            "Twist"
5053          ]
5054        },
5055        {
5056          "tcId" : 499,
5057          "comment" : "special case for z_2 in multiplication by 9",
5058          "public" : "69e368c0b7e78eb9f3a53bf458f6e79dc4883bf9458f04a8c12c4ddd94d62151",
5059          "private" : "281db6a5ac9a47d4a7b2b91a87f6536ce62d4e5129b8d647b97f9c504014894c",
5060          "shared" : "e069fd06702f10f33adb8cf0766880634865b510e2da409241fb5f178050514a",
5061          "result" : "valid",
5062          "flags" : []
5063        },
5064        {
5065          "tcId" : 500,
5066          "comment" : "special case for z_2 in multiplication by 9",
5067          "public" : "f21f9badd98dd8a103cc2ab5484fac6c2bfdd2671ee6e674134a86b89cee9160",
5068          "private" : "d830f3c4785829a0f945857e0e85e0ae723702b57783b933cd2a2ad05484fe49",
5069          "shared" : "fee218eb1f92864486e83c1731f04bb8c7e6d7143e3915bcbf80fe03ff69dc77",
5070          "result" : "valid",
5071          "flags" : []
5072        },
5073        {
5074          "tcId" : 501,
5075          "comment" : "special case for E in multiplication by 9",
5076          "public" : "e853062b2d6f38d021d645163ea208d0e193a479f11f99971b98e21188fd0b2c",
5077          "private" : "10230bd0721f4c8c4b921881dd88c603af501ee80e2102f8acc30cf8b2acd349",
5078          "shared" : "64bdfa0207a174ca17eeba8df74d79b25f54510e6174923034a4d6ee0c167e7b",
5079          "result" : "acceptable",
5080          "flags" : [
5081            "Twist"
5082          ]
5083        },
5084        {
5085          "tcId" : 502,
5086          "comment" : "special case for E in multiplication by 9",
5087          "public" : "362eb92dab9fb29f7ed0e03843dcc15797928c2b4e51ec260204179c1c12945f",
5088          "private" : "f0a34d6d76896e17cb8f66feda23115ffb96f246b823bb63dec08335787de74c",
5089          "shared" : "d7f4583ee4fe86af3a3f1dfcb295ba3a3e37bced7b9c6f000a95336530318902",
5090          "result" : "valid",
5091          "flags" : []
5092        },
5093        {
5094          "tcId" : 503,
5095          "comment" : "special case for E in multiplication by 9",
5096          "public" : "ff543f1e81996e88631f030ceba7e603b13033efd205e68bd36b28468134aa73",
5097          "private" : "9073c1d0a173c7ff02dc966a165993d9c4c9357514f7a6bb7aaa4b0827718948",
5098          "shared" : "c1b5e5f4401c98fa14eba8aafae30a641bfd8fb132be03413f3bf29290d49e0b",
5099          "result" : "acceptable",
5100          "flags" : [
5101            "Twist"
5102          ]
5103        },
5104        {
5105          "tcId" : 504,
5106          "comment" : "special case for x_2 in multiplication by 9",
5107          "public" : "90ef70844ead1613f69df7d78c057813f866c0d95e6d22caee4a012b9c1c4b33",
5108          "private" : "b0c1822566e016c12ae35ec035edd09af3cb7a48f55c9028e05e1178a8c3824e",
5109          "shared" : "9369ebb3d2b744341cba77302719a4b2d63aff612872f86d9877a76bc919ca1c",
5110          "result" : "valid",
5111          "flags" : []
5112        },
5113        {
5114          "tcId" : 505,
5115          "comment" : "special case for x_2 in multiplication by 9",
5116          "public" : "88c1ae575ad073dda66c6eacb7b7f436e1f8ad72a0db5c04e5660b7b719e4c4b",
5117          "private" : "e06fe64e2117796f997bbcd3bcad3067cf1291640a3a643fb359809a4016834d",
5118          "shared" : "335394be9c154901c0b4063300001804b1cd01b27fa562e44f3302168837166e",
5119          "result" : "acceptable",
5120          "flags" : [
5121            "Twist"
5122          ]
5123        },
5124        {
5125          "tcId" : 506,
5126          "comment" : "special case for x_2 in multiplication by 9",
5127          "public" : "dcffc4c1e1fba5fda9d5c98421d99c257afa90921bc212a046d90f6683e8a467",
5128          "private" : "707ee81f113a244c9d87608b12158c50f9ac1f2c8948d170ad16ab0ad866d74b",
5129          "shared" : "7ecdd54c5e15f7b4061be2c30b5a4884a0256581f87df60d579a3345653eb641",
5130          "result" : "acceptable",
5131          "flags" : [
5132            "Twist"
5133          ]
5134        },
5135        {
5136          "tcId" : 507,
5137          "comment" : "special case for BB in multiplication by 9",
5138          "public" : "6c0044cd10578c5aff1ff4917b041b76c9a9ae23664eb8cf978bd7aa192cf249",
5139          "private" : "7089654baacbb65bd00cd8cb9de4680e748075e8842ca69d448fb50fea85e74e",
5140          "shared" : "0d8c21fa800ee63ce5e473d4c2975495062d8afa655091122cb41799d374594f",
5141          "result" : "valid",
5142          "flags" : []
5143        },
5144        {
5145          "tcId" : 508,
5146          "comment" : "special case for BB in multiplication by 9",
5147          "public" : "d9089de902e143dcd9107e5a3393a3f7fe05d926c357b47e307a236cb590fd64",
5148          "private" : "8089784c52cd67e4536e568218c7b7033b28413f942fca24ed69e43496efa14b",
5149          "shared" : "db6fec44bf118316a6bdfbae9af447baede4d82daa16bed596ea6f05d4a51400",
5150          "result" : "valid",
5151          "flags" : []
5152        },
5153        {
5154          "tcId" : 509,
5155          "comment" : "special case for BB in multiplication by 9",
5156          "public" : "8c4a26aa319c2cc4a4158c2bc69a0d5b340b60628a14cf31bb0ae5ddc38ae866",
5157          "private" : "00e73e4e013148b9f05273bad626bb126a40ec4558f5425096b48947e0a9de4a",
5158          "shared" : "ecc1204bc753c4cec4c9059fd7b504944ebf995ab1b1d49f0b3b325353be3a15",
5159          "result" : "valid",
5160          "flags" : []
5161        },
5162        {
5163          "tcId" : 510,
5164          "comment" : "special case for BB in multiplication by 9",
5165          "public" : "ce7295d1227c9062aab9cf02fc5671fb81632e725367f131d4122824a6132d68",
5166          "private" : "78ed4c9bf9f44db8d93388985191ecf59226b9c1205fe7e762c327581c75884e",
5167          "shared" : "3740de297ff0122067951e8985247123440e0f27171da99e263d5b4450f59f3d",
5168          "result" : "valid",
5169          "flags" : []
5170        },
5171        {
5172          "tcId" : 511,
5173          "comment" : "private key == -1 (mod order)",
5174          "public" : "6c05871352a451dbe182ed5e6ba554f2034456ffe041a054ff9cc56b8e946376",
5175          "private" : "a023cdd083ef5bb82f10d62e59e15a6800000000000000000000000000000050",
5176          "shared" : "6c05871352a451dbe182ed5e6ba554f2034456ffe041a054ff9cc56b8e946376",
5177          "result" : "valid",
5178          "flags" : []
5179        },
5180        {
5181          "tcId" : 512,
5182          "comment" : "private key == 1 (mod order) on twist",
5183          "public" : "2eae5ec3dd494e9f2d37d258f873a8e6e9d0dbd1e383ef64d98bb91b3e0be035",
5184          "private" : "58083dd261ad91eff952322ec824c682ffffffffffffffffffffffffffffff5f",
5185          "shared" : "2eae5ec3dd494e9f2d37d258f873a8e6e9d0dbd1e383ef64d98bb91b3e0be035",
5186          "result" : "acceptable",
5187          "flags" : [
5188            "Twist"
5189          ]
5190        },
5191        {
5192          "tcId" : 513,
5193          "comment" : "special case private key",
5194          "public" : "3e3e7708ef72a6dd78d858025089765b1c30a19715ac19e8d917067d208e0666",
5195          "private" : "4855555555555555555555555555555555555555555555555555555555555555",
5196          "shared" : "63ef7d1c586476ec78bb7f747e321e01102166bf967a9ea9ba9741f49d439510",
5197          "result" : "valid",
5198          "flags" : []
5199        },
5200        {
5201          "tcId" : 514,
5202          "comment" : "special case private key",
5203          "public" : "9f40bb30f68ab67b1c4b8b664982fdab04ff385cd850deac732f7fb705e6013a",
5204          "private" : "4855555555555555555555555555555555555555555555555555555555555555",
5205          "shared" : "8b98ef4d6bf30df7f88e58d51505d37ed6845a969fe598747c033dcd08014065",
5206          "result" : "valid",
5207          "flags" : []
5208        },
5209        {
5210          "tcId" : 515,
5211          "comment" : "special case private key",
5212          "public" : "be3b3edeffaf83c54ae526379b23dd79f1cb41446e3687fef347eb9b5f0dc308",
5213          "private" : "4855555555555555555555555555555555555555555555555555555555555555",
5214          "shared" : "cfa83e098829fe82fd4c14355f70829015219942c01e2b85bdd9ac4889ec2921",
5215          "result" : "valid",
5216          "flags" : []
5217        },
5218        {
5219          "tcId" : 516,
5220          "comment" : "special case private key",
5221          "public" : "3e3e7708ef72a6dd78d858025089765b1c30a19715ac19e8d917067d208e0666",
5222          "private" : "b8aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6a",
5223          "shared" : "4782036d6b136ca44a2fd7674d8afb0169943230ac8eab5160a212376c06d778",
5224          "result" : "valid",
5225          "flags" : []
5226        },
5227        {
5228          "tcId" : 517,
5229          "comment" : "special case private key",
5230          "public" : "9f40bb30f68ab67b1c4b8b664982fdab04ff385cd850deac732f7fb705e6013a",
5231          "private" : "b8aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6a",
5232          "shared" : "65fc1e7453a3f8c7ebcd577ade4b8efe1035efc181ab3bdb2fcc7484cbcf1e4e",
5233          "result" : "valid",
5234          "flags" : []
5235        },
5236        {
5237          "tcId" : 518,
5238          "comment" : "special case private key",
5239          "public" : "be3b3edeffaf83c54ae526379b23dd79f1cb41446e3687fef347eb9b5f0dc308",
5240          "private" : "b8aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa6a",
5241          "shared" : "e3c649beae7cc4a0698d519a0a61932ee5493cbb590dbe14db0274cc8611f914",
5242          "result" : "valid",
5243          "flags" : []
5244        }
5245      ]
5246    }
5247  ]
5248}
5249