@prosopo/datasets 3.0.42 → 3.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/captcha/captcha.js +173 -154
  3. package/dist/captcha/dataset.js +83 -69
  4. package/dist/captcha/index.js +27 -5
  5. package/dist/captcha/merkle.js +112 -109
  6. package/dist/captcha/util.js +19 -18
  7. package/dist/cjs/captcha/captcha.cjs +195 -0
  8. package/dist/cjs/captcha/dataset.cjs +94 -0
  9. package/dist/cjs/captcha/index.cjs +27 -0
  10. package/dist/cjs/captcha/merkle.cjs +128 -0
  11. package/dist/cjs/captcha/util.cjs +23 -0
  12. package/dist/cjs/index.cjs +31 -0
  13. package/dist/cjs/tests/mocks/data/captchas.cjs +1044 -0
  14. package/dist/index.js +31 -3
  15. package/dist/tests/mocks/data/captchas.js +1039 -1033
  16. package/dist/tests/mocks/data/captchas.json +886 -886
  17. package/dist/tests/mocks/data/captchas1.json +132 -132
  18. package/dist/tests/mocks/data/captchas2.json +175 -175
  19. package/dist/tests/mocks/data/captchas3.json +133 -133
  20. package/dist/tests/mocks/data/captchas4.json +132 -132
  21. package/package.json +7 -7
  22. package/coverage/base.css +0 -224
  23. package/coverage/block-navigation.js +0 -87
  24. package/coverage/clover.xml +0 -493
  25. package/coverage/coverage-final.json +0 -7
  26. package/coverage/favicon.png +0 -0
  27. package/coverage/index.html +0 -131
  28. package/coverage/prettify.css +0 -1
  29. package/coverage/prettify.js +0 -2
  30. package/coverage/sort-arrow-sprite.png +0 -0
  31. package/coverage/sorter.js +0 -210
  32. package/coverage/src/captcha/captcha.ts.html +0 -1093
  33. package/coverage/src/captcha/dataset.ts.html +0 -490
  34. package/coverage/src/captcha/index.html +0 -176
  35. package/coverage/src/captcha/index.ts.html +0 -136
  36. package/coverage/src/captcha/merkle.ts.html +0 -610
  37. package/coverage/src/captcha/util.ts.html +0 -187
  38. package/coverage/src/index.html +0 -116
  39. package/coverage/src/index.ts.html +0 -139
  40. package/dist/captcha/captcha.d.ts +0 -21
  41. package/dist/captcha/captcha.d.ts.map +0 -1
  42. package/dist/captcha/captcha.js.map +0 -1
  43. package/dist/captcha/dataset.d.ts +0 -8
  44. package/dist/captcha/dataset.d.ts.map +0 -1
  45. package/dist/captcha/dataset.js.map +0 -1
  46. package/dist/captcha/index.d.ts +0 -5
  47. package/dist/captcha/index.d.ts.map +0 -1
  48. package/dist/captcha/index.js.map +0 -1
  49. package/dist/captcha/merkle.d.ts +0 -20
  50. package/dist/captcha/merkle.d.ts.map +0 -1
  51. package/dist/captcha/merkle.js.map +0 -1
  52. package/dist/captcha/util.d.ts +0 -2
  53. package/dist/captcha/util.d.ts.map +0 -1
  54. package/dist/captcha/util.js.map +0 -1
  55. package/dist/index.d.ts +0 -3
  56. package/dist/index.d.ts.map +0 -1
  57. package/dist/index.js.map +0 -1
  58. package/dist/tests/captcha.unit.test.d.ts +0 -2
  59. package/dist/tests/captcha.unit.test.d.ts.map +0 -1
  60. package/dist/tests/captcha.unit.test.js +0 -357
  61. package/dist/tests/captcha.unit.test.js.map +0 -1
  62. package/dist/tests/dataset.unit.test.d.ts +0 -2
  63. package/dist/tests/dataset.unit.test.d.ts.map +0 -1
  64. package/dist/tests/dataset.unit.test.js +0 -126
  65. package/dist/tests/dataset.unit.test.js.map +0 -1
  66. package/dist/tests/merkle.unit.test.d.ts +0 -2
  67. package/dist/tests/merkle.unit.test.d.ts.map +0 -1
  68. package/dist/tests/merkle.unit.test.js +0 -171
  69. package/dist/tests/merkle.unit.test.js.map +0 -1
  70. package/dist/tests/mocks/data/captchas.d.ts +0 -24
  71. package/dist/tests/mocks/data/captchas.d.ts.map +0 -1
  72. package/dist/tests/mocks/data/captchas.js.map +0 -1
@@ -0,0 +1,1044 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const datasetWithSolutionHashes = {
4
+ datasetId: "0x9f460e81ac9c71b486f796a21bb36e2263694756a6621134d110da217fd3ef25",
5
+ datasetContentId: "0x3a2dbbf5610f04f54581843db3adf7e0fadc02cdb8e42e30b028c850e0603165",
6
+ format: "SelectAll",
7
+ contentTree: [
8
+ [
9
+ "0x77ba6bdfedc563a34580c8b9cbcdec64608fda0ebf93649797af751d91b8e7a2",
10
+ "0x0460173e77b2280224c8bc409cfdfcae8f77314e535a52db38258fafeb7e4670",
11
+ "0x5073c70e3c1a89f69b00bd32c06857dbd045d345c2c2be7970c12bba8edaff82",
12
+ "0x36b991ffb57cdcb6d5e5b3ec8d34855069357c4d7409e98af6cd9503c6504f60",
13
+ "0xa3cf080335408e6cb29415ac3bdbf57d9dca2c24b52b7a9e682b209e65d586aa",
14
+ "0x5d07c582890d4a90b021e2c77b5a8341ec65e5ce31e8b59670b9378ed33a7f31",
15
+ "0xa45af7caacd6a2c19219f0a733c8febf453ef62258f6afa22f7f830f6125d9f2",
16
+ "0xf4416f464d8df14718f0f1dac447d8b7403c9c8eaa3c5da8cf0019a06197b5f3",
17
+ "0x89916d3a386b0dd3942aa659245bca778467d14ebe509312779c56b8a003f4bc",
18
+ "0xe36eb6b306154f44fcdbe793a60257c474401e8bd8e63da15f9654e831c08eb2",
19
+ "0x7c08a0e5636efa5dff2f8815095ec4390e844e50bfbe63d8e1e1c75ec6540592",
20
+ "0x2089b6232685100ad4318d75f9cc2d5909a0cd2ef49e7b3e314726b25a71c807",
21
+ "0x466dcd81d4e1d271cf3b5b0cdacb7417119ce11b2843aea517eb3dda847392a9",
22
+ "0xe286bba23407a9036b9e60eec7ea41ebfe7f2b1452443da1e9561909534c719d",
23
+ "0x452063fa194844cf1f8f622aa7de46b7c948b1fc38fe87426b3443487a5104ce",
24
+ "0x78374f5795a85c1ff01fc13e60da3992b7054bcc16945a0820e4a58ba881b9ed"
25
+ ],
26
+ [
27
+ "0xfd87321affde04a6ec7bf3144caf399fbbdf827cc5da78b0de40b7babbf3e2b5",
28
+ "0x524207a9d35ba9347b5551c712969622b3b23868bf36d47cdf5df2ac275ac08e",
29
+ "0x1f763f670852d6ee1cbb729c8f89463c02736c3d4501741fc2249f37ea7bc2e5",
30
+ "0xf0ef076d0795d20de2572682223cbf4c3df448bb88983329c54328f24c2b0284",
31
+ "0x9d09b2e8fb3aa9ace1d5d8da6df872b1fa604e455fc5c139713b8419a430b316",
32
+ "0xf237ab7c9ecbf8cbfdc79e59d5c988f659762f2b9950d7876035db7717af8de7",
33
+ "0xfb0154e6ce3ad844c4d6507471a6d8fe0e6b50be9191bd313b4ae0d0aace16f5",
34
+ "0x5a38b852491c1fd93781ad9a48395ab88180783efcf141a51e4bfb2d3e174e4e"
35
+ ],
36
+ [
37
+ "0x07a343972179ae82d9d350bf6fc4da0f899371df7b26045dc91ffec21fbee097",
38
+ "0x796877d60e8211b953afef6a146b8cefe8383caf197664c1f738fce67d5181d3",
39
+ "0x981a8e410f10cac34895f4894adab792e5b6f2863ebb718f82421c29cbb9e3ce",
40
+ "0x06f117f1c14da7e1609360dce5470ab181a9a32d6aa78237f4017bb3d3f06fe6"
41
+ ],
42
+ [
43
+ "0x917afb2ea5ed801defd5ed3f1fddf636bca14e37e7418934612c781ceb13e013",
44
+ "0xe3ae5147692d38fbe62aa786dcc0b4c5031fbff200bf1a4261fd0ab2c687d9a2"
45
+ ],
46
+ ["0x3a2dbbf5610f04f54581843db3adf7e0fadc02cdb8e42e30b028c850e0603165"]
47
+ ],
48
+ solutionTree: [
49
+ [
50
+ "0xf96f89b2792512ec092ead208301f55ba18023ab7e02bec26c32fe888277cc45",
51
+ "0x5d417991939a866abddffec672850be406e31985221914e9b3bbb4eeed57d13b",
52
+ "0xb66681a776e4bf1128d1c36c49daaf32e0140e425d6950d47029a8d4286ae670",
53
+ "0x683292a791c937e5e9be6f2fe0ac708deb4726af4e37c71cacc36f6371c3a088",
54
+ "0x9ad2b46ce33db79f62679a0d0c4262dfff9b359337243d50e47479ae46e4ca8e",
55
+ "0xa8309e583ba17f5cbdcbf09aa3c422bc94060a3cd86517b1c456e72be2e2d263",
56
+ "0x6cb3449c723ca8f419104446ccda1f98f7cf9eb06a88ecebdf1ba0f5d9228c40",
57
+ "0x3bacf645655004bd36c56d3215ff0e1925fdc4241a41fdbb711d4222d3b56af3",
58
+ "0x723e7c158ce1621dafd2785996fce297ead3bcf6efb2e3f77a090bd83c8b9362",
59
+ "0xf8d0abb371ec9a6984492cb7444bfaef848f7d13cb65b8058d479ab1b1e6c932",
60
+ "0xc9d80c281e124d55441b394bec7d6a64e35c4409d57e37bcb9b9748066b095d6",
61
+ "0xd0d357d973f3971fa5431d6bcec9819cb2363b1e6d5d585d5bf97f4f18ac76a5",
62
+ "0x8683a18e05a9eefb959ba41374f2ef208484079405e9c098910f9d9a4cf60ddf",
63
+ "0x43828174c4c62e82cd7be31465df33f10c6de4301d02feeff8ca15cc26ecd3bb",
64
+ "0xfbc6d9acb0bc751f3a63682e1a960b74f97fd30b20b633b0acd39e2a4aba1a9c",
65
+ "0x59466eea239ed267b0a60ce0f28ec617834b6fbe41f5f38047f50de6539e659c"
66
+ ],
67
+ [
68
+ "0x38054dca5f875ca7046b0e41c66268c63e51bd8aae96c9f28d3411c2663af043",
69
+ "0xc3539913305b78f3d1265a090e3903eb043b08f0bc2f04df21d3f7a55995a812",
70
+ "0xf715fbdf71e1635ef0bdbfb119f12a7ea1d78ad541731a76b444328f567dcf31",
71
+ "0x9e761cf605b71f9b8c5789c650ae54ef808fd38e509c58ac9bcb3c4c92791769",
72
+ "0xdb1a901059cd95e220ab842d6ff9919cd251317f73d680d835156dd82dc0f93e",
73
+ "0x93d690c1d76366c427f29c10c060d3dc45b54e7ab1eb58dc4ba04ca711cfec84",
74
+ "0x18dfb79b012e7d660317eb6a458afc97604000957f0ce8f24ee4524f70b1af7d",
75
+ "0x716aaa481088666d681bebedb5c184de5764565f6608f2fa802df352878bcd63"
76
+ ],
77
+ [
78
+ "0xfd37f79fd06f9cdf9bcb2e196a51d5c059cde1c5e79f98ff9cf4cb72bbf6ab56",
79
+ "0x17622f69a5eaf2da98c398a11d0678a07aee297b3ba09a4824a466d811244e4f",
80
+ "0x4b2c23afef161a5cc3e8acb905f0b600e842fdb385a0379459a203bf3f4fea57",
81
+ "0xc055496bb6dc077820ad775b7bd946ecf0cfde8484a53bf40938a249eb9c8c7f"
82
+ ],
83
+ [
84
+ "0x0e92e9e630844d5c8b6afaf2145303ee0a8c419ce68ec44bbc16246ed2571b74",
85
+ "0x0397a2316b1372f4fb9062c63b4a2ac43cb7eb8a580d5dd6fd3cb556f501e747"
86
+ ],
87
+ ["0x9f460e81ac9c71b486f796a21bb36e2263694756a6621134d110da217fd3ef25"]
88
+ ],
89
+ captchas: [
90
+ {
91
+ captchaId: "0xf96f89b2792512ec092ead208301f55ba18023ab7e02bec26c32fe888277cc45",
92
+ captchaContentId: "0x77ba6bdfedc563a34580c8b9cbcdec64608fda0ebf93649797af751d91b8e7a2",
93
+ solved: true,
94
+ salt: "0x01010101010101010101010101010101",
95
+ items: [
96
+ {
97
+ hash: "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
98
+ data: "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
99
+ type: "image"
100
+ },
101
+ {
102
+ hash: "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
103
+ data: "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
104
+ type: "image"
105
+ },
106
+ {
107
+ hash: "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
108
+ data: "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
109
+ type: "image"
110
+ },
111
+ {
112
+ hash: "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
113
+ data: "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
114
+ type: "image"
115
+ },
116
+ {
117
+ hash: "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
118
+ data: "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
119
+ type: "image"
120
+ },
121
+ {
122
+ hash: "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
123
+ data: "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
124
+ type: "image"
125
+ },
126
+ {
127
+ hash: "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
128
+ data: "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
129
+ type: "image"
130
+ },
131
+ {
132
+ hash: "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
133
+ data: "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
134
+ type: "image"
135
+ },
136
+ {
137
+ hash: "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
138
+ data: "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
139
+ type: "image"
140
+ }
141
+ ],
142
+ target: "bus",
143
+ solution: [
144
+ "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
145
+ "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
146
+ "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb"
147
+ ]
148
+ },
149
+ {
150
+ captchaId: "0x5d417991939a866abddffec672850be406e31985221914e9b3bbb4eeed57d13b",
151
+ captchaContentId: "0x0460173e77b2280224c8bc409cfdfcae8f77314e535a52db38258fafeb7e4670",
152
+ solved: true,
153
+ salt: "0x02020202020202020202020202020202",
154
+ items: [
155
+ {
156
+ hash: "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
157
+ data: "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
158
+ type: "image"
159
+ },
160
+ {
161
+ hash: "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
162
+ data: "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
163
+ type: "image"
164
+ },
165
+ {
166
+ hash: "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
167
+ data: "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
168
+ type: "image"
169
+ },
170
+ {
171
+ hash: "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
172
+ data: "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
173
+ type: "image"
174
+ },
175
+ {
176
+ hash: "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
177
+ data: "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
178
+ type: "image"
179
+ },
180
+ {
181
+ hash: "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
182
+ data: "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
183
+ type: "image"
184
+ },
185
+ {
186
+ hash: "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
187
+ data: "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
188
+ type: "image"
189
+ },
190
+ {
191
+ hash: "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
192
+ data: "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
193
+ type: "image"
194
+ },
195
+ {
196
+ hash: "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
197
+ data: "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
198
+ type: "image"
199
+ }
200
+ ],
201
+ target: "train",
202
+ solution: [
203
+ "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
204
+ "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
205
+ "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f"
206
+ ]
207
+ },
208
+ {
209
+ captchaId: "0xb66681a776e4bf1128d1c36c49daaf32e0140e425d6950d47029a8d4286ae670",
210
+ captchaContentId: "0x5073c70e3c1a89f69b00bd32c06857dbd045d345c2c2be7970c12bba8edaff82",
211
+ solved: true,
212
+ salt: "0x05050505050505050505050505050505",
213
+ items: [
214
+ {
215
+ hash: "0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f",
216
+ data: "https://prosopo.github.io/demo-datasets/img/01.01.jpeg",
217
+ type: "image"
218
+ },
219
+ {
220
+ hash: "0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb",
221
+ data: "https://prosopo.github.io/demo-datasets/img/01.02.jpeg",
222
+ type: "image"
223
+ },
224
+ {
225
+ hash: "0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5",
226
+ data: "https://prosopo.github.io/demo-datasets/img/01.03.jpeg",
227
+ type: "image"
228
+ },
229
+ {
230
+ hash: "0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8",
231
+ data: "https://prosopo.github.io/demo-datasets/img/01.04.jpeg",
232
+ type: "image"
233
+ },
234
+ {
235
+ hash: "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
236
+ data: "https://prosopo.github.io/demo-datasets/img/01.05.jpeg",
237
+ type: "image"
238
+ },
239
+ {
240
+ hash: "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d",
241
+ data: "https://prosopo.github.io/demo-datasets/img/01.06.jpeg",
242
+ type: "image"
243
+ },
244
+ {
245
+ hash: "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
246
+ data: "https://prosopo.github.io/demo-datasets/img/01.07.jpeg",
247
+ type: "image"
248
+ },
249
+ {
250
+ hash: "0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495",
251
+ data: "https://prosopo.github.io/demo-datasets/img/01.08.jpeg",
252
+ type: "image"
253
+ },
254
+ {
255
+ hash: "0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee",
256
+ data: "https://prosopo.github.io/demo-datasets/img/01.09.jpeg",
257
+ type: "image"
258
+ }
259
+ ],
260
+ target: "plane",
261
+ solution: [
262
+ "0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838",
263
+ "0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd",
264
+ "0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d"
265
+ ]
266
+ },
267
+ {
268
+ captchaId: "0x683292a791c937e5e9be6f2fe0ac708deb4726af4e37c71cacc36f6371c3a088",
269
+ captchaContentId: "0x36b991ffb57cdcb6d5e5b3ec8d34855069357c4d7409e98af6cd9503c6504f60",
270
+ solved: true,
271
+ salt: "0x01010101010101010101010101010101",
272
+ items: [
273
+ {
274
+ hash: "0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59",
275
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_5.png",
276
+ type: "image"
277
+ },
278
+ {
279
+ hash: "0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1",
280
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_24.png",
281
+ type: "image"
282
+ },
283
+ {
284
+ hash: "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
285
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
286
+ type: "image"
287
+ },
288
+ {
289
+ hash: "0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41",
290
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_28.png",
291
+ type: "image"
292
+ },
293
+ {
294
+ hash: "0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f",
295
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_22.png",
296
+ type: "image"
297
+ },
298
+ {
299
+ hash: "0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd",
300
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_32.png",
301
+ type: "image"
302
+ },
303
+ {
304
+ hash: "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
305
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
306
+ type: "image"
307
+ },
308
+ {
309
+ hash: "0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0",
310
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_44.png",
311
+ type: "image"
312
+ },
313
+ {
314
+ hash: "0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589",
315
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_51.png",
316
+ type: "image"
317
+ }
318
+ ],
319
+ target: "dog",
320
+ solution: [
321
+ "0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589",
322
+ "0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41",
323
+ "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06"
324
+ ]
325
+ },
326
+ {
327
+ captchaId: "0x9ad2b46ce33db79f62679a0d0c4262dfff9b359337243d50e47479ae46e4ca8e",
328
+ captchaContentId: "0xa3cf080335408e6cb29415ac3bdbf57d9dca2c24b52b7a9e682b209e65d586aa",
329
+ solved: true,
330
+ salt: "0x02020202020202020202020202020202",
331
+ items: [
332
+ {
333
+ hash: "0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59",
334
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_5.png",
335
+ type: "image"
336
+ },
337
+ {
338
+ hash: "0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1",
339
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_24.png",
340
+ type: "image"
341
+ },
342
+ {
343
+ hash: "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
344
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
345
+ type: "image"
346
+ },
347
+ {
348
+ hash: "0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41",
349
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_28.png",
350
+ type: "image"
351
+ },
352
+ {
353
+ hash: "0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f",
354
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_22.png",
355
+ type: "image"
356
+ },
357
+ {
358
+ hash: "0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd",
359
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_32.png",
360
+ type: "image"
361
+ },
362
+ {
363
+ hash: "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
364
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
365
+ type: "image"
366
+ },
367
+ {
368
+ hash: "0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0",
369
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_44.png",
370
+ type: "image"
371
+ },
372
+ {
373
+ hash: "0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589",
374
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_51.png",
375
+ type: "image"
376
+ }
377
+ ],
378
+ target: "cat",
379
+ solution: [
380
+ "0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59",
381
+ "0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f",
382
+ "0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1"
383
+ ]
384
+ },
385
+ {
386
+ captchaId: "0xa8309e583ba17f5cbdcbf09aa3c422bc94060a3cd86517b1c456e72be2e2d263",
387
+ captchaContentId: "0x5d07c582890d4a90b021e2c77b5a8341ec65e5ce31e8b59670b9378ed33a7f31",
388
+ solved: true,
389
+ salt: "0x03030303030303030303030303030303",
390
+ items: [
391
+ {
392
+ hash: "0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59",
393
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_5.png",
394
+ type: "image"
395
+ },
396
+ {
397
+ hash: "0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1",
398
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_24.png",
399
+ type: "image"
400
+ },
401
+ {
402
+ hash: "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
403
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
404
+ type: "image"
405
+ },
406
+ {
407
+ hash: "0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41",
408
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_28.png",
409
+ type: "image"
410
+ },
411
+ {
412
+ hash: "0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f",
413
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_22.png",
414
+ type: "image"
415
+ },
416
+ {
417
+ hash: "0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd",
418
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_32.png",
419
+ type: "image"
420
+ },
421
+ {
422
+ hash: "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
423
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
424
+ type: "image"
425
+ },
426
+ {
427
+ hash: "0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0",
428
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_44.png",
429
+ type: "image"
430
+ },
431
+ {
432
+ hash: "0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589",
433
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_51.png",
434
+ type: "image"
435
+ }
436
+ ],
437
+ target: "horse",
438
+ solution: [
439
+ "0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0",
440
+ "0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd",
441
+ "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172"
442
+ ]
443
+ },
444
+ {
445
+ captchaId: "0x6cb3449c723ca8f419104446ccda1f98f7cf9eb06a88ecebdf1ba0f5d9228c40",
446
+ captchaContentId: "0xa45af7caacd6a2c19219f0a733c8febf453ef62258f6afa22f7f830f6125d9f2",
447
+ solved: true,
448
+ salt: "0x01010101010101010101010101010101",
449
+ items: [
450
+ {
451
+ hash: "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
452
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
453
+ type: "image"
454
+ },
455
+ {
456
+ hash: "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
457
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
458
+ type: "image"
459
+ },
460
+ {
461
+ hash: "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
462
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
463
+ type: "image"
464
+ },
465
+ {
466
+ hash: "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
467
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
468
+ type: "image"
469
+ },
470
+ {
471
+ hash: "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
472
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
473
+ type: "image"
474
+ },
475
+ {
476
+ hash: "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
477
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
478
+ type: "image"
479
+ },
480
+ {
481
+ hash: "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
482
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
483
+ type: "image"
484
+ },
485
+ {
486
+ hash: "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
487
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
488
+ type: "image"
489
+ },
490
+ {
491
+ hash: "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
492
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
493
+ type: "image"
494
+ }
495
+ ],
496
+ target: "plane",
497
+ solution: [
498
+ "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
499
+ "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600"
500
+ ]
501
+ },
502
+ {
503
+ captchaId: "0x3bacf645655004bd36c56d3215ff0e1925fdc4241a41fdbb711d4222d3b56af3",
504
+ captchaContentId: "0xf4416f464d8df14718f0f1dac447d8b7403c9c8eaa3c5da8cf0019a06197b5f3",
505
+ solved: true,
506
+ salt: "0x02020202020202020202020202020202",
507
+ items: [
508
+ {
509
+ hash: "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
510
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
511
+ type: "image"
512
+ },
513
+ {
514
+ hash: "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
515
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
516
+ type: "image"
517
+ },
518
+ {
519
+ hash: "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
520
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
521
+ type: "image"
522
+ },
523
+ {
524
+ hash: "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
525
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
526
+ type: "image"
527
+ },
528
+ {
529
+ hash: "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
530
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
531
+ type: "image"
532
+ },
533
+ {
534
+ hash: "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
535
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
536
+ type: "image"
537
+ },
538
+ {
539
+ hash: "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
540
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
541
+ type: "image"
542
+ },
543
+ {
544
+ hash: "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
545
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
546
+ type: "image"
547
+ },
548
+ {
549
+ hash: "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
550
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
551
+ type: "image"
552
+ }
553
+ ],
554
+ target: "dog",
555
+ solution: [
556
+ "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
557
+ "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
558
+ "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192"
559
+ ]
560
+ },
561
+ {
562
+ captchaId: "0x723e7c158ce1621dafd2785996fce297ead3bcf6efb2e3f77a090bd83c8b9362",
563
+ captchaContentId: "0x89916d3a386b0dd3942aa659245bca778467d14ebe509312779c56b8a003f4bc",
564
+ solved: true,
565
+ salt: "0x03030303030303030303030303030303",
566
+ items: [
567
+ {
568
+ hash: "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
569
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
570
+ type: "image"
571
+ },
572
+ {
573
+ hash: "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
574
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
575
+ type: "image"
576
+ },
577
+ {
578
+ hash: "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
579
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
580
+ type: "image"
581
+ },
582
+ {
583
+ hash: "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
584
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
585
+ type: "image"
586
+ },
587
+ {
588
+ hash: "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
589
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
590
+ type: "image"
591
+ },
592
+ {
593
+ hash: "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
594
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
595
+ type: "image"
596
+ },
597
+ {
598
+ hash: "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
599
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
600
+ type: "image"
601
+ },
602
+ {
603
+ hash: "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
604
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
605
+ type: "image"
606
+ },
607
+ {
608
+ hash: "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
609
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
610
+ type: "image"
611
+ }
612
+ ],
613
+ target: "horse",
614
+ solution: [
615
+ "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
616
+ "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
617
+ "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119"
618
+ ]
619
+ },
620
+ {
621
+ captchaId: "0xf8d0abb371ec9a6984492cb7444bfaef848f7d13cb65b8058d479ab1b1e6c932",
622
+ captchaContentId: "0xe36eb6b306154f44fcdbe793a60257c474401e8bd8e63da15f9654e831c08eb2",
623
+ solved: true,
624
+ salt: "0x04040404040404040404040404040404",
625
+ items: [
626
+ {
627
+ hash: "0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600",
628
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_4.png",
629
+ type: "image"
630
+ },
631
+ {
632
+ hash: "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f",
633
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_15.png",
634
+ type: "image"
635
+ },
636
+ {
637
+ hash: "0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172",
638
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_26.png",
639
+ type: "image"
640
+ },
641
+ {
642
+ hash: "0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e",
643
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_94.png",
644
+ type: "image"
645
+ },
646
+ {
647
+ hash: "0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192",
648
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_95.png",
649
+ type: "image"
650
+ },
651
+ {
652
+ hash: "0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119",
653
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_20.png",
654
+ type: "image"
655
+ },
656
+ {
657
+ hash: "0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377",
658
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_79.png",
659
+ type: "image"
660
+ },
661
+ {
662
+ hash: "0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014",
663
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_85.png",
664
+ type: "image"
665
+ },
666
+ {
667
+ hash: "0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624",
668
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_90.png",
669
+ type: "image"
670
+ }
671
+ ],
672
+ target: "bird",
673
+ solution: [
674
+ "0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f"
675
+ ]
676
+ },
677
+ {
678
+ captchaId: "0xc9d80c281e124d55441b394bec7d6a64e35c4409d57e37bcb9b9748066b095d6",
679
+ captchaContentId: "0x7c08a0e5636efa5dff2f8815095ec4390e844e50bfbe63d8e1e1c75ec6540592",
680
+ solved: true,
681
+ salt: "0x01010101010101010101010101010101",
682
+ items: [
683
+ {
684
+ hash: "0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5",
685
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_82.png",
686
+ type: "image"
687
+ },
688
+ {
689
+ hash: "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
690
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
691
+ type: "image"
692
+ },
693
+ {
694
+ hash: "0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3",
695
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_89.png",
696
+ type: "image"
697
+ },
698
+ {
699
+ hash: "0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42",
700
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_61.png",
701
+ type: "image"
702
+ },
703
+ {
704
+ hash: "0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e",
705
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_69.png",
706
+ type: "image"
707
+ },
708
+ {
709
+ hash: "0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538",
710
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_71.png",
711
+ type: "image"
712
+ },
713
+ {
714
+ hash: "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
715
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
716
+ type: "image"
717
+ },
718
+ {
719
+ hash: "0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b",
720
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_25.png",
721
+ type: "image"
722
+ },
723
+ {
724
+ hash: "0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845",
725
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_21.png",
726
+ type: "image"
727
+ }
728
+ ],
729
+ target: "cat",
730
+ solution: [
731
+ "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
732
+ "0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845",
733
+ "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0"
734
+ ]
735
+ },
736
+ {
737
+ captchaId: "0xd0d357d973f3971fa5431d6bcec9819cb2363b1e6d5d585d5bf97f4f18ac76a5",
738
+ captchaContentId: "0x2089b6232685100ad4318d75f9cc2d5909a0cd2ef49e7b3e314726b25a71c807",
739
+ solved: true,
740
+ salt: "0x01010101010101010101010101010101",
741
+ items: [
742
+ {
743
+ hash: "0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5",
744
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_82.png",
745
+ type: "image"
746
+ },
747
+ {
748
+ hash: "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
749
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
750
+ type: "image"
751
+ },
752
+ {
753
+ hash: "0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3",
754
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_89.png",
755
+ type: "image"
756
+ },
757
+ {
758
+ hash: "0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42",
759
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_61.png",
760
+ type: "image"
761
+ },
762
+ {
763
+ hash: "0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e",
764
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_69.png",
765
+ type: "image"
766
+ },
767
+ {
768
+ hash: "0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538",
769
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_71.png",
770
+ type: "image"
771
+ },
772
+ {
773
+ hash: "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
774
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
775
+ type: "image"
776
+ },
777
+ {
778
+ hash: "0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b",
779
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_25.png",
780
+ type: "image"
781
+ },
782
+ {
783
+ hash: "0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845",
784
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_21.png",
785
+ type: "image"
786
+ }
787
+ ],
788
+ target: "plane",
789
+ solution: [
790
+ "0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e",
791
+ "0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5",
792
+ "0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42"
793
+ ]
794
+ },
795
+ {
796
+ captchaId: "0x8683a18e05a9eefb959ba41374f2ef208484079405e9c098910f9d9a4cf60ddf",
797
+ captchaContentId: "0x466dcd81d4e1d271cf3b5b0cdacb7417119ce11b2843aea517eb3dda847392a9",
798
+ solved: true,
799
+ salt: "0x01010101010101010101010101010101",
800
+ items: [
801
+ {
802
+ hash: "0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5",
803
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_82.png",
804
+ type: "image"
805
+ },
806
+ {
807
+ hash: "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
808
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
809
+ type: "image"
810
+ },
811
+ {
812
+ hash: "0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3",
813
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_89.png",
814
+ type: "image"
815
+ },
816
+ {
817
+ hash: "0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42",
818
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_61.png",
819
+ type: "image"
820
+ },
821
+ {
822
+ hash: "0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e",
823
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_69.png",
824
+ type: "image"
825
+ },
826
+ {
827
+ hash: "0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538",
828
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_71.png",
829
+ type: "image"
830
+ },
831
+ {
832
+ hash: "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
833
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
834
+ type: "image"
835
+ },
836
+ {
837
+ hash: "0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b",
838
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_25.png",
839
+ type: "image"
840
+ },
841
+ {
842
+ hash: "0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845",
843
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_21.png",
844
+ type: "image"
845
+ }
846
+ ],
847
+ target: "car",
848
+ solution: [
849
+ "0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538",
850
+ "0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b",
851
+ "0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3"
852
+ ]
853
+ },
854
+ {
855
+ captchaId: "0x43828174c4c62e82cd7be31465df33f10c6de4301d02feeff8ca15cc26ecd3bb",
856
+ captchaContentId: "0xe286bba23407a9036b9e60eec7ea41ebfe7f2b1452443da1e9561909534c719d",
857
+ solved: true,
858
+ salt: "0x01010101010101010101010101010101",
859
+ items: [
860
+ {
861
+ hash: "0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488",
862
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_16.png",
863
+ type: "image"
864
+ },
865
+ {
866
+ hash: "0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a",
867
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_17.png",
868
+ type: "image"
869
+ },
870
+ {
871
+ hash: "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
872
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
873
+ type: "image"
874
+ },
875
+ {
876
+ hash: "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
877
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
878
+ type: "image"
879
+ },
880
+ {
881
+ hash: "0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6",
882
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_40.png",
883
+ type: "image"
884
+ },
885
+ {
886
+ hash: "0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70",
887
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_52.png",
888
+ type: "image"
889
+ },
890
+ {
891
+ hash: "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
892
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
893
+ type: "image"
894
+ },
895
+ {
896
+ hash: "0x020202020202020202020202020202021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54",
897
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_93.png",
898
+ type: "image"
899
+ },
900
+ {
901
+ hash: "0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6",
902
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_70.png",
903
+ type: "image"
904
+ }
905
+ ],
906
+ target: "cat",
907
+ solution: [
908
+ "0x020202020202020202020202020202021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54",
909
+ "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
910
+ "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0"
911
+ ]
912
+ },
913
+ {
914
+ captchaId: "0xfbc6d9acb0bc751f3a63682e1a960b74f97fd30b20b633b0acd39e2a4aba1a9c",
915
+ captchaContentId: "0x452063fa194844cf1f8f622aa7de46b7c948b1fc38fe87426b3443487a5104ce",
916
+ solved: true,
917
+ salt: "0x02020202020202020202020202020202",
918
+ items: [
919
+ {
920
+ hash: "0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488",
921
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_16.png",
922
+ type: "image"
923
+ },
924
+ {
925
+ hash: "0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a",
926
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_17.png",
927
+ type: "image"
928
+ },
929
+ {
930
+ hash: "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
931
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
932
+ type: "image"
933
+ },
934
+ {
935
+ hash: "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
936
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
937
+ type: "image"
938
+ },
939
+ {
940
+ hash: "0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6",
941
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_40.png",
942
+ type: "image"
943
+ },
944
+ {
945
+ hash: "0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70",
946
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_52.png",
947
+ type: "image"
948
+ },
949
+ {
950
+ hash: "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
951
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
952
+ type: "image"
953
+ },
954
+ {
955
+ hash: "0x020202020202020202020202020202021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54",
956
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_93.png",
957
+ type: "image"
958
+ },
959
+ {
960
+ hash: "0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6",
961
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_70.png",
962
+ type: "image"
963
+ }
964
+ ],
965
+ target: "deer",
966
+ solution: [
967
+ "0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70",
968
+ "0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6",
969
+ "0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a"
970
+ ]
971
+ },
972
+ {
973
+ captchaId: "0x59466eea239ed267b0a60ce0f28ec617834b6fbe41f5f38047f50de6539e659c",
974
+ captchaContentId: "0x78374f5795a85c1ff01fc13e60da3992b7054bcc16945a0820e4a58ba881b9ed",
975
+ solved: true,
976
+ salt: "0x03030303030303030303030303030303",
977
+ items: [
978
+ {
979
+ hash: "0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488",
980
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_16.png",
981
+ type: "image"
982
+ },
983
+ {
984
+ hash: "0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a",
985
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_17.png",
986
+ type: "image"
987
+ },
988
+ {
989
+ hash: "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06",
990
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_27.png",
991
+ type: "image"
992
+ },
993
+ {
994
+ hash: "0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc",
995
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_33.png",
996
+ type: "image"
997
+ },
998
+ {
999
+ hash: "0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6",
1000
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_40.png",
1001
+ type: "image"
1002
+ },
1003
+ {
1004
+ hash: "0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70",
1005
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_52.png",
1006
+ type: "image"
1007
+ },
1008
+ {
1009
+ hash: "0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0",
1010
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_78.png",
1011
+ type: "image"
1012
+ },
1013
+ {
1014
+ hash: "0x020202020202020202020202020202021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54",
1015
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_93.png",
1016
+ type: "image"
1017
+ },
1018
+ {
1019
+ hash: "0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6",
1020
+ data: "https://prosopo.github.io/demo-datasets/img/test_image_png_70.png",
1021
+ type: "image"
1022
+ }
1023
+ ],
1024
+ target: "dog",
1025
+ solution: [
1026
+ "0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6",
1027
+ "0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488",
1028
+ "0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06"
1029
+ ]
1030
+ }
1031
+ ]
1032
+ };
1033
+ const datasetWithIndexSolutions = {
1034
+ ...datasetWithSolutionHashes,
1035
+ captchas: datasetWithSolutionHashes.captchas.map((captcha, index) => ({
1036
+ ...captcha,
1037
+ //for solution in captcha.solution, find the index of captcha.item with item.hash == solution
1038
+ solution: captcha.solution?.map(
1039
+ (solution) => captcha.items.findIndex((item) => item.hash === solution)
1040
+ )
1041
+ }))
1042
+ };
1043
+ exports.datasetWithIndexSolutions = datasetWithIndexSolutions;
1044
+ exports.datasetWithSolutionHashes = datasetWithSolutionHashes;