agilebuilder-ui 1.1.65-tmp13 → 1.1.65-tmp15

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 (882) hide show
  1. package/dist/index.full.min.js +16440 -0
  2. package/{es → dist}/style.css +2121 -2120
  3. package/lib/IntervalSelection/index.js +7 -5
  4. package/lib/IntervalSelection/src/sectionDate.vue.js +21 -17
  5. package/lib/IntervalSelection/src/sectionDate.vue2.js +4 -2
  6. package/lib/_virtual/__vite-browser-external.js +4 -2
  7. package/lib/_virtual/_plugin-vue_export-helper.js +8 -6
  8. package/lib/breadcrumb/index.js +5 -3
  9. package/lib/breadcrumb/src/breadcrumb.vue.js +19 -28
  10. package/lib/breadcrumb/src/breadcrumb.vue2.js +4 -2
  11. package/lib/chat-embed/index.js +5 -3
  12. package/lib/chat-embed/src/chat-addition-data.vue.js +7 -5
  13. package/lib/chat-embed/src/chat-addition-data.vue2.js +13 -11
  14. package/lib/chat-embed/src/chat-addition-data.vue3.js +4 -2
  15. package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +7 -5
  16. package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +20 -17
  17. package/lib/chat-embed/src/chat-ai-answer-tip.vue3.js +4 -2
  18. package/lib/chat-embed/src/chat-bubble-footer.vue.js +7 -5
  19. package/lib/chat-embed/src/chat-bubble-footer.vue2.js +22 -17
  20. package/lib/chat-embed/src/chat-bubble-footer.vue3.js +4 -2
  21. package/lib/chat-embed/src/chat-embed-message.js +20 -14
  22. package/lib/chat-embed/src/chat-sender.vue.js +7 -5
  23. package/lib/chat-embed/src/chat-sender.vue2.js +123 -110
  24. package/lib/chat-embed/src/chat-sender.vue3.js +4 -2
  25. package/lib/chat-embed/src/components/answer-auto-chart.vue.js +7 -5
  26. package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +50 -42
  27. package/lib/chat-embed/src/components/answer-auto-chart.vue3.js +4 -2
  28. package/lib/chat-embed/src/components/answer-home-chart.vue.js +7 -5
  29. package/lib/chat-embed/src/components/answer-home-chart.vue2.js +6 -3
  30. package/lib/chat-embed/src/components/answer-home-chart.vue3.js +4 -2
  31. package/lib/chat-embed/src/components/answer-interaction-data.vue.js +7 -5
  32. package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +84 -74
  33. package/lib/chat-embed/src/components/answer-interaction-data.vue3.js +4 -2
  34. package/lib/chat-embed/src/components/history-detail.vue.js +7 -5
  35. package/lib/chat-embed/src/components/history-detail.vue2.js +32 -27
  36. package/lib/chat-embed/src/components/history-detail.vue3.js +4 -2
  37. package/lib/chat-embed/src/header.vue.js +7 -5
  38. package/lib/chat-embed/src/header.vue2.js +32 -25
  39. package/lib/chat-embed/src/header.vue3.js +4 -2
  40. package/lib/chat-embed/src/index.vue.js +7 -5
  41. package/lib/chat-embed/src/index.vue2.js +211 -185
  42. package/lib/chat-embed/src/index.vue3.js +4 -2
  43. package/lib/chat-embed/src/recommendation-message.vue.js +7 -5
  44. package/lib/chat-embed/src/recommendation-message.vue2.js +8 -5
  45. package/lib/chat-embed/src/recommendation-message.vue3.js +4 -2
  46. package/lib/chat-embed/src/sidebar-item.vue.js +7 -5
  47. package/lib/chat-embed/src/sidebar-item.vue2.js +93 -84
  48. package/lib/chat-embed/src/sidebar-item.vue3.js +4 -2
  49. package/lib/chat-embed/src/type.js +5 -3
  50. package/lib/chat-embed/src/util/chat-embed-util.js +41 -35
  51. package/lib/chat-embed/src/util/history-message-util.js +85 -63
  52. package/lib/chat-embed/src/util/mcp-utils.js +8 -5
  53. package/lib/chat-embed/src/util/text-file-util.js +11 -7
  54. package/lib/chat-embed/src/voice/index.js +7 -5
  55. package/lib/chat-embed/src/voice/js/crypto-js.js +995 -987
  56. package/lib/chat-embed/src/voice/js/processor/index.umd.js +169 -161
  57. package/lib/chat-embed/src/voice/js/timer.js +10 -7
  58. package/lib/chat-embed/src/voice/voice.vue.js +70 -61
  59. package/lib/date-picker-range/index.js +7 -5
  60. package/lib/date-picker-range/index.vue.js +7 -5
  61. package/lib/date-picker-range/index.vue2.js +63 -59
  62. package/lib/date-picker-range/index.vue3.js +4 -2
  63. package/lib/department-tree/index.js +5 -3
  64. package/lib/department-tree/src/department-tree.vue.js +17 -11
  65. package/lib/department-tree-inline/index.js +5 -3
  66. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +27 -17
  67. package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.js +4 -2
  68. package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +27 -17
  69. package/lib/department-tree-inline/src/department-single-tree-inline.vue2.js +4 -2
  70. package/lib/department-tree-inline/src/department-tree-inline.vue.js +13 -8
  71. package/lib/department-tree-inline/src/department-tree-service.js +10 -8
  72. package/lib/department-tree-inline/src/search-result.vue.js +23 -19
  73. package/lib/department-tree-inline/src/search-result.vue2.js +4 -2
  74. package/lib/department-tree-mobile/index.js +7 -4
  75. package/lib/department-tree-mobile/src/department-tree-app.vue.js +12 -9
  76. package/lib/department-tree-mobile/src/department-tree-app.vue2.js +4 -2
  77. package/lib/department-tree-mobile/src/department-tree-app.vue3.js +5 -3
  78. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +91 -80
  79. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +4 -3
  80. package/lib/department-tree-mobile/src/department-tree-service.js +42 -32
  81. package/lib/department-tree-mobile/src/dept-path.vue.js +11 -10
  82. package/lib/department-tree-mobile/src/dept-path.vue2.js +4 -3
  83. package/lib/department-tree-mobile/src/dept-result.vue.js +14 -11
  84. package/lib/department-tree-mobile/src/dept-result.vue2.js +4 -3
  85. package/lib/department-user-tree/index.js +5 -3
  86. package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +14 -10
  87. package/lib/department-user-tree/src/department-user-multiple-tree.vue2.js +4 -2
  88. package/lib/department-user-tree/src/department-user-single-tree.vue.js +14 -9
  89. package/lib/department-user-tree/src/department-user-tree.vue.js +20 -14
  90. package/lib/department-user-tree-inline/index.js +5 -3
  91. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +28 -17
  92. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +4 -2
  93. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +33 -21
  94. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +4 -2
  95. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +13 -8
  96. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +9 -6
  97. package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +11 -8
  98. package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +12 -7
  99. package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +12 -7
  100. package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +14 -8
  101. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +20 -14
  102. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +23 -17
  103. package/lib/department-user-tree-inline/src/group-user-tree-service.js +3 -2
  104. package/lib/department-user-tree-inline/src/search-result.vue.js +15 -12
  105. package/lib/department-user-tree-inline/src/search-result.vue2.js +4 -2
  106. package/lib/department-user-tree-mobile/index.js +7 -4
  107. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +12 -9
  108. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js +4 -2
  109. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +5 -3
  110. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +104 -93
  111. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +4 -3
  112. package/lib/department-user-tree-mobile/src/department-user-tree-service.js +30 -20
  113. package/lib/department-user-tree-mobile/src/dept-path.vue.js +11 -10
  114. package/lib/department-user-tree-mobile/src/dept-path.vue2.js +4 -3
  115. package/lib/department-user-tree-mobile/src/dept-result.vue.js +15 -11
  116. package/lib/department-user-tree-mobile/src/dept-result.vue2.js +4 -3
  117. package/lib/directives/prevent-reclick.js +3 -2
  118. package/lib/dynamic-source-select/index.js +7 -5
  119. package/lib/dynamic-source-select/src/dynamic-source-select-service.js +15 -13
  120. package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +183 -173
  121. package/lib/dynamic-source-select/src/dynamic-source-select.vue2.js +4 -2
  122. package/lib/dynamic-source-select/src/dynamic-source-select.vue3.js +4 -2
  123. package/lib/dynamic-source-select/src/events.js +3 -2
  124. package/lib/empty-state/index.vue.js +8 -5
  125. package/lib/empty-state/index.vue2.js +4 -3
  126. package/lib/fs-preview/index.js +7 -5
  127. package/lib/fs-preview/src/fs-preview.vue.js +72 -63
  128. package/lib/fs-preview/src/fs-preview.vue2.js +4 -2
  129. package/lib/fs-upload/index.js +7 -5
  130. package/lib/fs-upload/src/fs-upload-multi.vue.js +32 -24
  131. package/lib/fs-upload/src/fs-upload-single.vue.js +39 -30
  132. package/lib/fs-upload/src/fs-upload.vue.js +16 -10
  133. package/lib/fs-upload/src/see-big-picture.vue.js +11 -8
  134. package/lib/fs-upload-list/index.js +7 -5
  135. package/lib/fs-upload-list/src/fs-upload-list.vue.js +40 -33
  136. package/lib/fs-upload-list/src/fs-upload-list.vue2.js +4 -2
  137. package/lib/fs-upload-new/index.js +7 -5
  138. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +38 -34
  139. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +4 -3
  140. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +109 -101
  141. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +4 -3
  142. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +7 -5
  143. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +33 -26
  144. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +4 -2
  145. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +31 -27
  146. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +4 -3
  147. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +24 -18
  148. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +4 -3
  149. package/lib/fs-upload-new/src/fs-button-upload.vue.js +7 -5
  150. package/lib/fs-upload-new/src/fs-button-upload.vue2.js +43 -36
  151. package/lib/fs-upload-new/src/fs-button-upload.vue3.js +4 -2
  152. package/lib/fs-upload-new/src/fs-drag-upload.vue.js +7 -5
  153. package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +45 -37
  154. package/lib/fs-upload-new/src/fs-drag-upload.vue3.js +4 -2
  155. package/lib/fs-upload-new/src/fs-preview-new.vue.js +8 -5
  156. package/lib/fs-upload-new/src/fs-preview-new.vue2.js +70 -61
  157. package/lib/fs-upload-new/src/fs-preview-new.vue3.js +4 -2
  158. package/lib/fs-upload-new/src/fs-preview-new.vue4.js +4 -2
  159. package/lib/fs-upload-new/src/fs-upload-new.vue.js +47 -37
  160. package/lib/fs-upload-new/src/fs-upload-new.vue2.js +4 -3
  161. package/lib/hamburger/index.js +5 -3
  162. package/lib/hamburger/src/hamburger.vue.js +14 -10
  163. package/lib/hamburger/src/hamburger.vue2.js +4 -2
  164. package/lib/index.js +382 -40
  165. package/lib/json-view/json-view-dialog.vue.js +15 -12
  166. package/lib/json-view/json-view-dialog.vue2.js +4 -3
  167. package/lib/json-view/json-view.vue.js +4 -3
  168. package/lib/json-view/json-view.vue2.js +31 -27
  169. package/lib/multipart-upload/index.js +7 -5
  170. package/lib/multipart-upload/src/index.vue.js +11 -7
  171. package/lib/multipart-upload/src/multipart-upload-form.vue.js +49 -40
  172. package/lib/multipart-upload/src/multipart-upload-list.vue.js +67 -59
  173. package/lib/organization-input/index.js +7 -5
  174. package/lib/organization-input/src/organization-input.vue.js +37 -31
  175. package/lib/organization-input/src/organization-input.vue2.js +4 -2
  176. package/lib/plugins/export-data-new.js +104 -96
  177. package/lib/plugins/export-data.js +51 -45
  178. package/lib/plugins/index.js +8 -4
  179. package/lib/plugins/public-method.js +3 -2
  180. package/lib/remove-department/index.js +5 -3
  181. package/lib/remove-department/src/remove-department.vue.js +19 -13
  182. package/lib/remove-department/src/remove-dept-service.js +10 -9
  183. package/lib/remove-user/index.js +7 -5
  184. package/lib/remove-user/src/remove-user-service.js +4 -3
  185. package/lib/remove-user/src/remove-user.vue.js +22 -16
  186. package/lib/remove-workgroup/index.js +7 -5
  187. package/lib/remove-workgroup/src/remove-workgroup-service.js +4 -3
  188. package/lib/remove-workgroup/src/remove-workgroup.vue.js +18 -12
  189. package/lib/rich-editor/index.js +7 -5
  190. package/lib/rich-editor/index.vue.js +76 -28
  191. package/lib/rich-editor/tinymce/zh_CN.js +2 -2
  192. package/lib/rich-editor/viewer.vue.js +10 -7
  193. package/lib/row-form/index.js +7 -5
  194. package/lib/row-form/index.vue.js +7 -5
  195. package/lib/row-form/index.vue2.js +47 -41
  196. package/lib/row-form/index.vue3.js +4 -2
  197. package/lib/row-form/operation.vue.js +26 -22
  198. package/lib/row-form/operation.vue2.js +4 -3
  199. package/lib/scan-code-input/index.js +7 -5
  200. package/lib/scan-code-input/src/events.js +13 -11
  201. package/lib/scan-code-input/src/scan-code-input.vue.js +15 -9
  202. package/lib/scan-code-input-browser/index.js +7 -5
  203. package/lib/scan-code-input-browser/src/scan-code-input.vue.js +21 -16
  204. package/lib/secret-info/index.js +7 -5
  205. package/lib/secret-info/index.vue.js +9 -6
  206. package/lib/src/api/sso-service.js +36 -34
  207. package/lib/src/api/tab.js +9 -8
  208. package/lib/src/assets/401/401.gif.js +4 -2
  209. package/lib/src/assets/404/404-cloud.png.js +4 -2
  210. package/lib/src/assets/404/404.png.js +4 -2
  211. package/lib/src/assets/chat-embed/robot.gif.js +4 -2
  212. package/lib/src/assets/chat-embed/robot.svg.js +4 -2
  213. package/lib/src/assets/nonemessage.png.js +4 -2
  214. package/lib/src/components/Affix/index.vue.js +7 -5
  215. package/lib/src/components/Affix/index.vue2.js +58 -56
  216. package/lib/src/components/Affix/index.vue3.js +4 -2
  217. package/lib/src/components/Card/index.js +38 -33
  218. package/lib/src/components/Scrollbar/index.vue.js +37 -33
  219. package/lib/src/components/Scrollbar/index.vue2.js +4 -2
  220. package/lib/src/directives/permission/index.js +5 -3
  221. package/lib/src/directives/permission/permission.js +9 -7
  222. package/lib/src/i18n/i18n.js +7 -3
  223. package/lib/src/i18n/langs/cn.js +4 -2
  224. package/lib/src/i18n/langs/en.js +4 -2
  225. package/lib/src/mixins/resizeMixin.js +3 -2
  226. package/lib/src/permission.js +46 -43
  227. package/lib/src/router/index.js +9 -16
  228. package/lib/src/store/getters.js +4 -2
  229. package/lib/src/store/index.js +13 -16
  230. package/lib/src/store/modules/app.js +4 -3
  231. package/lib/src/store/modules/chat-ai-store.js +22 -19
  232. package/lib/src/store/modules/permission.js +11 -10
  233. package/lib/src/store/modules/system.js +9 -7
  234. package/lib/src/store/modules/tab-content.js +15 -13
  235. package/lib/src/store/modules/table.js +3 -2
  236. package/lib/src/store/modules/user.js +95 -89
  237. package/lib/src/utils/auth-api.js +5 -3
  238. package/lib/src/utils/auth.js +139 -69
  239. package/lib/src/utils/calculator/calculator-factory-wf.js +49 -48
  240. package/lib/src/utils/calculator/calculator-factory.js +58 -57
  241. package/lib/src/utils/calculator/calculator-util.js +32 -29
  242. package/lib/src/utils/chat-ai-util.js +25 -17
  243. package/lib/src/utils/common-util.js +356 -271
  244. package/lib/src/utils/eventBus.js +6 -3
  245. package/lib/src/utils/file-util.js +16 -15
  246. package/lib/src/utils/global-prop.js +37 -21
  247. package/lib/src/utils/guid.js +8 -5
  248. package/lib/src/utils/i18n-util.js +24 -16
  249. package/lib/src/utils/iconUtils.js +23 -16
  250. package/lib/src/utils/index.js +40 -26
  251. package/lib/src/utils/insert_css.js +7 -8
  252. package/lib/src/utils/json-util.js +27 -25
  253. package/lib/src/utils/jump-page-utils.js +180 -172
  254. package/lib/src/utils/local-storage.js +3 -2
  255. package/lib/src/utils/menu.js +11 -10
  256. package/lib/src/utils/permission.js +26 -22
  257. package/lib/src/utils/permissionAuth.js +136 -102
  258. package/lib/src/utils/range-selector.js +45 -41
  259. package/lib/src/utils/request.js +86 -77
  260. package/lib/src/utils/resize.js +5 -5
  261. package/lib/src/utils/restful-interface-utils.js +15 -12
  262. package/lib/src/utils/util.js +26 -6
  263. package/lib/src/utils/validate.js +20 -10
  264. package/lib/src/utils/voice-setting-cache.js +153 -140
  265. package/lib/src/utils/watermark-cache.js +14 -9
  266. package/lib/src/utils/watermark.js +30 -23
  267. package/lib/src/utils/workflow-util.js +26 -25
  268. package/lib/src/views/dsc-component/Sidebar/Item.vue.js +7 -5
  269. package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +11 -8
  270. package/lib/src/views/dsc-component/Sidebar/Item.vue3.js +4 -2
  271. package/lib/src/views/dsc-component/Sidebar/Link.vue.js +12 -9
  272. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +26 -19
  273. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +4 -2
  274. package/lib/src/views/dsc-component/Sidebar/index.vue.js +20 -12
  275. package/lib/src/views/dsc-component/tabs/tab-content.vue.js +26 -21
  276. package/lib/src/views/dsc-component/tabs/tab-content.vue2.js +4 -2
  277. package/lib/src/views/dsc-component/tabs/tab-content.vue3.js +4 -2
  278. package/lib/src/views/error-page/401.vue.js +13 -9
  279. package/lib/src/views/error-page/401.vue2.js +4 -2
  280. package/lib/src/views/error-page/404.vue.js +11 -7
  281. package/lib/src/views/error-page/404.vue2.js +4 -2
  282. package/lib/src/views/layout/EmptyLayout.vue.js +8 -6
  283. package/lib/src/views/layout/Layout.vue.js +19 -12
  284. package/lib/src/views/layout/Layout.vue2.js +4 -2
  285. package/lib/src/views/layout/NewLayout.vue.js +10 -6
  286. package/lib/src/views/layout/components/AppMain.vue.js +11 -9
  287. package/lib/src/views/layout/components/AppMain.vue2.js +4 -2
  288. package/lib/src/views/layout/components/Breadcrumb/index.vue.js +37 -44
  289. package/lib/src/views/layout/components/Breadcrumb/index.vue2.js +4 -2
  290. package/lib/src/views/layout/components/Menubar/Item.vue.js +7 -5
  291. package/lib/src/views/layout/components/Menubar/Item.vue2.js +14 -12
  292. package/lib/src/views/layout/components/Menubar/Item.vue3.js +4 -2
  293. package/lib/src/views/layout/components/Menubar/Link.vue.js +12 -9
  294. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +24 -15
  295. package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.js +4 -2
  296. package/lib/src/views/layout/components/Menubar/index.vue.js +30 -19
  297. package/lib/src/views/layout/components/Sidebar/Item.vue.js +8 -6
  298. package/lib/src/views/layout/components/Sidebar/Item.vue2.js +4 -3
  299. package/lib/src/views/layout/components/Sidebar/Link.vue.js +11 -8
  300. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +17 -11
  301. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js +4 -2
  302. package/lib/src/views/layout/components/Sidebar/index.vue.js +25 -18
  303. package/lib/src/views/layout/components/iframe-page.vue.js +10 -8
  304. package/lib/src/views/layout/components/iframe-page.vue2.js +4 -2
  305. package/lib/src/views/layout/components/tabs/tab-content.vue.js +14 -10
  306. package/lib/src/views/layout/components/tabs/tab-content.vue2.js +4 -2
  307. package/lib/src/views/layout/components/tabs/tab-content.vue3.js +4 -2
  308. package/lib/src/views/layout/mixin/ResizeHandler.js +5 -3
  309. package/lib/src/views/layout/tab-content-iframe-index.vue.js +10 -8
  310. package/lib/src/views/layout/tab-content-iframe-index.vue2.js +4 -2
  311. package/lib/src/views/layout/tab-content-index.vue.js +18 -12
  312. package/lib/src/views/layout/tab-content-index.vue2.js +4 -2
  313. package/lib/src/views/login/authredirect.vue.js +3 -2
  314. package/lib/src/views/redirect/index.vue.js +8 -17
  315. package/lib/src/views/svg-icon/src/svg-icon.vue.js +4 -2
  316. package/lib/src/views/wf-history/tache-subprocess-history.vue.js +13 -11
  317. package/lib/src/views/wf-history/tache-subprocess-history.vue2.js +4 -2
  318. package/lib/style.css +769 -769
  319. package/lib/super-grid/index.js +7 -5
  320. package/lib/super-grid/src/apis.js +231 -221
  321. package/lib/super-grid/src/columns-config.vue.js +22 -16
  322. package/lib/super-grid/src/components/grid-icon.vue.js +34 -26
  323. package/lib/super-grid/src/components/grid-radio-input.vue.js +18 -15
  324. package/lib/super-grid/src/components/grid-radio-input.vue2.js +4 -3
  325. package/lib/super-grid/src/components/mobile-table-card.js +83 -73
  326. package/lib/super-grid/src/components/select-input.vue.js +106 -98
  327. package/lib/super-grid/src/components/select-input.vue2.js +4 -3
  328. package/lib/super-grid/src/custom-formatter.js +74 -69
  329. package/lib/super-grid/src/dynamic-input.vue.js +159 -142
  330. package/lib/super-grid/src/eventBus.js +6 -3
  331. package/lib/super-grid/src/events.js +36 -34
  332. package/lib/super-grid/src/formValidatorUtil.js +65 -62
  333. package/lib/super-grid/src/formatter.js +41 -36
  334. package/lib/super-grid/src/group-column.vue.js +13 -8
  335. package/lib/super-grid/src/header-context-menu.vue.js +13 -10
  336. package/lib/super-grid/src/header-context-menu.vue2.js +4 -2
  337. package/lib/super-grid/src/index-column.vue.js +10 -7
  338. package/lib/super-grid/src/normal-column-content.vue.js +205 -186
  339. package/lib/super-grid/src/normal-column-content.vue2.js +4 -2
  340. package/lib/super-grid/src/normal-column.vue.js +55 -40
  341. package/lib/super-grid/src/normal-column.vue2.js +4 -2
  342. package/lib/super-grid/src/public-methods.js +14 -12
  343. package/lib/super-grid/src/row-detail.vue.js +10 -7
  344. package/lib/super-grid/src/row-operation.vue.js +26 -19
  345. package/lib/super-grid/src/row-operation.vue2.js +4 -2
  346. package/lib/super-grid/src/scan-util.js +26 -24
  347. package/lib/super-grid/src/search-button.vue.js +17 -12
  348. package/lib/super-grid/src/search-condition-input.vue.js +12 -8
  349. package/lib/super-grid/src/search-condition-list.vue.js +13 -10
  350. package/lib/super-grid/src/search-form-advancedQuery.vue.js +23 -13
  351. package/lib/super-grid/src/search-form-advancedQuery.vue2.js +4 -2
  352. package/lib/super-grid/src/search-form-dialog.vue.js +13 -9
  353. package/lib/super-grid/src/search-form-item.vue.js +24 -16
  354. package/lib/super-grid/src/search-form-item.vue2.js +4 -2
  355. package/lib/super-grid/src/search-form-mobile.vue.js +22 -13
  356. package/lib/super-grid/src/search-form-mobile.vue2.js +4 -2
  357. package/lib/super-grid/src/search-form-number.vue.js +14 -9
  358. package/lib/super-grid/src/search-form-open.vue.js +13 -7
  359. package/lib/super-grid/src/search-form-ordinarySearch.vue.js +19 -11
  360. package/lib/super-grid/src/search-form-ordinarySearch.vue2.js +4 -2
  361. package/lib/super-grid/src/search-form.vue.js +77 -65
  362. package/lib/super-grid/src/search-form.vue2.js +4 -2
  363. package/lib/super-grid/src/search-methods.js +3 -2
  364. package/lib/super-grid/src/selection-column.vue.js +9 -7
  365. package/lib/super-grid/src/store.js +4 -3
  366. package/lib/super-grid/src/super-grid-service.js +128 -121
  367. package/lib/super-grid/src/super-grid.vue.js +217 -186
  368. package/lib/super-grid/src/super-grid.vue2.js +4 -2
  369. package/lib/super-grid/src/utils.js +322 -265
  370. package/lib/super-grid/src/view-image-dialog.vue.js +33 -26
  371. package/lib/super-icon/index.js +7 -5
  372. package/lib/super-icon/src/index.vue.js +7 -5
  373. package/lib/super-icon/src/index.vue2.js +11 -8
  374. package/lib/super-icon/src/index.vue3.js +4 -2
  375. package/lib/super-nine-grid/index.js +7 -5
  376. package/lib/super-nine-grid/src/apis.js +8 -5
  377. package/lib/super-nine-grid/src/custom-formatter.js +7 -5
  378. package/lib/super-nine-grid/src/formatter.js +29 -28
  379. package/lib/super-nine-grid/src/search-form-number.vue.js +12 -8
  380. package/lib/super-nine-grid/src/search-form.vue.js +40 -33
  381. package/lib/super-nine-grid/src/search-form.vue2.js +4 -2
  382. package/lib/super-nine-grid/src/search-methods.js +3 -2
  383. package/lib/super-nine-grid/src/store.js +4 -3
  384. package/lib/super-nine-grid/src/super-grid-service.js +9 -5
  385. package/lib/super-nine-grid/src/super-nine-grid.vue.js +105 -95
  386. package/lib/super-nine-grid/src/super-nine-grid.vue2.js +4 -2
  387. package/lib/super-nine-grid/src/utils.js +27 -31
  388. package/lib/svg-icon/index.js +7 -5
  389. package/lib/svg-icon/src/svg-icon.vue.js +10 -8
  390. package/lib/svg-icon/src/svg-icon.vue2.js +4 -2
  391. package/lib/utils/gogocodeTransfer.js +28 -23
  392. package/lib/utils/memory-cache-utils.js +5 -3
  393. package/lib/utils/organization.js +53 -40
  394. package/lib/utils/utils.js +29 -27
  395. package/lib/utils/value-set.js +70 -68
  396. package/lib/valid-code/index.js +7 -5
  397. package/lib/valid-code/src/valid-code.vue.js +13 -10
  398. package/lib/valid-code/src/valid-code.vue2.js +4 -2
  399. package/lib/workflow-button/index.js +5 -3
  400. package/lib/workflow-button/src/workflow-button.vue.js +39 -34
  401. package/lib/workflow-history-list/index.js +7 -5
  402. package/lib/workflow-history-list/src/api.js +3 -2
  403. package/lib/workflow-history-list/src/workflow-history-list.vue.js +65 -59
  404. package/lib/workflow-history-list/src/workflow-history-list.vue2.js +4 -2
  405. package/lib/workgroup-tree/index.js +7 -5
  406. package/lib/workgroup-tree/src/workgroup-tree.vue.js +17 -11
  407. package/lib/workgroup-tree-inline/index.js +5 -3
  408. package/lib/workgroup-tree-inline/src/search-result.vue.js +25 -21
  409. package/lib/workgroup-tree-inline/src/search-result.vue2.js +4 -2
  410. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +52 -43
  411. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +4 -2
  412. package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +7 -5
  413. package/lib/workgroup-tree-mobile/index.js +8 -5
  414. package/lib/workgroup-tree-mobile/src/dept-result.vue.js +14 -11
  415. package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +4 -3
  416. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +12 -9
  417. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +4 -2
  418. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +5 -3
  419. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +86 -76
  420. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +4 -3
  421. package/lib/workgroup-tree-mobile/src/workgroup-tree-service.js +28 -20
  422. package/lib/workgroup-user-tree/index.js +7 -5
  423. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +17 -11
  424. package/lib/workgroup-user-tree-inline/index.js +5 -3
  425. package/lib/workgroup-user-tree-inline/src/search-result.vue.js +25 -21
  426. package/lib/workgroup-user-tree-inline/src/search-result.vue2.js +4 -2
  427. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +11 -9
  428. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +43 -34
  429. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +4 -2
  430. package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +11 -10
  431. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +4 -3
  432. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +15 -11
  433. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +4 -3
  434. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +12 -9
  435. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +4 -2
  436. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +5 -3
  437. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +104 -93
  438. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +4 -3
  439. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +25 -16
  440. package/lib/year-range-picker/index.js +5 -3
  441. package/lib/year-range-picker/src/year-range-picker.vue.js +12 -9
  442. package/package.json +4 -5
  443. package/vite.config.js +10 -10
  444. package/es/IntervalSelection/index.js +0 -7
  445. package/es/IntervalSelection/src/sectionDate.vue.js +0 -49
  446. package/es/IntervalSelection/src/sectionDate.vue2.js +0 -4
  447. package/es/_virtual/__vite-browser-external.js +0 -4
  448. package/es/_virtual/_plugin-vue_export-helper.js +0 -9
  449. package/es/breadcrumb/index.js +0 -7
  450. package/es/breadcrumb/src/breadcrumb.vue.js +0 -28
  451. package/es/breadcrumb/src/breadcrumb.vue2.js +0 -4
  452. package/es/chat-embed/index.js +0 -7
  453. package/es/chat-embed/src/chat-addition-data.vue.js +0 -7
  454. package/es/chat-embed/src/chat-addition-data.vue2.js +0 -14
  455. package/es/chat-embed/src/chat-addition-data.vue3.js +0 -4
  456. package/es/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
  457. package/es/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
  458. package/es/chat-embed/src/chat-ai-answer-tip.vue3.js +0 -4
  459. package/es/chat-embed/src/chat-bubble-footer.vue.js +0 -7
  460. package/es/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
  461. package/es/chat-embed/src/chat-bubble-footer.vue3.js +0 -4
  462. package/es/chat-embed/src/chat-embed-message.js +0 -22
  463. package/es/chat-embed/src/chat-sender.vue.js +0 -7
  464. package/es/chat-embed/src/chat-sender.vue2.js +0 -160
  465. package/es/chat-embed/src/chat-sender.vue3.js +0 -4
  466. package/es/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
  467. package/es/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
  468. package/es/chat-embed/src/components/answer-auto-chart.vue3.js +0 -4
  469. package/es/chat-embed/src/components/answer-home-chart.vue.js +0 -7
  470. package/es/chat-embed/src/components/answer-home-chart.vue2.js +0 -6
  471. package/es/chat-embed/src/components/answer-home-chart.vue3.js +0 -4
  472. package/es/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
  473. package/es/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
  474. package/es/chat-embed/src/components/answer-interaction-data.vue3.js +0 -4
  475. package/es/chat-embed/src/components/history-detail.vue.js +0 -7
  476. package/es/chat-embed/src/components/history-detail.vue2.js +0 -55
  477. package/es/chat-embed/src/components/history-detail.vue3.js +0 -4
  478. package/es/chat-embed/src/header.vue.js +0 -7
  479. package/es/chat-embed/src/header.vue2.js +0 -46
  480. package/es/chat-embed/src/header.vue3.js +0 -4
  481. package/es/chat-embed/src/index.vue.js +0 -7
  482. package/es/chat-embed/src/index.vue2.js +0 -307
  483. package/es/chat-embed/src/index.vue3.js +0 -4
  484. package/es/chat-embed/src/recommendation-message.vue.js +0 -7
  485. package/es/chat-embed/src/recommendation-message.vue2.js +0 -8
  486. package/es/chat-embed/src/recommendation-message.vue3.js +0 -4
  487. package/es/chat-embed/src/sidebar-item.vue.js +0 -7
  488. package/es/chat-embed/src/sidebar-item.vue2.js +0 -118
  489. package/es/chat-embed/src/sidebar-item.vue3.js +0 -4
  490. package/es/chat-embed/src/type.js +0 -5
  491. package/es/chat-embed/src/util/chat-embed-util.js +0 -57
  492. package/es/chat-embed/src/util/history-message-util.js +0 -96
  493. package/es/chat-embed/src/util/mcp-utils.js +0 -53
  494. package/es/chat-embed/src/util/text-file-util.js +0 -12
  495. package/es/chat-embed/src/voice/index.js +0 -7
  496. package/es/chat-embed/src/voice/js/crypto-js.js +0 -1013
  497. package/es/chat-embed/src/voice/js/processor/index.umd.js +0 -178
  498. package/es/chat-embed/src/voice/js/timer.js +0 -11
  499. package/es/chat-embed/src/voice/voice.vue.js +0 -104
  500. package/es/date-picker-range/index.js +0 -7
  501. package/es/date-picker-range/index.vue.js +0 -7
  502. package/es/date-picker-range/index.vue2.js +0 -93
  503. package/es/date-picker-range/index.vue3.js +0 -4
  504. package/es/department-tree/index.js +0 -7
  505. package/es/department-tree/src/department-tree.vue.js +0 -23
  506. package/es/department-tree-inline/index.js +0 -7
  507. package/es/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
  508. package/es/department-tree-inline/src/department-multi-tree-inline.vue2.js +0 -4
  509. package/es/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
  510. package/es/department-tree-inline/src/department-single-tree-inline.vue2.js +0 -4
  511. package/es/department-tree-inline/src/department-tree-inline.vue.js +0 -17
  512. package/es/department-tree-inline/src/department-tree-service.js +0 -108
  513. package/es/department-tree-inline/src/search-result.vue.js +0 -40
  514. package/es/department-tree-inline/src/search-result.vue2.js +0 -4
  515. package/es/department-tree-mobile/index.js +0 -8
  516. package/es/department-tree-mobile/src/department-tree-app.vue.js +0 -15
  517. package/es/department-tree-mobile/src/department-tree-app.vue2.js +0 -4
  518. package/es/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
  519. package/es/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
  520. package/es/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
  521. package/es/department-tree-mobile/src/department-tree-service.js +0 -55
  522. package/es/department-tree-mobile/src/dept-path.vue.js +0 -14
  523. package/es/department-tree-mobile/src/dept-path.vue2.js +0 -4
  524. package/es/department-tree-mobile/src/dept-result.vue.js +0 -16
  525. package/es/department-tree-mobile/src/dept-result.vue2.js +0 -4
  526. package/es/department-user-tree/index.js +0 -7
  527. package/es/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
  528. package/es/department-user-tree/src/department-user-multiple-tree.vue2.js +0 -4
  529. package/es/department-user-tree/src/department-user-single-tree.vue.js +0 -19
  530. package/es/department-user-tree/src/department-user-tree.vue.js +0 -27
  531. package/es/department-user-tree-inline/index.js +0 -7
  532. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
  533. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js +0 -4
  534. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
  535. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js +0 -4
  536. package/es/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
  537. package/es/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
  538. package/es/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
  539. package/es/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
  540. package/es/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
  541. package/es/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
  542. package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
  543. package/es/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
  544. package/es/department-user-tree-inline/src/group-user-tree-service.js +0 -34
  545. package/es/department-user-tree-inline/src/search-result.vue.js +0 -41
  546. package/es/department-user-tree-inline/src/search-result.vue2.js +0 -4
  547. package/es/department-user-tree-mobile/index.js +0 -8
  548. package/es/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
  549. package/es/department-user-tree-mobile/src/department-user-tree-app.vue2.js +0 -4
  550. package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
  551. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
  552. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
  553. package/es/department-user-tree-mobile/src/department-user-tree-service.js +0 -38
  554. package/es/department-user-tree-mobile/src/dept-path.vue.js +0 -14
  555. package/es/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
  556. package/es/department-user-tree-mobile/src/dept-result.vue.js +0 -17
  557. package/es/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
  558. package/es/directives/prevent-reclick.js +0 -15
  559. package/es/dynamic-source-select/index.js +0 -7
  560. package/es/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
  561. package/es/dynamic-source-select/src/dynamic-source-select.vue.js +0 -276
  562. package/es/dynamic-source-select/src/dynamic-source-select.vue2.js +0 -4
  563. package/es/dynamic-source-select/src/dynamic-source-select.vue3.js +0 -4
  564. package/es/dynamic-source-select/src/events.js +0 -29
  565. package/es/empty-state/index.vue.js +0 -9
  566. package/es/empty-state/index.vue2.js +0 -4
  567. package/es/fs-preview/index.js +0 -7
  568. package/es/fs-preview/src/fs-preview.vue.js +0 -120
  569. package/es/fs-preview/src/fs-preview.vue2.js +0 -4
  570. package/es/fs-upload/index.js +0 -7
  571. package/es/fs-upload/src/fs-upload-multi.vue.js +0 -71
  572. package/es/fs-upload/src/fs-upload-single.vue.js +0 -73
  573. package/es/fs-upload/src/fs-upload.vue.js +0 -24
  574. package/es/fs-upload/src/see-big-picture.vue.js +0 -12
  575. package/es/fs-upload-list/index.js +0 -7
  576. package/es/fs-upload-list/src/fs-upload-list.vue.js +0 -98
  577. package/es/fs-upload-list/src/fs-upload-list.vue2.js +0 -4
  578. package/es/fs-upload-new/index.js +0 -7
  579. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
  580. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
  581. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
  582. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
  583. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
  584. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -39
  585. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js +0 -4
  586. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
  587. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
  588. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
  589. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
  590. package/es/fs-upload-new/src/fs-button-upload.vue.js +0 -7
  591. package/es/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
  592. package/es/fs-upload-new/src/fs-button-upload.vue3.js +0 -4
  593. package/es/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
  594. package/es/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
  595. package/es/fs-upload-new/src/fs-drag-upload.vue3.js +0 -4
  596. package/es/fs-upload-new/src/fs-preview-new.vue.js +0 -8
  597. package/es/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
  598. package/es/fs-upload-new/src/fs-preview-new.vue3.js +0 -4
  599. package/es/fs-upload-new/src/fs-preview-new.vue4.js +0 -4
  600. package/es/fs-upload-new/src/fs-upload-new.vue.js +0 -64
  601. package/es/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
  602. package/es/hamburger/index.js +0 -7
  603. package/es/hamburger/src/hamburger.vue.js +0 -15
  604. package/es/hamburger/src/hamburger.vue2.js +0 -4
  605. package/es/index.js +0 -383
  606. package/es/json-view/json-view-dialog.vue.js +0 -19
  607. package/es/json-view/json-view-dialog.vue2.js +0 -4
  608. package/es/json-view/json-view.vue.js +0 -4
  609. package/es/json-view/json-view.vue2.js +0 -36
  610. package/es/multipart-upload/index.js +0 -7
  611. package/es/multipart-upload/src/index.vue.js +0 -14
  612. package/es/multipart-upload/src/multipart-upload-form.vue.js +0 -82
  613. package/es/multipart-upload/src/multipart-upload-list.vue.js +0 -104
  614. package/es/organization-input/index.js +0 -7
  615. package/es/organization-input/src/organization-input.vue.js +0 -224
  616. package/es/organization-input/src/organization-input.vue2.js +0 -4
  617. package/es/plugins/export-data-new.js +0 -237
  618. package/es/plugins/export-data.js +0 -179
  619. package/es/plugins/index.js +0 -9
  620. package/es/plugins/public-method.js +0 -14
  621. package/es/remove-department/index.js +0 -7
  622. package/es/remove-department/src/remove-department.vue.js +0 -33
  623. package/es/remove-department/src/remove-dept-service.js +0 -13
  624. package/es/remove-user/index.js +0 -7
  625. package/es/remove-user/src/remove-user-service.js +0 -13
  626. package/es/remove-user/src/remove-user.vue.js +0 -35
  627. package/es/remove-workgroup/index.js +0 -7
  628. package/es/remove-workgroup/src/remove-workgroup-service.js +0 -13
  629. package/es/remove-workgroup/src/remove-workgroup.vue.js +0 -31
  630. package/es/rich-editor/index.js +0 -7
  631. package/es/rich-editor/index.vue.js +0 -115
  632. package/es/rich-editor/tinymce/zh_CN.js +0 -2
  633. package/es/rich-editor/viewer.vue.js +0 -27
  634. package/es/row-form/index.js +0 -7
  635. package/es/row-form/index.vue.js +0 -7
  636. package/es/row-form/index.vue2.js +0 -62
  637. package/es/row-form/index.vue3.js +0 -4
  638. package/es/row-form/operation.vue.js +0 -32
  639. package/es/row-form/operation.vue2.js +0 -4
  640. package/es/scan-code-input/index.js +0 -7
  641. package/es/scan-code-input/src/events.js +0 -15
  642. package/es/scan-code-input/src/scan-code-input.vue.js +0 -32
  643. package/es/scan-code-input-browser/index.js +0 -7
  644. package/es/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
  645. package/es/secret-info/index.js +0 -7
  646. package/es/secret-info/index.vue.js +0 -16
  647. package/es/src/api/sso-service.js +0 -57
  648. package/es/src/api/tab.js +0 -15
  649. package/es/src/assets/401/401.gif.js +0 -4
  650. package/es/src/assets/404/404-cloud.png.js +0 -4
  651. package/es/src/assets/404/404.png.js +0 -4
  652. package/es/src/assets/chat-embed/robot.gif.js +0 -4
  653. package/es/src/assets/chat-embed/robot.svg.js +0 -4
  654. package/es/src/assets/nonemessage.png.js +0 -4
  655. package/es/src/components/Affix/index.vue.js +0 -7
  656. package/es/src/components/Affix/index.vue2.js +0 -83
  657. package/es/src/components/Affix/index.vue3.js +0 -4
  658. package/es/src/components/Card/index.js +0 -48
  659. package/es/src/components/Scrollbar/index.vue.js +0 -52
  660. package/es/src/components/Scrollbar/index.vue2.js +0 -4
  661. package/es/src/directives/permission/index.js +0 -7
  662. package/es/src/directives/permission/permission.js +0 -11
  663. package/es/src/i18n/i18n.js +0 -7
  664. package/es/src/i18n/langs/cn.js +0 -4
  665. package/es/src/i18n/langs/en.js +0 -4
  666. package/es/src/mixins/resizeMixin.js +0 -21
  667. package/es/src/permission.js +0 -79
  668. package/es/src/router/index.js +0 -9
  669. package/es/src/store/getters.js +0 -4
  670. package/es/src/store/index.js +0 -13
  671. package/es/src/store/modules/app.js +0 -41
  672. package/es/src/store/modules/chat-ai-store.js +0 -36
  673. package/es/src/store/modules/permission.js +0 -31
  674. package/es/src/store/modules/system.js +0 -12
  675. package/es/src/store/modules/tab-content.js +0 -20
  676. package/es/src/store/modules/table.js +0 -18
  677. package/es/src/store/modules/user.js +0 -139
  678. package/es/src/utils/auth-api.js +0 -134
  679. package/es/src/utils/auth.js +0 -156
  680. package/es/src/utils/calculator/calculator-factory-wf.js +0 -167
  681. package/es/src/utils/calculator/calculator-factory.js +0 -93
  682. package/es/src/utils/calculator/calculator-util.js +0 -56
  683. package/es/src/utils/chat-ai-util.js +0 -34
  684. package/es/src/utils/common-util.js +0 -440
  685. package/es/src/utils/eventBus.js +0 -6
  686. package/es/src/utils/file-util.js +0 -23
  687. package/es/src/utils/global-prop.js +0 -38
  688. package/es/src/utils/guid.js +0 -10
  689. package/es/src/utils/i18n-util.js +0 -70
  690. package/es/src/utils/iconUtils.js +0 -26
  691. package/es/src/utils/index.js +0 -46
  692. package/es/src/utils/insert_css.js +0 -17
  693. package/es/src/utils/json-util.js +0 -47
  694. package/es/src/utils/jump-page-utils.js +0 -264
  695. package/es/src/utils/local-storage.js +0 -19
  696. package/es/src/utils/menu.js +0 -14
  697. package/es/src/utils/permission.js +0 -45
  698. package/es/src/utils/permissionAuth.js +0 -154
  699. package/es/src/utils/range-selector.js +0 -105
  700. package/es/src/utils/request.js +0 -140
  701. package/es/src/utils/resize.js +0 -11
  702. package/es/src/utils/restful-interface-utils.js +0 -18
  703. package/es/src/utils/util.js +0 -361
  704. package/es/src/utils/validate.js +0 -22
  705. package/es/src/utils/voice-setting-cache.js +0 -212
  706. package/es/src/utils/watermark-cache.js +0 -15
  707. package/es/src/utils/watermark.js +0 -40
  708. package/es/src/utils/workflow-util.js +0 -42
  709. package/es/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
  710. package/es/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
  711. package/es/src/views/dsc-component/Sidebar/Item.vue3.js +0 -4
  712. package/es/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
  713. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
  714. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue2.js +0 -4
  715. package/es/src/views/dsc-component/Sidebar/index.vue.js +0 -111
  716. package/es/src/views/dsc-component/tabs/tab-content.vue.js +0 -66
  717. package/es/src/views/dsc-component/tabs/tab-content.vue2.js +0 -4
  718. package/es/src/views/dsc-component/tabs/tab-content.vue3.js +0 -4
  719. package/es/src/views/error-page/401.vue.js +0 -15
  720. package/es/src/views/error-page/401.vue2.js +0 -4
  721. package/es/src/views/error-page/404.vue.js +0 -12
  722. package/es/src/views/error-page/404.vue2.js +0 -4
  723. package/es/src/views/layout/EmptyLayout.vue.js +0 -9
  724. package/es/src/views/layout/Layout.vue.js +0 -28
  725. package/es/src/views/layout/Layout.vue2.js +0 -4
  726. package/es/src/views/layout/NewLayout.vue.js +0 -11
  727. package/es/src/views/layout/components/AppMain.vue.js +0 -13
  728. package/es/src/views/layout/components/AppMain.vue2.js +0 -4
  729. package/es/src/views/layout/components/Breadcrumb/index.vue.js +0 -49
  730. package/es/src/views/layout/components/Breadcrumb/index.vue2.js +0 -4
  731. package/es/src/views/layout/components/Menubar/Item.vue.js +0 -7
  732. package/es/src/views/layout/components/Menubar/Item.vue2.js +0 -15
  733. package/es/src/views/layout/components/Menubar/Item.vue3.js +0 -4
  734. package/es/src/views/layout/components/Menubar/Link.vue.js +0 -14
  735. package/es/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
  736. package/es/src/views/layout/components/Menubar/SidebarItem.vue2.js +0 -4
  737. package/es/src/views/layout/components/Menubar/index.vue.js +0 -90
  738. package/es/src/views/layout/components/Sidebar/Item.vue.js +0 -9
  739. package/es/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
  740. package/es/src/views/layout/components/Sidebar/Link.vue.js +0 -12
  741. package/es/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
  742. package/es/src/views/layout/components/Sidebar/SidebarItem.vue2.js +0 -4
  743. package/es/src/views/layout/components/Sidebar/index.vue.js +0 -58
  744. package/es/src/views/layout/components/iframe-page.vue.js +0 -14
  745. package/es/src/views/layout/components/iframe-page.vue2.js +0 -4
  746. package/es/src/views/layout/components/tabs/tab-content.vue.js +0 -64
  747. package/es/src/views/layout/components/tabs/tab-content.vue2.js +0 -4
  748. package/es/src/views/layout/components/tabs/tab-content.vue3.js +0 -4
  749. package/es/src/views/layout/mixin/ResizeHandler.js +0 -16
  750. package/es/src/views/layout/tab-content-iframe-index.vue.js +0 -14
  751. package/es/src/views/layout/tab-content-iframe-index.vue2.js +0 -4
  752. package/es/src/views/layout/tab-content-index.vue.js +0 -28
  753. package/es/src/views/layout/tab-content-index.vue2.js +0 -4
  754. package/es/src/views/login/authredirect.vue.js +0 -7
  755. package/es/src/views/redirect/index.vue.js +0 -8
  756. package/es/src/views/svg-icon/src/svg-icon.vue.js +0 -4
  757. package/es/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
  758. package/es/src/views/wf-history/tache-subprocess-history.vue2.js +0 -4
  759. package/es/super-grid/index.js +0 -7
  760. package/es/super-grid/src/apis.js +0 -458
  761. package/es/super-grid/src/columns-config.vue.js +0 -82
  762. package/es/super-grid/src/components/grid-icon.vue.js +0 -47
  763. package/es/super-grid/src/components/grid-radio-input.vue.js +0 -25
  764. package/es/super-grid/src/components/grid-radio-input.vue2.js +0 -4
  765. package/es/super-grid/src/components/mobile-table-card.js +0 -109
  766. package/es/super-grid/src/components/select-input.vue.js +0 -149
  767. package/es/super-grid/src/components/select-input.vue2.js +0 -4
  768. package/es/super-grid/src/custom-formatter.js +0 -168
  769. package/es/super-grid/src/dynamic-input.vue.js +0 -482
  770. package/es/super-grid/src/eventBus.js +0 -6
  771. package/es/super-grid/src/events.js +0 -37
  772. package/es/super-grid/src/formValidatorUtil.js +0 -109
  773. package/es/super-grid/src/formatter.js +0 -74
  774. package/es/super-grid/src/group-column.vue.js +0 -24
  775. package/es/super-grid/src/header-context-menu.vue.js +0 -15
  776. package/es/super-grid/src/header-context-menu.vue2.js +0 -4
  777. package/es/super-grid/src/index-column.vue.js +0 -22
  778. package/es/super-grid/src/normal-column-content.vue.js +0 -319
  779. package/es/super-grid/src/normal-column-content.vue2.js +0 -4
  780. package/es/super-grid/src/normal-column.vue.js +0 -106
  781. package/es/super-grid/src/normal-column.vue2.js +0 -4
  782. package/es/super-grid/src/public-methods.js +0 -22
  783. package/es/super-grid/src/row-detail.vue.js +0 -14
  784. package/es/super-grid/src/row-operation.vue.js +0 -89
  785. package/es/super-grid/src/row-operation.vue2.js +0 -4
  786. package/es/super-grid/src/scan-util.js +0 -100
  787. package/es/super-grid/src/search-button.vue.js +0 -23
  788. package/es/super-grid/src/search-condition-input.vue.js +0 -17
  789. package/es/super-grid/src/search-condition-list.vue.js +0 -20
  790. package/es/super-grid/src/search-form-advancedQuery.vue.js +0 -116
  791. package/es/super-grid/src/search-form-advancedQuery.vue2.js +0 -4
  792. package/es/super-grid/src/search-form-dialog.vue.js +0 -16
  793. package/es/super-grid/src/search-form-item.vue.js +0 -128
  794. package/es/super-grid/src/search-form-item.vue2.js +0 -4
  795. package/es/super-grid/src/search-form-mobile.vue.js +0 -41
  796. package/es/super-grid/src/search-form-mobile.vue2.js +0 -4
  797. package/es/super-grid/src/search-form-number.vue.js +0 -26
  798. package/es/super-grid/src/search-form-open.vue.js +0 -50
  799. package/es/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
  800. package/es/super-grid/src/search-form-ordinarySearch.vue2.js +0 -4
  801. package/es/super-grid/src/search-form.vue.js +0 -201
  802. package/es/super-grid/src/search-form.vue2.js +0 -4
  803. package/es/super-grid/src/search-methods.js +0 -164
  804. package/es/super-grid/src/selection-column.vue.js +0 -11
  805. package/es/super-grid/src/store.js +0 -4
  806. package/es/super-grid/src/super-grid-service.js +0 -260
  807. package/es/super-grid/src/super-grid.vue.js +0 -1052
  808. package/es/super-grid/src/super-grid.vue2.js +0 -4
  809. package/es/super-grid/src/utils.js +0 -355
  810. package/es/super-grid/src/view-image-dialog.vue.js +0 -67
  811. package/es/super-icon/index.js +0 -7
  812. package/es/super-icon/src/index.vue.js +0 -7
  813. package/es/super-icon/src/index.vue2.js +0 -13
  814. package/es/super-icon/src/index.vue3.js +0 -4
  815. package/es/super-nine-grid/index.js +0 -7
  816. package/es/super-nine-grid/src/apis.js +0 -36
  817. package/es/super-nine-grid/src/custom-formatter.js +0 -35
  818. package/es/super-nine-grid/src/formatter.js +0 -37
  819. package/es/super-nine-grid/src/search-form-number.vue.js +0 -13
  820. package/es/super-nine-grid/src/search-form.vue.js +0 -91
  821. package/es/super-nine-grid/src/search-form.vue2.js +0 -4
  822. package/es/super-nine-grid/src/search-methods.js +0 -48
  823. package/es/super-nine-grid/src/store.js +0 -4
  824. package/es/super-nine-grid/src/super-grid-service.js +0 -39
  825. package/es/super-nine-grid/src/super-nine-grid.vue.js +0 -225
  826. package/es/super-nine-grid/src/super-nine-grid.vue2.js +0 -4
  827. package/es/super-nine-grid/src/utils.js +0 -32
  828. package/es/svg-icon/index.js +0 -7
  829. package/es/svg-icon/src/svg-icon.vue.js +0 -14
  830. package/es/svg-icon/src/svg-icon.vue2.js +0 -4
  831. package/es/utils/gogocodeTransfer.js +0 -33
  832. package/es/utils/memory-cache-utils.js +0 -30
  833. package/es/utils/organization.js +0 -57
  834. package/es/utils/utils.js +0 -87
  835. package/es/utils/value-set.js +0 -94
  836. package/es/valid-code/index.js +0 -7
  837. package/es/valid-code/src/valid-code.vue.js +0 -23
  838. package/es/valid-code/src/valid-code.vue2.js +0 -4
  839. package/es/workflow-button/index.js +0 -7
  840. package/es/workflow-button/src/workflow-button.vue.js +0 -85
  841. package/es/workflow-history-list/index.js +0 -7
  842. package/es/workflow-history-list/src/api.js +0 -6
  843. package/es/workflow-history-list/src/workflow-history-list.vue.js +0 -89
  844. package/es/workflow-history-list/src/workflow-history-list.vue2.js +0 -4
  845. package/es/workgroup-tree/index.js +0 -7
  846. package/es/workgroup-tree/src/workgroup-tree.vue.js +0 -23
  847. package/es/workgroup-tree-inline/index.js +0 -7
  848. package/es/workgroup-tree-inline/src/search-result.vue.js +0 -39
  849. package/es/workgroup-tree-inline/src/search-result.vue2.js +0 -4
  850. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
  851. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js +0 -4
  852. package/es/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
  853. package/es/workgroup-tree-mobile/index.js +0 -8
  854. package/es/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
  855. package/es/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
  856. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
  857. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js +0 -4
  858. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
  859. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
  860. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
  861. package/es/workgroup-tree-mobile/src/workgroup-tree-service.js +0 -33
  862. package/es/workgroup-user-tree/index.js +0 -7
  863. package/es/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
  864. package/es/workgroup-user-tree-inline/index.js +0 -7
  865. package/es/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
  866. package/es/workgroup-user-tree-inline/src/search-result.vue2.js +0 -4
  867. package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
  868. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
  869. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js +0 -4
  870. package/es/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
  871. package/es/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
  872. package/es/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
  873. package/es/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
  874. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
  875. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js +0 -4
  876. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
  877. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
  878. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
  879. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js +0 -29
  880. package/es/year-range-picker/index.js +0 -7
  881. package/es/year-range-picker/src/year-range-picker.vue.js +0 -14
  882. /package/{es → dist}/favicon.svg +0 -0
@@ -1,1005 +1,1013 @@
1
- "use strict";
2
- !function(t, e) {
3
- "object" == typeof exports && "undefined" != typeof module ? module.exports = e(require("crypto")) : "function" == typeof define && define.amd ? define(["crypto"], e) : (t = "undefined" != typeof globalThis ? globalThis : t || self).CryptoJS = e(t.require$$0);
4
- }(globalThis, function(t) {
5
- function e(t2) {
6
- return t2 && "object" == typeof t2 && "default" in t2 ? t2 : { default: t2 };
7
- }
8
- var r = e(t), i = "undefined" != typeof globalThis ? globalThis : "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof self ? self : {};
9
- function n(t2, e2, r2) {
10
- return t2(r2 = { path: e2, exports: {}, require: function(t3, e3) {
11
- return o(null == e3 && r2.path);
12
- } }, r2.exports), r2.exports;
13
- }
14
- function o() {
15
- throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs");
16
- }
17
- var s = n(function(t2, e2) {
18
- var n2;
19
- t2.exports = (n2 = n2 || function(t3, e3) {
20
- var n3;
21
- if ("undefined" != typeof window && window.crypto && (n3 = window.crypto), "undefined" != typeof self && self.crypto && (n3 = self.crypto), "undefined" != typeof globalThis && globalThis.crypto && (n3 = globalThis.crypto), !n3 && "undefined" != typeof window && window.msCrypto && (n3 = window.msCrypto), !n3 && void 0 !== i && i.crypto && (n3 = i.crypto), !n3)
22
- try {
23
- n3 = r.default;
24
- } catch (t4) {
25
- }
26
- var o2, s2 = function() {
27
- if (n3) {
28
- if ("function" == typeof n3.getRandomValues)
1
+ var __getOwnPropNames = Object.getOwnPropertyNames;
2
+ var __commonJS = (cb, mod) => function __require() {
3
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
4
+ };
5
+ var require_crypto_js = __commonJS({
6
+ "chat-embed/src/voice/js/crypto-js.js"(exports, module) {
7
+ !function(t, e) {
8
+ "object" == typeof exports && "undefined" != typeof module ? module.exports = e(require("crypto")) : "function" == typeof define && define.amd ? define(["crypto"], e) : (t = "undefined" != typeof globalThis ? globalThis : t || self).CryptoJS = e(t.require$$0);
9
+ }(globalThis, function(t) {
10
+ function e(t2) {
11
+ return t2 && "object" == typeof t2 && "default" in t2 ? t2 : { default: t2 };
12
+ }
13
+ var r = e(t), i = "undefined" != typeof globalThis ? globalThis : "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof self ? self : {};
14
+ function n(t2, e2, r2) {
15
+ return t2(r2 = { path: e2, exports: {}, require: function(t3, e3) {
16
+ return o(null == e3 && r2.path);
17
+ } }, r2.exports), r2.exports;
18
+ }
19
+ function o() {
20
+ throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs");
21
+ }
22
+ var s = n(function(t2, e2) {
23
+ var n2;
24
+ t2.exports = (n2 = n2 || function(t3, e3) {
25
+ var n3;
26
+ if ("undefined" != typeof window && window.crypto && (n3 = window.crypto), "undefined" != typeof self && self.crypto && (n3 = self.crypto), "undefined" != typeof globalThis && globalThis.crypto && (n3 = globalThis.crypto), !n3 && "undefined" != typeof window && window.msCrypto && (n3 = window.msCrypto), !n3 && void 0 !== i && i.crypto && (n3 = i.crypto), !n3)
29
27
  try {
30
- return n3.getRandomValues(new Uint32Array(1))[0];
28
+ n3 = r.default;
31
29
  } catch (t4) {
32
30
  }
33
- if ("function" == typeof n3.randomBytes)
31
+ var o2, s2 = function() {
32
+ if (n3) {
33
+ if ("function" == typeof n3.getRandomValues)
34
+ try {
35
+ return n3.getRandomValues(new Uint32Array(1))[0];
36
+ } catch (t4) {
37
+ }
38
+ if ("function" == typeof n3.randomBytes)
39
+ try {
40
+ return n3.randomBytes(4).readInt32LE();
41
+ } catch (t4) {
42
+ }
43
+ }
44
+ throw new Error("Native crypto module could not be used to get secure random number.");
45
+ }, a2 = Object.create || (o2 = function() {
46
+ }, function(t4) {
47
+ var e4;
48
+ return o2.prototype = t4, e4 = new o2(), o2.prototype = null, e4;
49
+ }), c = {}, h = c.lib = {}, l = h.Base = { extend: function(t4) {
50
+ var e4 = a2(this);
51
+ return t4 && e4.mixIn(t4), e4.hasOwnProperty("init") && this.init !== e4.init || (e4.init = function() {
52
+ e4.$super.init.apply(this, arguments);
53
+ }), e4.init.prototype = e4, e4.$super = this, e4;
54
+ }, create: function() {
55
+ var t4 = this.extend();
56
+ return t4.init.apply(t4, arguments), t4;
57
+ }, init: function() {
58
+ }, mixIn: function(t4) {
59
+ for (var e4 in t4)
60
+ t4.hasOwnProperty(e4) && (this[e4] = t4[e4]);
61
+ t4.hasOwnProperty("toString") && (this.toString = t4.toString);
62
+ }, clone: function() {
63
+ return this.init.prototype.extend(this);
64
+ } }, f = h.WordArray = l.extend({ init: function(t4, r2) {
65
+ t4 = this.words = t4 || [], this.sigBytes = r2 != e3 ? r2 : 4 * t4.length;
66
+ }, toString: function(t4) {
67
+ return (t4 || d).stringify(this);
68
+ }, concat: function(t4) {
69
+ var e4 = this.words, r2 = t4.words, i2 = this.sigBytes, n4 = t4.sigBytes;
70
+ if (this.clamp(), i2 % 4)
71
+ for (var o3 = 0; o3 < n4; o3++) {
72
+ var s3 = r2[o3 >>> 2] >>> 24 - o3 % 4 * 8 & 255;
73
+ e4[i2 + o3 >>> 2] |= s3 << 24 - (i2 + o3) % 4 * 8;
74
+ }
75
+ else
76
+ for (var a3 = 0; a3 < n4; a3 += 4)
77
+ e4[i2 + a3 >>> 2] = r2[a3 >>> 2];
78
+ return this.sigBytes += n4, this;
79
+ }, clamp: function() {
80
+ var e4 = this.words, r2 = this.sigBytes;
81
+ e4[r2 >>> 2] &= 4294967295 << 32 - r2 % 4 * 8, e4.length = t3.ceil(r2 / 4);
82
+ }, clone: function() {
83
+ var t4 = l.clone.call(this);
84
+ return t4.words = this.words.slice(0), t4;
85
+ }, random: function(t4) {
86
+ for (var e4 = [], r2 = 0; r2 < t4; r2 += 4)
87
+ e4.push(s2());
88
+ return new f.init(e4, t4);
89
+ } }), u = c.enc = {}, d = u.Hex = { stringify: function(t4) {
90
+ for (var e4 = t4.words, r2 = t4.sigBytes, i2 = [], n4 = 0; n4 < r2; n4++) {
91
+ var o3 = e4[n4 >>> 2] >>> 24 - n4 % 4 * 8 & 255;
92
+ i2.push((o3 >>> 4).toString(16)), i2.push((15 & o3).toString(16));
93
+ }
94
+ return i2.join("");
95
+ }, parse: function(t4) {
96
+ for (var e4 = t4.length, r2 = [], i2 = 0; i2 < e4; i2 += 2)
97
+ r2[i2 >>> 3] |= parseInt(t4.substr(i2, 2), 16) << 24 - i2 % 8 * 4;
98
+ return new f.init(r2, e4 / 2);
99
+ } }, p = u.Latin1 = { stringify: function(t4) {
100
+ for (var e4 = t4.words, r2 = t4.sigBytes, i2 = [], n4 = 0; n4 < r2; n4++) {
101
+ var o3 = e4[n4 >>> 2] >>> 24 - n4 % 4 * 8 & 255;
102
+ i2.push(String.fromCharCode(o3));
103
+ }
104
+ return i2.join("");
105
+ }, parse: function(t4) {
106
+ for (var e4 = t4.length, r2 = [], i2 = 0; i2 < e4; i2++)
107
+ r2[i2 >>> 2] |= (255 & t4.charCodeAt(i2)) << 24 - i2 % 4 * 8;
108
+ return new f.init(r2, e4);
109
+ } }, v = u.Utf8 = { stringify: function(t4) {
34
110
  try {
35
- return n3.randomBytes(4).readInt32LE();
36
- } catch (t4) {
111
+ return decodeURIComponent(escape(p.stringify(t4)));
112
+ } catch (t5) {
113
+ throw new Error("Malformed UTF-8 data");
37
114
  }
38
- }
39
- throw new Error("Native crypto module could not be used to get secure random number.");
40
- }, a2 = Object.create || (o2 = function() {
41
- }, function(t4) {
42
- var e4;
43
- return o2.prototype = t4, e4 = new o2(), o2.prototype = null, e4;
44
- }), c = {}, h = c.lib = {}, l = h.Base = { extend: function(t4) {
45
- var e4 = a2(this);
46
- return t4 && e4.mixIn(t4), e4.hasOwnProperty("init") && this.init !== e4.init || (e4.init = function() {
47
- e4.$super.init.apply(this, arguments);
48
- }), e4.init.prototype = e4, e4.$super = this, e4;
49
- }, create: function() {
50
- var t4 = this.extend();
51
- return t4.init.apply(t4, arguments), t4;
52
- }, init: function() {
53
- }, mixIn: function(t4) {
54
- for (var e4 in t4)
55
- t4.hasOwnProperty(e4) && (this[e4] = t4[e4]);
56
- t4.hasOwnProperty("toString") && (this.toString = t4.toString);
57
- }, clone: function() {
58
- return this.init.prototype.extend(this);
59
- } }, f = h.WordArray = l.extend({ init: function(t4, r2) {
60
- t4 = this.words = t4 || [], this.sigBytes = r2 != e3 ? r2 : 4 * t4.length;
61
- }, toString: function(t4) {
62
- return (t4 || d).stringify(this);
63
- }, concat: function(t4) {
64
- var e4 = this.words, r2 = t4.words, i2 = this.sigBytes, n4 = t4.sigBytes;
65
- if (this.clamp(), i2 % 4)
66
- for (var o3 = 0; o3 < n4; o3++) {
67
- var s3 = r2[o3 >>> 2] >>> 24 - o3 % 4 * 8 & 255;
68
- e4[i2 + o3 >>> 2] |= s3 << 24 - (i2 + o3) % 4 * 8;
115
+ }, parse: function(t4) {
116
+ return p.parse(unescape(encodeURIComponent(t4)));
117
+ } }, _ = h.BufferedBlockAlgorithm = l.extend({ reset: function() {
118
+ this._data = new f.init(), this._nDataBytes = 0;
119
+ }, _append: function(t4) {
120
+ "string" == typeof t4 && (t4 = v.parse(t4)), this._data.concat(t4), this._nDataBytes += t4.sigBytes;
121
+ }, _process: function(e4) {
122
+ var r2, i2 = this._data, n4 = i2.words, o3 = i2.sigBytes, s3 = this.blockSize, a3 = o3 / (4 * s3), c2 = (a3 = e4 ? t3.ceil(a3) : t3.max((0 | a3) - this._minBufferSize, 0)) * s3, h2 = t3.min(4 * c2, o3);
123
+ if (c2) {
124
+ for (var l2 = 0; l2 < c2; l2 += s3)
125
+ this._doProcessBlock(n4, l2);
126
+ r2 = n4.splice(0, c2), i2.sigBytes -= h2;
127
+ }
128
+ return new f.init(r2, h2);
129
+ }, clone: function() {
130
+ var t4 = l.clone.call(this);
131
+ return t4._data = this._data.clone(), t4;
132
+ }, _minBufferSize: 0 });
133
+ h.Hasher = _.extend({ cfg: l.extend(), init: function(t4) {
134
+ this.cfg = this.cfg.extend(t4), this.reset();
135
+ }, reset: function() {
136
+ _.reset.call(this), this._doReset();
137
+ }, update: function(t4) {
138
+ return this._append(t4), this._process(), this;
139
+ }, finalize: function(t4) {
140
+ return t4 && this._append(t4), this._doFinalize();
141
+ }, blockSize: 16, _createHelper: function(t4) {
142
+ return function(e4, r2) {
143
+ return new t4.init(r2).finalize(e4);
144
+ };
145
+ }, _createHmacHelper: function(t4) {
146
+ return function(e4, r2) {
147
+ return new y.HMAC.init(t4, r2).finalize(e4);
148
+ };
149
+ } });
150
+ var y = c.algo = {};
151
+ return c;
152
+ }(Math), n2);
153
+ });
154
+ n(function(t2, e2) {
155
+ var r2, i2, n2, o2, a2, c, h;
156
+ t2.exports = (n2 = (i2 = h = s).lib, o2 = n2.Base, a2 = n2.WordArray, (c = i2.x64 = {}).Word = o2.extend({ init: function(t3, e3) {
157
+ this.high = t3, this.low = e3;
158
+ } }), c.WordArray = o2.extend({ init: function(t3, e3) {
159
+ t3 = this.words = t3 || [], this.sigBytes = e3 != r2 ? e3 : 8 * t3.length;
160
+ }, toX32: function() {
161
+ for (var t3 = this.words, e3 = t3.length, r3 = [], i3 = 0; i3 < e3; i3++) {
162
+ var n3 = t3[i3];
163
+ r3.push(n3.high), r3.push(n3.low);
69
164
  }
70
- else
71
- for (var a3 = 0; a3 < n4; a3 += 4)
72
- e4[i2 + a3 >>> 2] = r2[a3 >>> 2];
73
- return this.sigBytes += n4, this;
74
- }, clamp: function() {
75
- var e4 = this.words, r2 = this.sigBytes;
76
- e4[r2 >>> 2] &= 4294967295 << 32 - r2 % 4 * 8, e4.length = t3.ceil(r2 / 4);
77
- }, clone: function() {
78
- var t4 = l.clone.call(this);
79
- return t4.words = this.words.slice(0), t4;
80
- }, random: function(t4) {
81
- for (var e4 = [], r2 = 0; r2 < t4; r2 += 4)
82
- e4.push(s2());
83
- return new f.init(e4, t4);
84
- } }), u = c.enc = {}, d = u.Hex = { stringify: function(t4) {
85
- for (var e4 = t4.words, r2 = t4.sigBytes, i2 = [], n4 = 0; n4 < r2; n4++) {
86
- var o3 = e4[n4 >>> 2] >>> 24 - n4 % 4 * 8 & 255;
87
- i2.push((o3 >>> 4).toString(16)), i2.push((15 & o3).toString(16));
88
- }
89
- return i2.join("");
90
- }, parse: function(t4) {
91
- for (var e4 = t4.length, r2 = [], i2 = 0; i2 < e4; i2 += 2)
92
- r2[i2 >>> 3] |= parseInt(t4.substr(i2, 2), 16) << 24 - i2 % 8 * 4;
93
- return new f.init(r2, e4 / 2);
94
- } }, p = u.Latin1 = { stringify: function(t4) {
95
- for (var e4 = t4.words, r2 = t4.sigBytes, i2 = [], n4 = 0; n4 < r2; n4++) {
96
- var o3 = e4[n4 >>> 2] >>> 24 - n4 % 4 * 8 & 255;
97
- i2.push(String.fromCharCode(o3));
98
- }
99
- return i2.join("");
100
- }, parse: function(t4) {
101
- for (var e4 = t4.length, r2 = [], i2 = 0; i2 < e4; i2++)
102
- r2[i2 >>> 2] |= (255 & t4.charCodeAt(i2)) << 24 - i2 % 4 * 8;
103
- return new f.init(r2, e4);
104
- } }, v = u.Utf8 = { stringify: function(t4) {
105
- try {
106
- return decodeURIComponent(escape(p.stringify(t4)));
107
- } catch (t5) {
108
- throw new Error("Malformed UTF-8 data");
109
- }
110
- }, parse: function(t4) {
111
- return p.parse(unescape(encodeURIComponent(t4)));
112
- } }, _ = h.BufferedBlockAlgorithm = l.extend({ reset: function() {
113
- this._data = new f.init(), this._nDataBytes = 0;
114
- }, _append: function(t4) {
115
- "string" == typeof t4 && (t4 = v.parse(t4)), this._data.concat(t4), this._nDataBytes += t4.sigBytes;
116
- }, _process: function(e4) {
117
- var r2, i2 = this._data, n4 = i2.words, o3 = i2.sigBytes, s3 = this.blockSize, a3 = o3 / (4 * s3), c2 = (a3 = e4 ? t3.ceil(a3) : t3.max((0 | a3) - this._minBufferSize, 0)) * s3, h2 = t3.min(4 * c2, o3);
118
- if (c2) {
119
- for (var l2 = 0; l2 < c2; l2 += s3)
120
- this._doProcessBlock(n4, l2);
121
- r2 = n4.splice(0, c2), i2.sigBytes -= h2;
122
- }
123
- return new f.init(r2, h2);
124
- }, clone: function() {
125
- var t4 = l.clone.call(this);
126
- return t4._data = this._data.clone(), t4;
127
- }, _minBufferSize: 0 });
128
- h.Hasher = _.extend({ cfg: l.extend(), init: function(t4) {
129
- this.cfg = this.cfg.extend(t4), this.reset();
130
- }, reset: function() {
131
- _.reset.call(this), this._doReset();
132
- }, update: function(t4) {
133
- return this._append(t4), this._process(), this;
134
- }, finalize: function(t4) {
135
- return t4 && this._append(t4), this._doFinalize();
136
- }, blockSize: 16, _createHelper: function(t4) {
137
- return function(e4, r2) {
138
- return new t4.init(r2).finalize(e4);
139
- };
140
- }, _createHmacHelper: function(t4) {
141
- return function(e4, r2) {
142
- return new y.HMAC.init(t4, r2).finalize(e4);
143
- };
144
- } });
145
- var y = c.algo = {};
146
- return c;
147
- }(Math), n2);
148
- });
149
- n(function(t2, e2) {
150
- var r2, i2, n2, o2, a2, c, h;
151
- t2.exports = (n2 = (i2 = h = s).lib, o2 = n2.Base, a2 = n2.WordArray, (c = i2.x64 = {}).Word = o2.extend({ init: function(t3, e3) {
152
- this.high = t3, this.low = e3;
153
- } }), c.WordArray = o2.extend({ init: function(t3, e3) {
154
- t3 = this.words = t3 || [], this.sigBytes = e3 != r2 ? e3 : 8 * t3.length;
155
- }, toX32: function() {
156
- for (var t3 = this.words, e3 = t3.length, r3 = [], i3 = 0; i3 < e3; i3++) {
157
- var n3 = t3[i3];
158
- r3.push(n3.high), r3.push(n3.low);
159
- }
160
- return a2.create(r3, this.sigBytes);
161
- }, clone: function() {
162
- for (var t3 = o2.clone.call(this), e3 = t3.words = this.words.slice(0), r3 = e3.length, i3 = 0; i3 < r3; i3++)
163
- e3[i3] = e3[i3].clone();
164
- return t3;
165
- } }), h);
166
- });
167
- function a(t2, e2) {
168
- return null != e2 && "undefined" != typeof Symbol && e2[Symbol.hasInstance] ? !!e2[Symbol.hasInstance](t2) : t2 instanceof e2;
169
- }
170
- n(function(t2, e2) {
171
- var r2;
172
- t2.exports = (r2 = s, function() {
173
- if ("function" == typeof ArrayBuffer) {
174
- var t3 = r2.lib.WordArray, e3 = t3.init, i2 = t3.init = function(t4) {
175
- if (a(t4, ArrayBuffer) && (t4 = new Uint8Array(t4)), (a(t4, Int8Array) || "undefined" != typeof Uint8ClampedArray && a(t4, Uint8ClampedArray) || a(t4, Int16Array) || a(t4, Uint16Array) || a(t4, Int32Array) || a(t4, Uint32Array) || a(t4, Float32Array) || a(t4, Float64Array)) && (t4 = new Uint8Array(t4.buffer, t4.byteOffset, t4.byteLength)), a(t4, Uint8Array)) {
176
- for (var r3 = t4.byteLength, i3 = [], n2 = 0; n2 < r3; n2++)
177
- i3[n2 >>> 2] |= t4[n2] << 24 - n2 % 4 * 8;
178
- e3.call(this, i3, r3);
179
- } else
180
- e3.apply(this, arguments);
181
- };
182
- i2.prototype = t3;
183
- }
184
- }(), r2.lib.WordArray);
185
- }), n(function(t2, e2) {
186
- var r2, i2, n2, o2, a2;
187
- t2.exports = (r2 = function(t3) {
188
- return t3 << 8 & 4278255360 | t3 >>> 8 & 16711935;
189
- }, n2 = (i2 = a2 = s).lib.WordArray, (o2 = i2.enc).Utf16 = o2.Utf16BE = { stringify: function(t3) {
190
- for (var e3 = t3.words, r3 = t3.sigBytes, i3 = [], n3 = 0; n3 < r3; n3 += 2) {
191
- var o3 = e3[n3 >>> 2] >>> 16 - n3 % 4 * 8 & 65535;
192
- i3.push(String.fromCharCode(o3));
193
- }
194
- return i3.join("");
195
- }, parse: function(t3) {
196
- for (var e3 = t3.length, r3 = [], i3 = 0; i3 < e3; i3++)
197
- r3[i3 >>> 1] |= t3.charCodeAt(i3) << 16 - i3 % 2 * 16;
198
- return n2.create(r3, 2 * e3);
199
- } }, o2.Utf16LE = { stringify: function(t3) {
200
- for (var e3 = t3.words, i3 = t3.sigBytes, n3 = [], o3 = 0; o3 < i3; o3 += 2) {
201
- var s2 = r2(e3[o3 >>> 2] >>> 16 - o3 % 4 * 8 & 65535);
202
- n3.push(String.fromCharCode(s2));
203
- }
204
- return n3.join("");
205
- }, parse: function(t3) {
206
- for (var e3 = t3.length, i3 = [], o3 = 0; o3 < e3; o3++)
207
- i3[o3 >>> 1] |= r2(t3.charCodeAt(o3) << 16 - o3 % 2 * 16);
208
- return n2.create(i3, 2 * e3);
209
- } }, a2.enc.Utf16);
210
- }), n(function(t2, e2) {
211
- var r2, i2, n2, o2;
212
- t2.exports = (r2 = function(t3, e3, r3) {
213
- for (var i3 = [], o3 = 0, s2 = 0; s2 < e3; s2++)
214
- if (s2 % 4) {
215
- var a2 = r3[t3.charCodeAt(s2 - 1)] << s2 % 4 * 2 | r3[t3.charCodeAt(s2)] >>> 6 - s2 % 4 * 2;
216
- i3[o3 >>> 2] |= a2 << 24 - o3 % 4 * 8, o3++;
217
- }
218
- return n2.create(i3, o3);
219
- }, n2 = (i2 = o2 = s).lib.WordArray, i2.enc.Base64 = { stringify: function(t3) {
220
- var e3 = t3.words, r3 = t3.sigBytes, i3 = this._map;
221
- t3.clamp();
222
- for (var n3 = [], o3 = 0; o3 < r3; o3 += 3)
223
- for (var s2 = (e3[o3 >>> 2] >>> 24 - o3 % 4 * 8 & 255) << 16 | (e3[o3 + 1 >>> 2] >>> 24 - (o3 + 1) % 4 * 8 & 255) << 8 | e3[o3 + 2 >>> 2] >>> 24 - (o3 + 2) % 4 * 8 & 255, a2 = 0; a2 < 4 && o3 + 0.75 * a2 < r3; a2++)
224
- n3.push(i3.charAt(s2 >>> 6 * (3 - a2) & 63));
225
- var c = i3.charAt(64);
226
- if (c)
227
- for (; n3.length % 4; )
228
- n3.push(c);
229
- return n3.join("");
230
- }, parse: function(t3) {
231
- var e3 = t3.length, i3 = this._map, n3 = this._reverseMap;
232
- if (!n3) {
233
- n3 = this._reverseMap = [];
234
- for (var o3 = 0; o3 < i3.length; o3++)
235
- n3[i3.charCodeAt(o3)] = o3;
165
+ return a2.create(r3, this.sigBytes);
166
+ }, clone: function() {
167
+ for (var t3 = o2.clone.call(this), e3 = t3.words = this.words.slice(0), r3 = e3.length, i3 = 0; i3 < r3; i3++)
168
+ e3[i3] = e3[i3].clone();
169
+ return t3;
170
+ } }), h);
171
+ });
172
+ function a(t2, e2) {
173
+ return null != e2 && "undefined" != typeof Symbol && e2[Symbol.hasInstance] ? !!e2[Symbol.hasInstance](t2) : t2 instanceof e2;
236
174
  }
237
- var s2 = i3.charAt(64);
238
- if (s2) {
239
- var a2 = t3.indexOf(s2);
240
- -1 !== a2 && (e3 = a2);
241
- }
242
- return r2(t3, e3, n3);
243
- }, _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" }, o2.enc.Base64);
244
- }), n(function(t2, e2) {
245
- var r2, i2, n2, o2;
246
- t2.exports = (r2 = function(t3, e3, r3) {
247
- for (var i3 = [], o3 = 0, s2 = 0; s2 < e3; s2++)
248
- if (s2 % 4) {
249
- var a2 = r3[t3.charCodeAt(s2 - 1)] << s2 % 4 * 2 | r3[t3.charCodeAt(s2)] >>> 6 - s2 % 4 * 2;
250
- i3[o3 >>> 2] |= a2 << 24 - o3 % 4 * 8, o3++;
251
- }
252
- return n2.create(i3, o3);
253
- }, n2 = (i2 = o2 = s).lib.WordArray, i2.enc.Base64url = { stringify: function(t3) {
254
- var e3 = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1], r3 = t3.words, i3 = t3.sigBytes, n3 = e3 ? this._safe_map : this._map;
255
- t3.clamp();
256
- for (var o3 = [], s2 = 0; s2 < i3; s2 += 3)
257
- for (var a2 = (r3[s2 >>> 2] >>> 24 - s2 % 4 * 8 & 255) << 16 | (r3[s2 + 1 >>> 2] >>> 24 - (s2 + 1) % 4 * 8 & 255) << 8 | r3[s2 + 2 >>> 2] >>> 24 - (s2 + 2) % 4 * 8 & 255, c = 0; c < 4 && s2 + 0.75 * c < i3; c++)
258
- o3.push(n3.charAt(a2 >>> 6 * (3 - c) & 63));
259
- var h = n3.charAt(64);
260
- if (h)
261
- for (; o3.length % 4; )
262
- o3.push(h);
263
- return o3.join("");
264
- }, parse: function(t3) {
265
- var e3 = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1], i3 = t3.length, n3 = e3 ? this._safe_map : this._map, o3 = this._reverseMap;
266
- if (!o3) {
267
- o3 = this._reverseMap = [];
268
- for (var s2 = 0; s2 < n3.length; s2++)
269
- o3[n3.charCodeAt(s2)] = s2;
270
- }
271
- var a2 = n3.charAt(64);
272
- if (a2) {
273
- var c = t3.indexOf(a2);
274
- -1 !== c && (i3 = c);
275
- }
276
- return r2(t3, i3, o3);
277
- }, _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", _safe_map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_" }, o2.enc.Base64url);
278
- }), n(function(t2, e2) {
279
- var r2;
280
- t2.exports = (r2 = s, function(t3) {
281
- var e3 = function(t4, e4, r3, i3, n3, o3, s3) {
282
- var a3 = t4 + (e4 & r3 | ~e4 & i3) + n3 + s3;
283
- return (a3 << o3 | a3 >>> 32 - o3) + e4;
284
- }, i2 = function(t4, e4, r3, i3, n3, o3, s3) {
285
- var a3 = t4 + (e4 & i3 | r3 & ~i3) + n3 + s3;
286
- return (a3 << o3 | a3 >>> 32 - o3) + e4;
287
- }, n2 = function(t4, e4, r3, i3, n3, o3, s3) {
288
- var a3 = t4 + (e4 ^ r3 ^ i3) + n3 + s3;
289
- return (a3 << o3 | a3 >>> 32 - o3) + e4;
290
- }, o2 = function(t4, e4, r3, i3, n3, o3, s3) {
291
- var a3 = t4 + (r3 ^ (e4 | ~i3)) + n3 + s3;
292
- return (a3 << o3 | a3 >>> 32 - o3) + e4;
293
- }, s2 = r2, a2 = s2.lib, c = a2.WordArray, h = a2.Hasher, l = s2.algo, f = [];
294
- !function() {
295
- for (var e4 = 0; e4 < 64; e4++)
296
- f[e4] = 4294967296 * t3.abs(t3.sin(e4 + 1)) | 0;
297
- }();
298
- var u = l.MD5 = h.extend({ _doReset: function() {
299
- this._hash = new c.init([1732584193, 4023233417, 2562383102, 271733878]);
300
- }, _doProcessBlock: function(t4, r3) {
301
- for (var s3 = 0; s3 < 16; s3++) {
302
- var a3 = r3 + s3, c2 = t4[a3];
303
- t4[a3] = 16711935 & (c2 << 8 | c2 >>> 24) | 4278255360 & (c2 << 24 | c2 >>> 8);
304
- }
305
- var h2 = this._hash.words, l2 = t4[r3 + 0], u2 = t4[r3 + 1], d = t4[r3 + 2], p = t4[r3 + 3], v = t4[r3 + 4], _ = t4[r3 + 5], y = t4[r3 + 6], g = t4[r3 + 7], B = t4[r3 + 8], w = t4[r3 + 9], k = t4[r3 + 10], x = t4[r3 + 11], m = t4[r3 + 12], S = t4[r3 + 13], b = t4[r3 + 14], A = t4[r3 + 15], H = h2[0], z = h2[1], C = h2[2], D = h2[3];
306
- H = e3(H, z, C, D, l2, 7, f[0]), D = e3(D, H, z, C, u2, 12, f[1]), C = e3(C, D, H, z, d, 17, f[2]), z = e3(z, C, D, H, p, 22, f[3]), H = e3(H, z, C, D, v, 7, f[4]), D = e3(D, H, z, C, _, 12, f[5]), C = e3(C, D, H, z, y, 17, f[6]), z = e3(z, C, D, H, g, 22, f[7]), H = e3(H, z, C, D, B, 7, f[8]), D = e3(D, H, z, C, w, 12, f[9]), C = e3(C, D, H, z, k, 17, f[10]), z = e3(z, C, D, H, x, 22, f[11]), H = e3(H, z, C, D, m, 7, f[12]), D = e3(D, H, z, C, S, 12, f[13]), C = e3(C, D, H, z, b, 17, f[14]), z = e3(z, C, D, H, A, 22, f[15]), H = i2(H, z, C, D, u2, 5, f[16]), D = i2(D, H, z, C, y, 9, f[17]), C = i2(C, D, H, z, x, 14, f[18]), z = i2(z, C, D, H, l2, 20, f[19]), H = i2(H, z, C, D, _, 5, f[20]), D = i2(D, H, z, C, k, 9, f[21]), C = i2(C, D, H, z, A, 14, f[22]), z = i2(z, C, D, H, v, 20, f[23]), H = i2(H, z, C, D, w, 5, f[24]), D = i2(D, H, z, C, b, 9, f[25]), C = i2(C, D, H, z, p, 14, f[26]), z = i2(z, C, D, H, B, 20, f[27]), H = i2(H, z, C, D, S, 5, f[28]), D = i2(D, H, z, C, d, 9, f[29]), C = i2(C, D, H, z, g, 14, f[30]), z = i2(z, C, D, H, m, 20, f[31]), H = n2(H, z, C, D, _, 4, f[32]), D = n2(D, H, z, C, B, 11, f[33]), C = n2(C, D, H, z, x, 16, f[34]), z = n2(z, C, D, H, b, 23, f[35]), H = n2(H, z, C, D, u2, 4, f[36]), D = n2(D, H, z, C, v, 11, f[37]), C = n2(C, D, H, z, g, 16, f[38]), z = n2(z, C, D, H, k, 23, f[39]), H = n2(H, z, C, D, S, 4, f[40]), D = n2(D, H, z, C, l2, 11, f[41]), C = n2(C, D, H, z, p, 16, f[42]), z = n2(z, C, D, H, y, 23, f[43]), H = n2(H, z, C, D, w, 4, f[44]), D = n2(D, H, z, C, m, 11, f[45]), C = n2(C, D, H, z, A, 16, f[46]), z = n2(z, C, D, H, d, 23, f[47]), H = o2(H, z, C, D, l2, 6, f[48]), D = o2(D, H, z, C, g, 10, f[49]), C = o2(C, D, H, z, b, 15, f[50]), z = o2(z, C, D, H, _, 21, f[51]), H = o2(H, z, C, D, m, 6, f[52]), D = o2(D, H, z, C, p, 10, f[53]), C = o2(C, D, H, z, k, 15, f[54]), z = o2(z, C, D, H, u2, 21, f[55]), H = o2(H, z, C, D, B, 6, f[56]), D = o2(D, H, z, C, A, 10, f[57]), C = o2(C, D, H, z, y, 15, f[58]), z = o2(z, C, D, H, S, 21, f[59]), H = o2(H, z, C, D, v, 6, f[60]), D = o2(D, H, z, C, x, 10, f[61]), C = o2(C, D, H, z, d, 15, f[62]), z = o2(z, C, D, H, w, 21, f[63]), h2[0] = h2[0] + H | 0, h2[1] = h2[1] + z | 0, h2[2] = h2[2] + C | 0, h2[3] = h2[3] + D | 0;
307
- }, _doFinalize: function() {
308
- var e4 = this._data, r3 = e4.words, i3 = 8 * this._nDataBytes, n3 = 8 * e4.sigBytes;
309
- r3[n3 >>> 5] |= 128 << 24 - n3 % 32;
310
- var o3 = t3.floor(i3 / 4294967296), s3 = i3;
311
- r3[15 + (n3 + 64 >>> 9 << 4)] = 16711935 & (o3 << 8 | o3 >>> 24) | 4278255360 & (o3 << 24 | o3 >>> 8), r3[14 + (n3 + 64 >>> 9 << 4)] = 16711935 & (s3 << 8 | s3 >>> 24) | 4278255360 & (s3 << 24 | s3 >>> 8), e4.sigBytes = 4 * (r3.length + 1), this._process();
312
- for (var a3 = this._hash, c2 = a3.words, h2 = 0; h2 < 4; h2++) {
313
- var l2 = c2[h2];
314
- c2[h2] = 16711935 & (l2 << 8 | l2 >>> 24) | 4278255360 & (l2 << 24 | l2 >>> 8);
315
- }
316
- return a3;
317
- }, clone: function() {
318
- var t4 = h.clone.call(this);
319
- return t4._hash = this._hash.clone(), t4;
320
- } });
321
- s2.MD5 = h._createHelper(u), s2.HmacMD5 = h._createHmacHelper(u);
322
- }(Math), r2.MD5);
323
- }), n(function(t2, e2) {
324
- var r2, i2, n2, o2, a2, c, h, l;
325
- t2.exports = (i2 = (r2 = l = s).lib, n2 = i2.WordArray, o2 = i2.Hasher, a2 = r2.algo, c = [], h = a2.SHA1 = o2.extend({ _doReset: function() {
326
- this._hash = new n2.init([1732584193, 4023233417, 2562383102, 271733878, 3285377520]);
327
- }, _doProcessBlock: function(t3, e3) {
328
- for (var r3 = this._hash.words, i3 = r3[0], n3 = r3[1], o3 = r3[2], s2 = r3[3], a3 = r3[4], h2 = 0; h2 < 80; h2++) {
329
- if (h2 < 16)
330
- c[h2] = 0 | t3[e3 + h2];
331
- else {
332
- var l2 = c[h2 - 3] ^ c[h2 - 8] ^ c[h2 - 14] ^ c[h2 - 16];
333
- c[h2] = l2 << 1 | l2 >>> 31;
334
- }
335
- var f = (i3 << 5 | i3 >>> 27) + a3 + c[h2];
336
- f += h2 < 20 ? 1518500249 + (n3 & o3 | ~n3 & s2) : h2 < 40 ? 1859775393 + (n3 ^ o3 ^ s2) : h2 < 60 ? (n3 & o3 | n3 & s2 | o3 & s2) - 1894007588 : (n3 ^ o3 ^ s2) - 899497514, a3 = s2, s2 = o3, o3 = n3 << 30 | n3 >>> 2, n3 = i3, i3 = f;
337
- }
338
- r3[0] = r3[0] + i3 | 0, r3[1] = r3[1] + n3 | 0, r3[2] = r3[2] + o3 | 0, r3[3] = r3[3] + s2 | 0, r3[4] = r3[4] + a3 | 0;
339
- }, _doFinalize: function() {
340
- var t3 = this._data, e3 = t3.words, r3 = 8 * this._nDataBytes, i3 = 8 * t3.sigBytes;
341
- return e3[i3 >>> 5] |= 128 << 24 - i3 % 32, e3[14 + (i3 + 64 >>> 9 << 4)] = Math.floor(r3 / 4294967296), e3[15 + (i3 + 64 >>> 9 << 4)] = r3, t3.sigBytes = 4 * e3.length, this._process(), this._hash;
342
- }, clone: function() {
343
- var t3 = o2.clone.call(this);
344
- return t3._hash = this._hash.clone(), t3;
345
- } }), r2.SHA1 = o2._createHelper(h), r2.HmacSHA1 = o2._createHmacHelper(h), l.SHA1);
346
- }), n(function(t2, e2) {
347
- var r2;
348
- t2.exports = (r2 = s, function(t3) {
349
- var e3 = r2, i2 = e3.lib, n2 = i2.WordArray, o2 = i2.Hasher, s2 = e3.algo, a2 = [], c = [];
350
- !function() {
351
- for (var e4 = function(e5) {
352
- for (var r4 = t3.sqrt(e5), i4 = 2; i4 <= r4; i4++)
353
- if (!(e5 % i4))
354
- return false;
355
- return true;
356
- }, r3 = function(t4) {
357
- return 4294967296 * (t4 - (0 | t4)) | 0;
358
- }, i3 = 2, n3 = 0; n3 < 64; )
359
- e4(i3) && (n3 < 8 && (a2[n3] = r3(t3.pow(i3, 0.5))), c[n3] = r3(t3.pow(i3, 1 / 3)), n3++), i3++;
360
- }();
361
- var h = [], l = s2.SHA256 = o2.extend({ _doReset: function() {
362
- this._hash = new n2.init(a2.slice(0));
363
- }, _doProcessBlock: function(t4, e4) {
364
- for (var r3 = this._hash.words, i3 = r3[0], n3 = r3[1], o3 = r3[2], s3 = r3[3], a3 = r3[4], l2 = r3[5], f = r3[6], u = r3[7], d = 0; d < 64; d++) {
365
- if (d < 16)
366
- h[d] = 0 | t4[e4 + d];
367
- else {
368
- var p = h[d - 15], v = (p << 25 | p >>> 7) ^ (p << 14 | p >>> 18) ^ p >>> 3, _ = h[d - 2], y = (_ << 15 | _ >>> 17) ^ (_ << 13 | _ >>> 19) ^ _ >>> 10;
369
- h[d] = v + h[d - 7] + y + h[d - 16];
175
+ n(function(t2, e2) {
176
+ var r2;
177
+ t2.exports = (r2 = s, function() {
178
+ if ("function" == typeof ArrayBuffer) {
179
+ var t3 = r2.lib.WordArray, e3 = t3.init, i2 = t3.init = function(t4) {
180
+ if (a(t4, ArrayBuffer) && (t4 = new Uint8Array(t4)), (a(t4, Int8Array) || "undefined" != typeof Uint8ClampedArray && a(t4, Uint8ClampedArray) || a(t4, Int16Array) || a(t4, Uint16Array) || a(t4, Int32Array) || a(t4, Uint32Array) || a(t4, Float32Array) || a(t4, Float64Array)) && (t4 = new Uint8Array(t4.buffer, t4.byteOffset, t4.byteLength)), a(t4, Uint8Array)) {
181
+ for (var r3 = t4.byteLength, i3 = [], n2 = 0; n2 < r3; n2++)
182
+ i3[n2 >>> 2] |= t4[n2] << 24 - n2 % 4 * 8;
183
+ e3.call(this, i3, r3);
184
+ } else
185
+ e3.apply(this, arguments);
186
+ };
187
+ i2.prototype = t3;
370
188
  }
371
- var g = i3 & n3 ^ i3 & o3 ^ n3 & o3, B = (i3 << 30 | i3 >>> 2) ^ (i3 << 19 | i3 >>> 13) ^ (i3 << 10 | i3 >>> 22), w = u + ((a3 << 26 | a3 >>> 6) ^ (a3 << 21 | a3 >>> 11) ^ (a3 << 7 | a3 >>> 25)) + (a3 & l2 ^ ~a3 & f) + c[d] + h[d];
372
- u = f, f = l2, l2 = a3, a3 = s3 + w | 0, s3 = o3, o3 = n3, n3 = i3, i3 = w + (B + g) | 0;
373
- }
374
- r3[0] = r3[0] + i3 | 0, r3[1] = r3[1] + n3 | 0, r3[2] = r3[2] + o3 | 0, r3[3] = r3[3] + s3 | 0, r3[4] = r3[4] + a3 | 0, r3[5] = r3[5] + l2 | 0, r3[6] = r3[6] + f | 0, r3[7] = r3[7] + u | 0;
375
- }, _doFinalize: function() {
376
- var e4 = this._data, r3 = e4.words, i3 = 8 * this._nDataBytes, n3 = 8 * e4.sigBytes;
377
- return r3[n3 >>> 5] |= 128 << 24 - n3 % 32, r3[14 + (n3 + 64 >>> 9 << 4)] = t3.floor(i3 / 4294967296), r3[15 + (n3 + 64 >>> 9 << 4)] = i3, e4.sigBytes = 4 * r3.length, this._process(), this._hash;
378
- }, clone: function() {
379
- var t4 = o2.clone.call(this);
380
- return t4._hash = this._hash.clone(), t4;
381
- } });
382
- e3.SHA256 = o2._createHelper(l), e3.HmacSHA256 = o2._createHmacHelper(l);
383
- }(Math), r2.SHA256);
384
- }), n(function(t2, e2) {
385
- var r2, i2, n2, o2, a2, c;
386
- t2.exports = (i2 = (r2 = c = s).lib.WordArray, n2 = r2.algo, o2 = n2.SHA256, a2 = n2.SHA224 = o2.extend({ _doReset: function() {
387
- this._hash = new i2.init([3238371032, 914150663, 812702999, 4144912697, 4290775857, 1750603025, 1694076839, 3204075428]);
388
- }, _doFinalize: function() {
389
- var t3 = o2._doFinalize.call(this);
390
- return t3.sigBytes -= 4, t3;
391
- } }), r2.SHA224 = o2._createHelper(a2), r2.HmacSHA224 = o2._createHmacHelper(a2), c.SHA224);
392
- }), n(function(t2, e2) {
393
- var r2;
394
- t2.exports = (r2 = s, function() {
395
- var t3 = function() {
396
- return o2.create.apply(o2, arguments);
397
- }, e3 = r2, i2 = e3.lib.Hasher, n2 = e3.x64, o2 = n2.Word, s2 = n2.WordArray, a2 = e3.algo, c = [t3(1116352408, 3609767458), t3(1899447441, 602891725), t3(3049323471, 3964484399), t3(3921009573, 2173295548), t3(961987163, 4081628472), t3(1508970993, 3053834265), t3(2453635748, 2937671579), t3(2870763221, 3664609560), t3(3624381080, 2734883394), t3(310598401, 1164996542), t3(607225278, 1323610764), t3(1426881987, 3590304994), t3(1925078388, 4068182383), t3(2162078206, 991336113), t3(2614888103, 633803317), t3(3248222580, 3479774868), t3(3835390401, 2666613458), t3(4022224774, 944711139), t3(264347078, 2341262773), t3(604807628, 2007800933), t3(770255983, 1495990901), t3(1249150122, 1856431235), t3(1555081692, 3175218132), t3(1996064986, 2198950837), t3(2554220882, 3999719339), t3(2821834349, 766784016), t3(2952996808, 2566594879), t3(3210313671, 3203337956), t3(3336571891, 1034457026), t3(3584528711, 2466948901), t3(113926993, 3758326383), t3(338241895, 168717936), t3(666307205, 1188179964), t3(773529912, 1546045734), t3(1294757372, 1522805485), t3(1396182291, 2643833823), t3(1695183700, 2343527390), t3(1986661051, 1014477480), t3(2177026350, 1206759142), t3(2456956037, 344077627), t3(2730485921, 1290863460), t3(2820302411, 3158454273), t3(3259730800, 3505952657), t3(3345764771, 106217008), t3(3516065817, 3606008344), t3(3600352804, 1432725776), t3(4094571909, 1467031594), t3(275423344, 851169720), t3(430227734, 3100823752), t3(506948616, 1363258195), t3(659060556, 3750685593), t3(883997877, 3785050280), t3(958139571, 3318307427), t3(1322822218, 3812723403), t3(1537002063, 2003034995), t3(1747873779, 3602036899), t3(1955562222, 1575990012), t3(2024104815, 1125592928), t3(2227730452, 2716904306), t3(2361852424, 442776044), t3(2428436474, 593698344), t3(2756734187, 3733110249), t3(3204031479, 2999351573), t3(3329325298, 3815920427), t3(3391569614, 3928383900), t3(3515267271, 566280711), t3(3940187606, 3454069534), t3(4118630271, 4000239992), t3(116418474, 1914138554), t3(174292421, 2731055270), t3(289380356, 3203993006), t3(460393269, 320620315), t3(685471733, 587496836), t3(852142971, 1086792851), t3(1017036298, 365543100), t3(1126000580, 2618297676), t3(1288033470, 3409855158), t3(1501505948, 4234509866), t3(1607167915, 987167468), t3(1816402316, 1246189591)], h = [];
398
- !function() {
399
- for (var e4 = 0; e4 < 80; e4++)
400
- h[e4] = t3();
401
- }();
402
- var l = a2.SHA512 = i2.extend({ _doReset: function() {
403
- this._hash = new s2.init([new o2.init(1779033703, 4089235720), new o2.init(3144134277, 2227873595), new o2.init(1013904242, 4271175723), new o2.init(2773480762, 1595750129), new o2.init(1359893119, 2917565137), new o2.init(2600822924, 725511199), new o2.init(528734635, 4215389547), new o2.init(1541459225, 327033209)]);
404
- }, _doProcessBlock: function(t4, e4) {
405
- for (var r3 = this._hash.words, i3 = r3[0], n3 = r3[1], o3 = r3[2], s3 = r3[3], a3 = r3[4], l2 = r3[5], f = r3[6], u = r3[7], d = i3.high, p = i3.low, v = n3.high, _ = n3.low, y = o3.high, g = o3.low, B = s3.high, w = s3.low, k = a3.high, x = a3.low, m = l2.high, S = l2.low, b = f.high, A = f.low, H = u.high, z = u.low, C = d, D = p, E = v, R = _, M = y, F = g, P = B, W = w, O = k, I = x, U = m, K = S, T = b, X = A, j = H, L = z, N = 0; N < 80; N++) {
406
- var q, Z, G = h[N];
407
- if (N < 16)
408
- Z = G.high = 0 | t4[e4 + 2 * N], q = G.low = 0 | t4[e4 + 2 * N + 1];
409
- else {
410
- var V = h[N - 15], J = V.high, $ = V.low, Q = (J >>> 1 | $ << 31) ^ (J >>> 8 | $ << 24) ^ J >>> 7, Y = ($ >>> 1 | J << 31) ^ ($ >>> 8 | J << 24) ^ ($ >>> 7 | J << 25), tt = h[N - 2], et = tt.high, rt = tt.low, it = (et >>> 19 | rt << 13) ^ (et << 3 | rt >>> 29) ^ et >>> 6, nt = (rt >>> 19 | et << 13) ^ (rt << 3 | et >>> 29) ^ (rt >>> 6 | et << 26), ot = h[N - 7], st = ot.high, at = ot.low, ct = h[N - 16], ht = ct.high, lt = ct.low;
411
- Z = (Z = (Z = Q + st + ((q = Y + at) >>> 0 < Y >>> 0 ? 1 : 0)) + it + ((q += nt) >>> 0 < nt >>> 0 ? 1 : 0)) + ht + ((q += lt) >>> 0 < lt >>> 0 ? 1 : 0), G.high = Z, G.low = q;
189
+ }(), r2.lib.WordArray);
190
+ }), n(function(t2, e2) {
191
+ var r2, i2, n2, o2, a2;
192
+ t2.exports = (r2 = function(t3) {
193
+ return t3 << 8 & 4278255360 | t3 >>> 8 & 16711935;
194
+ }, n2 = (i2 = a2 = s).lib.WordArray, (o2 = i2.enc).Utf16 = o2.Utf16BE = { stringify: function(t3) {
195
+ for (var e3 = t3.words, r3 = t3.sigBytes, i3 = [], n3 = 0; n3 < r3; n3 += 2) {
196
+ var o3 = e3[n3 >>> 2] >>> 16 - n3 % 4 * 8 & 65535;
197
+ i3.push(String.fromCharCode(o3));
412
198
  }
413
- var ft, ut = O & U ^ ~O & T, dt = I & K ^ ~I & X, pt = C & E ^ C & M ^ E & M, vt = D & R ^ D & F ^ R & F, _t = (C >>> 28 | D << 4) ^ (C << 30 | D >>> 2) ^ (C << 25 | D >>> 7), yt = (D >>> 28 | C << 4) ^ (D << 30 | C >>> 2) ^ (D << 25 | C >>> 7), gt = (O >>> 14 | I << 18) ^ (O >>> 18 | I << 14) ^ (O << 23 | I >>> 9), Bt = (I >>> 14 | O << 18) ^ (I >>> 18 | O << 14) ^ (I << 23 | O >>> 9), wt = c[N], kt = wt.high, xt = wt.low, mt = j + gt + ((ft = L + Bt) >>> 0 < L >>> 0 ? 1 : 0), St = yt + vt;
414
- j = T, L = X, T = U, X = K, U = O, K = I, O = P + (mt = (mt = (mt = mt + ut + ((ft += dt) >>> 0 < dt >>> 0 ? 1 : 0)) + kt + ((ft += xt) >>> 0 < xt >>> 0 ? 1 : 0)) + Z + ((ft += q) >>> 0 < q >>> 0 ? 1 : 0)) + ((I = W + ft | 0) >>> 0 < W >>> 0 ? 1 : 0) | 0, P = M, W = F, M = E, F = R, E = C, R = D, C = mt + (_t + pt + (St >>> 0 < yt >>> 0 ? 1 : 0)) + ((D = ft + St | 0) >>> 0 < ft >>> 0 ? 1 : 0) | 0;
415
- }
416
- p = i3.low = p + D, i3.high = d + C + (p >>> 0 < D >>> 0 ? 1 : 0), _ = n3.low = _ + R, n3.high = v + E + (_ >>> 0 < R >>> 0 ? 1 : 0), g = o3.low = g + F, o3.high = y + M + (g >>> 0 < F >>> 0 ? 1 : 0), w = s3.low = w + W, s3.high = B + P + (w >>> 0 < W >>> 0 ? 1 : 0), x = a3.low = x + I, a3.high = k + O + (x >>> 0 < I >>> 0 ? 1 : 0), S = l2.low = S + K, l2.high = m + U + (S >>> 0 < K >>> 0 ? 1 : 0), A = f.low = A + X, f.high = b + T + (A >>> 0 < X >>> 0 ? 1 : 0), z = u.low = z + L, u.high = H + j + (z >>> 0 < L >>> 0 ? 1 : 0);
417
- }, _doFinalize: function() {
418
- var t4 = this._data, e4 = t4.words, r3 = 8 * this._nDataBytes, i3 = 8 * t4.sigBytes;
419
- return e4[i3 >>> 5] |= 128 << 24 - i3 % 32, e4[30 + (i3 + 128 >>> 10 << 5)] = Math.floor(r3 / 4294967296), e4[31 + (i3 + 128 >>> 10 << 5)] = r3, t4.sigBytes = 4 * e4.length, this._process(), this._hash.toX32();
420
- }, clone: function() {
421
- var t4 = i2.clone.call(this);
422
- return t4._hash = this._hash.clone(), t4;
423
- }, blockSize: 32 });
424
- e3.SHA512 = i2._createHelper(l), e3.HmacSHA512 = i2._createHmacHelper(l);
425
- }(), r2.SHA512);
426
- }), n(function(t2, e2) {
427
- var r2, i2, n2, o2, a2, c, h, l;
428
- t2.exports = (i2 = (r2 = l = s).x64, n2 = i2.Word, o2 = i2.WordArray, a2 = r2.algo, c = a2.SHA512, h = a2.SHA384 = c.extend({ _doReset: function() {
429
- this._hash = new o2.init([new n2.init(3418070365, 3238371032), new n2.init(1654270250, 914150663), new n2.init(2438529370, 812702999), new n2.init(355462360, 4144912697), new n2.init(1731405415, 4290775857), new n2.init(2394180231, 1750603025), new n2.init(3675008525, 1694076839), new n2.init(1203062813, 3204075428)]);
430
- }, _doFinalize: function() {
431
- var t3 = c._doFinalize.call(this);
432
- return t3.sigBytes -= 16, t3;
433
- } }), r2.SHA384 = c._createHelper(h), r2.HmacSHA384 = c._createHmacHelper(h), l.SHA384);
434
- }), n(function(t2, e2) {
435
- var r2;
436
- t2.exports = (r2 = s, function(t3) {
437
- var e3 = r2, i2 = e3.lib, n2 = i2.WordArray, o2 = i2.Hasher, s2 = e3.x64.Word, a2 = e3.algo, c = [], h = [], l = [];
438
- !function() {
439
- for (var t4 = 1, e4 = 0, r3 = 0; r3 < 24; r3++) {
440
- c[t4 + 5 * e4] = (r3 + 1) * (r3 + 2) / 2 % 64;
441
- var i3 = (2 * t4 + 3 * e4) % 5;
442
- t4 = e4 % 5, e4 = i3;
443
- }
444
- for (t4 = 0; t4 < 5; t4++)
445
- for (e4 = 0; e4 < 5; e4++)
446
- h[t4 + 5 * e4] = e4 + (2 * t4 + 3 * e4) % 5 * 5;
447
- for (var n3 = 1, o3 = 0; o3 < 24; o3++) {
448
- for (var a3 = 0, f2 = 0, u2 = 0; u2 < 7; u2++) {
449
- if (1 & n3) {
450
- var d = (1 << u2) - 1;
451
- d < 32 ? f2 ^= 1 << d : a3 ^= 1 << d - 32;
199
+ return i3.join("");
200
+ }, parse: function(t3) {
201
+ for (var e3 = t3.length, r3 = [], i3 = 0; i3 < e3; i3++)
202
+ r3[i3 >>> 1] |= t3.charCodeAt(i3) << 16 - i3 % 2 * 16;
203
+ return n2.create(r3, 2 * e3);
204
+ } }, o2.Utf16LE = { stringify: function(t3) {
205
+ for (var e3 = t3.words, i3 = t3.sigBytes, n3 = [], o3 = 0; o3 < i3; o3 += 2) {
206
+ var s2 = r2(e3[o3 >>> 2] >>> 16 - o3 % 4 * 8 & 65535);
207
+ n3.push(String.fromCharCode(s2));
208
+ }
209
+ return n3.join("");
210
+ }, parse: function(t3) {
211
+ for (var e3 = t3.length, i3 = [], o3 = 0; o3 < e3; o3++)
212
+ i3[o3 >>> 1] |= r2(t3.charCodeAt(o3) << 16 - o3 % 2 * 16);
213
+ return n2.create(i3, 2 * e3);
214
+ } }, a2.enc.Utf16);
215
+ }), n(function(t2, e2) {
216
+ var r2, i2, n2, o2;
217
+ t2.exports = (r2 = function(t3, e3, r3) {
218
+ for (var i3 = [], o3 = 0, s2 = 0; s2 < e3; s2++)
219
+ if (s2 % 4) {
220
+ var a2 = r3[t3.charCodeAt(s2 - 1)] << s2 % 4 * 2 | r3[t3.charCodeAt(s2)] >>> 6 - s2 % 4 * 2;
221
+ i3[o3 >>> 2] |= a2 << 24 - o3 % 4 * 8, o3++;
452
222
  }
453
- 128 & n3 ? n3 = n3 << 1 ^ 113 : n3 <<= 1;
223
+ return n2.create(i3, o3);
224
+ }, n2 = (i2 = o2 = s).lib.WordArray, i2.enc.Base64 = { stringify: function(t3) {
225
+ var e3 = t3.words, r3 = t3.sigBytes, i3 = this._map;
226
+ t3.clamp();
227
+ for (var n3 = [], o3 = 0; o3 < r3; o3 += 3)
228
+ for (var s2 = (e3[o3 >>> 2] >>> 24 - o3 % 4 * 8 & 255) << 16 | (e3[o3 + 1 >>> 2] >>> 24 - (o3 + 1) % 4 * 8 & 255) << 8 | e3[o3 + 2 >>> 2] >>> 24 - (o3 + 2) % 4 * 8 & 255, a2 = 0; a2 < 4 && o3 + 0.75 * a2 < r3; a2++)
229
+ n3.push(i3.charAt(s2 >>> 6 * (3 - a2) & 63));
230
+ var c = i3.charAt(64);
231
+ if (c)
232
+ for (; n3.length % 4; )
233
+ n3.push(c);
234
+ return n3.join("");
235
+ }, parse: function(t3) {
236
+ var e3 = t3.length, i3 = this._map, n3 = this._reverseMap;
237
+ if (!n3) {
238
+ n3 = this._reverseMap = [];
239
+ for (var o3 = 0; o3 < i3.length; o3++)
240
+ n3[i3.charCodeAt(o3)] = o3;
241
+ }
242
+ var s2 = i3.charAt(64);
243
+ if (s2) {
244
+ var a2 = t3.indexOf(s2);
245
+ -1 !== a2 && (e3 = a2);
454
246
  }
455
- l[o3] = s2.create(a3, f2);
456
- }
457
- }();
458
- var f = [];
459
- !function() {
460
- for (var t4 = 0; t4 < 25; t4++)
461
- f[t4] = s2.create();
462
- }();
463
- var u = a2.SHA3 = o2.extend({ cfg: o2.cfg.extend({ outputLength: 512 }), _doReset: function() {
464
- for (var t4 = this._state = [], e4 = 0; e4 < 25; e4++)
465
- t4[e4] = new s2.init();
466
- this.blockSize = (1600 - 2 * this.cfg.outputLength) / 32;
467
- }, _doProcessBlock: function(t4, e4) {
468
- for (var r3 = this._state, i3 = this.blockSize / 2, n3 = 0; n3 < i3; n3++) {
469
- var o3 = t4[e4 + 2 * n3], s3 = t4[e4 + 2 * n3 + 1];
470
- o3 = 16711935 & (o3 << 8 | o3 >>> 24) | 4278255360 & (o3 << 24 | o3 >>> 8), s3 = 16711935 & (s3 << 8 | s3 >>> 24) | 4278255360 & (s3 << 24 | s3 >>> 8), (z = r3[n3]).high ^= s3, z.low ^= o3;
471
- }
472
- for (var a3 = 0; a3 < 24; a3++) {
473
- for (var u2 = 0; u2 < 5; u2++) {
474
- for (var d = 0, p = 0, v = 0; v < 5; v++)
475
- d ^= (z = r3[u2 + 5 * v]).high, p ^= z.low;
476
- var _ = f[u2];
477
- _.high = d, _.low = p;
247
+ return r2(t3, e3, n3);
248
+ }, _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" }, o2.enc.Base64);
249
+ }), n(function(t2, e2) {
250
+ var r2, i2, n2, o2;
251
+ t2.exports = (r2 = function(t3, e3, r3) {
252
+ for (var i3 = [], o3 = 0, s2 = 0; s2 < e3; s2++)
253
+ if (s2 % 4) {
254
+ var a2 = r3[t3.charCodeAt(s2 - 1)] << s2 % 4 * 2 | r3[t3.charCodeAt(s2)] >>> 6 - s2 % 4 * 2;
255
+ i3[o3 >>> 2] |= a2 << 24 - o3 % 4 * 8, o3++;
256
+ }
257
+ return n2.create(i3, o3);
258
+ }, n2 = (i2 = o2 = s).lib.WordArray, i2.enc.Base64url = { stringify: function(t3) {
259
+ var e3 = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1], r3 = t3.words, i3 = t3.sigBytes, n3 = e3 ? this._safe_map : this._map;
260
+ t3.clamp();
261
+ for (var o3 = [], s2 = 0; s2 < i3; s2 += 3)
262
+ for (var a2 = (r3[s2 >>> 2] >>> 24 - s2 % 4 * 8 & 255) << 16 | (r3[s2 + 1 >>> 2] >>> 24 - (s2 + 1) % 4 * 8 & 255) << 8 | r3[s2 + 2 >>> 2] >>> 24 - (s2 + 2) % 4 * 8 & 255, c = 0; c < 4 && s2 + 0.75 * c < i3; c++)
263
+ o3.push(n3.charAt(a2 >>> 6 * (3 - c) & 63));
264
+ var h = n3.charAt(64);
265
+ if (h)
266
+ for (; o3.length % 4; )
267
+ o3.push(h);
268
+ return o3.join("");
269
+ }, parse: function(t3) {
270
+ var e3 = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1], i3 = t3.length, n3 = e3 ? this._safe_map : this._map, o3 = this._reverseMap;
271
+ if (!o3) {
272
+ o3 = this._reverseMap = [];
273
+ for (var s2 = 0; s2 < n3.length; s2++)
274
+ o3[n3.charCodeAt(s2)] = s2;
478
275
  }
479
- for (u2 = 0; u2 < 5; u2++) {
480
- var y = f[(u2 + 4) % 5], g = f[(u2 + 1) % 5], B = g.high, w = g.low;
481
- for (d = y.high ^ (B << 1 | w >>> 31), p = y.low ^ (w << 1 | B >>> 31), v = 0; v < 5; v++)
482
- (z = r3[u2 + 5 * v]).high ^= d, z.low ^= p;
276
+ var a2 = n3.charAt(64);
277
+ if (a2) {
278
+ var c = t3.indexOf(a2);
279
+ -1 !== c && (i3 = c);
483
280
  }
484
- for (var k = 1; k < 25; k++) {
485
- var x = (z = r3[k]).high, m = z.low, S = c[k];
486
- S < 32 ? (d = x << S | m >>> 32 - S, p = m << S | x >>> 32 - S) : (d = m << S - 32 | x >>> 64 - S, p = x << S - 32 | m >>> 64 - S);
487
- var b = f[h[k]];
488
- b.high = d, b.low = p;
281
+ return r2(t3, i3, o3);
282
+ }, _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", _safe_map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_" }, o2.enc.Base64url);
283
+ }), n(function(t2, e2) {
284
+ var r2;
285
+ t2.exports = (r2 = s, function(t3) {
286
+ var e3 = function(t4, e4, r3, i3, n3, o3, s3) {
287
+ var a3 = t4 + (e4 & r3 | ~e4 & i3) + n3 + s3;
288
+ return (a3 << o3 | a3 >>> 32 - o3) + e4;
289
+ }, i2 = function(t4, e4, r3, i3, n3, o3, s3) {
290
+ var a3 = t4 + (e4 & i3 | r3 & ~i3) + n3 + s3;
291
+ return (a3 << o3 | a3 >>> 32 - o3) + e4;
292
+ }, n2 = function(t4, e4, r3, i3, n3, o3, s3) {
293
+ var a3 = t4 + (e4 ^ r3 ^ i3) + n3 + s3;
294
+ return (a3 << o3 | a3 >>> 32 - o3) + e4;
295
+ }, o2 = function(t4, e4, r3, i3, n3, o3, s3) {
296
+ var a3 = t4 + (r3 ^ (e4 | ~i3)) + n3 + s3;
297
+ return (a3 << o3 | a3 >>> 32 - o3) + e4;
298
+ }, s2 = r2, a2 = s2.lib, c = a2.WordArray, h = a2.Hasher, l = s2.algo, f = [];
299
+ !function() {
300
+ for (var e4 = 0; e4 < 64; e4++)
301
+ f[e4] = 4294967296 * t3.abs(t3.sin(e4 + 1)) | 0;
302
+ }();
303
+ var u = l.MD5 = h.extend({ _doReset: function() {
304
+ this._hash = new c.init([1732584193, 4023233417, 2562383102, 271733878]);
305
+ }, _doProcessBlock: function(t4, r3) {
306
+ for (var s3 = 0; s3 < 16; s3++) {
307
+ var a3 = r3 + s3, c2 = t4[a3];
308
+ t4[a3] = 16711935 & (c2 << 8 | c2 >>> 24) | 4278255360 & (c2 << 24 | c2 >>> 8);
309
+ }
310
+ var h2 = this._hash.words, l2 = t4[r3 + 0], u2 = t4[r3 + 1], d = t4[r3 + 2], p = t4[r3 + 3], v = t4[r3 + 4], _ = t4[r3 + 5], y = t4[r3 + 6], g = t4[r3 + 7], B = t4[r3 + 8], w = t4[r3 + 9], k = t4[r3 + 10], x = t4[r3 + 11], m = t4[r3 + 12], S = t4[r3 + 13], b = t4[r3 + 14], A = t4[r3 + 15], H = h2[0], z = h2[1], C = h2[2], D = h2[3];
311
+ H = e3(H, z, C, D, l2, 7, f[0]), D = e3(D, H, z, C, u2, 12, f[1]), C = e3(C, D, H, z, d, 17, f[2]), z = e3(z, C, D, H, p, 22, f[3]), H = e3(H, z, C, D, v, 7, f[4]), D = e3(D, H, z, C, _, 12, f[5]), C = e3(C, D, H, z, y, 17, f[6]), z = e3(z, C, D, H, g, 22, f[7]), H = e3(H, z, C, D, B, 7, f[8]), D = e3(D, H, z, C, w, 12, f[9]), C = e3(C, D, H, z, k, 17, f[10]), z = e3(z, C, D, H, x, 22, f[11]), H = e3(H, z, C, D, m, 7, f[12]), D = e3(D, H, z, C, S, 12, f[13]), C = e3(C, D, H, z, b, 17, f[14]), z = e3(z, C, D, H, A, 22, f[15]), H = i2(H, z, C, D, u2, 5, f[16]), D = i2(D, H, z, C, y, 9, f[17]), C = i2(C, D, H, z, x, 14, f[18]), z = i2(z, C, D, H, l2, 20, f[19]), H = i2(H, z, C, D, _, 5, f[20]), D = i2(D, H, z, C, k, 9, f[21]), C = i2(C, D, H, z, A, 14, f[22]), z = i2(z, C, D, H, v, 20, f[23]), H = i2(H, z, C, D, w, 5, f[24]), D = i2(D, H, z, C, b, 9, f[25]), C = i2(C, D, H, z, p, 14, f[26]), z = i2(z, C, D, H, B, 20, f[27]), H = i2(H, z, C, D, S, 5, f[28]), D = i2(D, H, z, C, d, 9, f[29]), C = i2(C, D, H, z, g, 14, f[30]), z = i2(z, C, D, H, m, 20, f[31]), H = n2(H, z, C, D, _, 4, f[32]), D = n2(D, H, z, C, B, 11, f[33]), C = n2(C, D, H, z, x, 16, f[34]), z = n2(z, C, D, H, b, 23, f[35]), H = n2(H, z, C, D, u2, 4, f[36]), D = n2(D, H, z, C, v, 11, f[37]), C = n2(C, D, H, z, g, 16, f[38]), z = n2(z, C, D, H, k, 23, f[39]), H = n2(H, z, C, D, S, 4, f[40]), D = n2(D, H, z, C, l2, 11, f[41]), C = n2(C, D, H, z, p, 16, f[42]), z = n2(z, C, D, H, y, 23, f[43]), H = n2(H, z, C, D, w, 4, f[44]), D = n2(D, H, z, C, m, 11, f[45]), C = n2(C, D, H, z, A, 16, f[46]), z = n2(z, C, D, H, d, 23, f[47]), H = o2(H, z, C, D, l2, 6, f[48]), D = o2(D, H, z, C, g, 10, f[49]), C = o2(C, D, H, z, b, 15, f[50]), z = o2(z, C, D, H, _, 21, f[51]), H = o2(H, z, C, D, m, 6, f[52]), D = o2(D, H, z, C, p, 10, f[53]), C = o2(C, D, H, z, k, 15, f[54]), z = o2(z, C, D, H, u2, 21, f[55]), H = o2(H, z, C, D, B, 6, f[56]), D = o2(D, H, z, C, A, 10, f[57]), C = o2(C, D, H, z, y, 15, f[58]), z = o2(z, C, D, H, S, 21, f[59]), H = o2(H, z, C, D, v, 6, f[60]), D = o2(D, H, z, C, x, 10, f[61]), C = o2(C, D, H, z, d, 15, f[62]), z = o2(z, C, D, H, w, 21, f[63]), h2[0] = h2[0] + H | 0, h2[1] = h2[1] + z | 0, h2[2] = h2[2] + C | 0, h2[3] = h2[3] + D | 0;
312
+ }, _doFinalize: function() {
313
+ var e4 = this._data, r3 = e4.words, i3 = 8 * this._nDataBytes, n3 = 8 * e4.sigBytes;
314
+ r3[n3 >>> 5] |= 128 << 24 - n3 % 32;
315
+ var o3 = t3.floor(i3 / 4294967296), s3 = i3;
316
+ r3[15 + (n3 + 64 >>> 9 << 4)] = 16711935 & (o3 << 8 | o3 >>> 24) | 4278255360 & (o3 << 24 | o3 >>> 8), r3[14 + (n3 + 64 >>> 9 << 4)] = 16711935 & (s3 << 8 | s3 >>> 24) | 4278255360 & (s3 << 24 | s3 >>> 8), e4.sigBytes = 4 * (r3.length + 1), this._process();
317
+ for (var a3 = this._hash, c2 = a3.words, h2 = 0; h2 < 4; h2++) {
318
+ var l2 = c2[h2];
319
+ c2[h2] = 16711935 & (l2 << 8 | l2 >>> 24) | 4278255360 & (l2 << 24 | l2 >>> 8);
320
+ }
321
+ return a3;
322
+ }, clone: function() {
323
+ var t4 = h.clone.call(this);
324
+ return t4._hash = this._hash.clone(), t4;
325
+ } });
326
+ s2.MD5 = h._createHelper(u), s2.HmacMD5 = h._createHmacHelper(u);
327
+ }(Math), r2.MD5);
328
+ }), n(function(t2, e2) {
329
+ var r2, i2, n2, o2, a2, c, h, l;
330
+ t2.exports = (i2 = (r2 = l = s).lib, n2 = i2.WordArray, o2 = i2.Hasher, a2 = r2.algo, c = [], h = a2.SHA1 = o2.extend({ _doReset: function() {
331
+ this._hash = new n2.init([1732584193, 4023233417, 2562383102, 271733878, 3285377520]);
332
+ }, _doProcessBlock: function(t3, e3) {
333
+ for (var r3 = this._hash.words, i3 = r3[0], n3 = r3[1], o3 = r3[2], s2 = r3[3], a3 = r3[4], h2 = 0; h2 < 80; h2++) {
334
+ if (h2 < 16)
335
+ c[h2] = 0 | t3[e3 + h2];
336
+ else {
337
+ var l2 = c[h2 - 3] ^ c[h2 - 8] ^ c[h2 - 14] ^ c[h2 - 16];
338
+ c[h2] = l2 << 1 | l2 >>> 31;
339
+ }
340
+ var f = (i3 << 5 | i3 >>> 27) + a3 + c[h2];
341
+ f += h2 < 20 ? 1518500249 + (n3 & o3 | ~n3 & s2) : h2 < 40 ? 1859775393 + (n3 ^ o3 ^ s2) : h2 < 60 ? (n3 & o3 | n3 & s2 | o3 & s2) - 1894007588 : (n3 ^ o3 ^ s2) - 899497514, a3 = s2, s2 = o3, o3 = n3 << 30 | n3 >>> 2, n3 = i3, i3 = f;
489
342
  }
490
- var A = f[0], H = r3[0];
491
- for (A.high = H.high, A.low = H.low, u2 = 0; u2 < 5; u2++)
492
- for (v = 0; v < 5; v++) {
493
- var z = r3[k = u2 + 5 * v], C = f[k], D = f[(u2 + 1) % 5 + 5 * v], E = f[(u2 + 2) % 5 + 5 * v];
494
- z.high = C.high ^ ~D.high & E.high, z.low = C.low ^ ~D.low & E.low;
343
+ r3[0] = r3[0] + i3 | 0, r3[1] = r3[1] + n3 | 0, r3[2] = r3[2] + o3 | 0, r3[3] = r3[3] + s2 | 0, r3[4] = r3[4] + a3 | 0;
344
+ }, _doFinalize: function() {
345
+ var t3 = this._data, e3 = t3.words, r3 = 8 * this._nDataBytes, i3 = 8 * t3.sigBytes;
346
+ return e3[i3 >>> 5] |= 128 << 24 - i3 % 32, e3[14 + (i3 + 64 >>> 9 << 4)] = Math.floor(r3 / 4294967296), e3[15 + (i3 + 64 >>> 9 << 4)] = r3, t3.sigBytes = 4 * e3.length, this._process(), this._hash;
347
+ }, clone: function() {
348
+ var t3 = o2.clone.call(this);
349
+ return t3._hash = this._hash.clone(), t3;
350
+ } }), r2.SHA1 = o2._createHelper(h), r2.HmacSHA1 = o2._createHmacHelper(h), l.SHA1);
351
+ }), n(function(t2, e2) {
352
+ var r2;
353
+ t2.exports = (r2 = s, function(t3) {
354
+ var e3 = r2, i2 = e3.lib, n2 = i2.WordArray, o2 = i2.Hasher, s2 = e3.algo, a2 = [], c = [];
355
+ !function() {
356
+ for (var e4 = function(e5) {
357
+ for (var r4 = t3.sqrt(e5), i4 = 2; i4 <= r4; i4++)
358
+ if (!(e5 % i4))
359
+ return false;
360
+ return true;
361
+ }, r3 = function(t4) {
362
+ return 4294967296 * (t4 - (0 | t4)) | 0;
363
+ }, i3 = 2, n3 = 0; n3 < 64; )
364
+ e4(i3) && (n3 < 8 && (a2[n3] = r3(t3.pow(i3, 0.5))), c[n3] = r3(t3.pow(i3, 1 / 3)), n3++), i3++;
365
+ }();
366
+ var h = [], l = s2.SHA256 = o2.extend({ _doReset: function() {
367
+ this._hash = new n2.init(a2.slice(0));
368
+ }, _doProcessBlock: function(t4, e4) {
369
+ for (var r3 = this._hash.words, i3 = r3[0], n3 = r3[1], o3 = r3[2], s3 = r3[3], a3 = r3[4], l2 = r3[5], f = r3[6], u = r3[7], d = 0; d < 64; d++) {
370
+ if (d < 16)
371
+ h[d] = 0 | t4[e4 + d];
372
+ else {
373
+ var p = h[d - 15], v = (p << 25 | p >>> 7) ^ (p << 14 | p >>> 18) ^ p >>> 3, _ = h[d - 2], y = (_ << 15 | _ >>> 17) ^ (_ << 13 | _ >>> 19) ^ _ >>> 10;
374
+ h[d] = v + h[d - 7] + y + h[d - 16];
375
+ }
376
+ var g = i3 & n3 ^ i3 & o3 ^ n3 & o3, B = (i3 << 30 | i3 >>> 2) ^ (i3 << 19 | i3 >>> 13) ^ (i3 << 10 | i3 >>> 22), w = u + ((a3 << 26 | a3 >>> 6) ^ (a3 << 21 | a3 >>> 11) ^ (a3 << 7 | a3 >>> 25)) + (a3 & l2 ^ ~a3 & f) + c[d] + h[d];
377
+ u = f, f = l2, l2 = a3, a3 = s3 + w | 0, s3 = o3, o3 = n3, n3 = i3, i3 = w + (B + g) | 0;
495
378
  }
496
- z = r3[0];
497
- var R = l[a3];
498
- z.high ^= R.high, z.low ^= R.low;
499
- }
500
- }, _doFinalize: function() {
501
- var e4 = this._data, r3 = e4.words;
502
- this._nDataBytes;
503
- var i3 = 8 * e4.sigBytes, o3 = 32 * this.blockSize;
504
- r3[i3 >>> 5] |= 1 << 24 - i3 % 32, r3[(t3.ceil((i3 + 1) / o3) * o3 >>> 5) - 1] |= 128, e4.sigBytes = 4 * r3.length, this._process();
505
- for (var s3 = this._state, a3 = this.cfg.outputLength / 8, c2 = a3 / 8, h2 = [], l2 = 0; l2 < c2; l2++) {
506
- var f2 = s3[l2], u2 = f2.high, d = f2.low;
507
- u2 = 16711935 & (u2 << 8 | u2 >>> 24) | 4278255360 & (u2 << 24 | u2 >>> 8), d = 16711935 & (d << 8 | d >>> 24) | 4278255360 & (d << 24 | d >>> 8), h2.push(d), h2.push(u2);
508
- }
509
- return new n2.init(h2, a3);
510
- }, clone: function() {
511
- for (var t4 = o2.clone.call(this), e4 = t4._state = this._state.slice(0), r3 = 0; r3 < 25; r3++)
512
- e4[r3] = e4[r3].clone();
513
- return t4;
514
- } });
515
- e3.SHA3 = o2._createHelper(u), e3.HmacSHA3 = o2._createHmacHelper(u);
516
- }(Math), r2.SHA3);
517
- }), n(function(t2, e2) {
518
- var r2, i2, n2, o2, a2, c, h, l, f, u, d, p, v, _, y, g, B, w, k;
519
- t2.exports = (r2 = function(t3, e3, r3) {
520
- return t3 ^ e3 ^ r3;
521
- }, i2 = function(t3, e3, r3) {
522
- return t3 & e3 | ~t3 & r3;
523
- }, n2 = function(t3, e3, r3) {
524
- return (t3 | ~e3) ^ r3;
525
- }, o2 = function(t3, e3, r3) {
526
- return t3 & r3 | e3 & ~r3;
527
- }, a2 = function(t3, e3, r3) {
528
- return t3 ^ (e3 | ~r3);
529
- }, c = function(t3, e3) {
530
- return t3 << e3 | t3 >>> 32 - e3;
531
- }, l = (h = k = s).lib, f = l.WordArray, u = l.Hasher, d = h.algo, p = f.create([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8, 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12, 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2, 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13]), v = f.create([5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12, 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2, 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13, 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14, 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11]), _ = f.create([11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8, 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12, 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5, 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12, 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6]), y = f.create([8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6, 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11, 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5, 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8, 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11]), g = f.create([0, 1518500249, 1859775393, 2400959708, 2840853838]), B = f.create([1352829926, 1548603684, 1836072691, 2053994217, 0]), w = d.RIPEMD160 = u.extend({ _doReset: function() {
532
- this._hash = f.create([1732584193, 4023233417, 2562383102, 271733878, 3285377520]);
533
- }, _doProcessBlock: function(t3, e3) {
534
- for (var s2 = 0; s2 < 16; s2++) {
535
- var h2 = e3 + s2, l2 = t3[h2];
536
- t3[h2] = 16711935 & (l2 << 8 | l2 >>> 24) | 4278255360 & (l2 << 24 | l2 >>> 8);
537
- }
538
- var f2, u2, d2, w2, k2, x, m, S, b, A, H, z = this._hash.words, C = g.words, D = B.words, E = p.words, R = v.words, M = _.words, F = y.words;
539
- for (x = f2 = z[0], m = u2 = z[1], S = d2 = z[2], b = w2 = z[3], A = k2 = z[4], s2 = 0; s2 < 80; s2 += 1)
540
- H = f2 + t3[e3 + E[s2]] | 0, H += s2 < 16 ? r2(u2, d2, w2) + C[0] : s2 < 32 ? i2(u2, d2, w2) + C[1] : s2 < 48 ? n2(u2, d2, w2) + C[2] : s2 < 64 ? o2(u2, d2, w2) + C[3] : a2(u2, d2, w2) + C[4], H = (H = c(H |= 0, M[s2])) + k2 | 0, f2 = k2, k2 = w2, w2 = c(d2, 10), d2 = u2, u2 = H, H = x + t3[e3 + R[s2]] | 0, H += s2 < 16 ? a2(m, S, b) + D[0] : s2 < 32 ? o2(m, S, b) + D[1] : s2 < 48 ? n2(m, S, b) + D[2] : s2 < 64 ? i2(m, S, b) + D[3] : r2(m, S, b) + D[4], H = (H = c(H |= 0, F[s2])) + A | 0, x = A, A = b, b = c(S, 10), S = m, m = H;
541
- H = z[1] + d2 + b | 0, z[1] = z[2] + w2 + A | 0, z[2] = z[3] + k2 + x | 0, z[3] = z[4] + f2 + m | 0, z[4] = z[0] + u2 + S | 0, z[0] = H;
542
- }, _doFinalize: function() {
543
- var t3 = this._data, e3 = t3.words, r3 = 8 * this._nDataBytes, i3 = 8 * t3.sigBytes;
544
- e3[i3 >>> 5] |= 128 << 24 - i3 % 32, e3[14 + (i3 + 64 >>> 9 << 4)] = 16711935 & (r3 << 8 | r3 >>> 24) | 4278255360 & (r3 << 24 | r3 >>> 8), t3.sigBytes = 4 * (e3.length + 1), this._process();
545
- for (var n3 = this._hash, o3 = n3.words, s2 = 0; s2 < 5; s2++) {
546
- var a3 = o3[s2];
547
- o3[s2] = 16711935 & (a3 << 8 | a3 >>> 24) | 4278255360 & (a3 << 24 | a3 >>> 8);
548
- }
549
- return n3;
550
- }, clone: function() {
551
- var t3 = u.clone.call(this);
552
- return t3._hash = this._hash.clone(), t3;
553
- } }), h.RIPEMD160 = u._createHelper(w), h.HmacRIPEMD160 = u._createHmacHelper(w), k.RIPEMD160);
554
- }), n(function(t2, e2) {
555
- var r2, i2, n2;
556
- t2.exports = (i2 = (r2 = s).lib.Base, n2 = r2.enc.Utf8, void (r2.algo.HMAC = i2.extend({ init: function(t3, e3) {
557
- t3 = this._hasher = new t3.init(), "string" == typeof e3 && (e3 = n2.parse(e3));
558
- var r3 = t3.blockSize, i3 = 4 * r3;
559
- e3.sigBytes > i3 && (e3 = t3.finalize(e3)), e3.clamp();
560
- for (var o2 = this._oKey = e3.clone(), s2 = this._iKey = e3.clone(), a2 = o2.words, c = s2.words, h = 0; h < r3; h++)
561
- a2[h] ^= 1549556828, c[h] ^= 909522486;
562
- o2.sigBytes = s2.sigBytes = i3, this.reset();
563
- }, reset: function() {
564
- var t3 = this._hasher;
565
- t3.reset(), t3.update(this._iKey);
566
- }, update: function(t3) {
567
- return this._hasher.update(t3), this;
568
- }, finalize: function(t3) {
569
- var e3 = this._hasher, r3 = e3.finalize(t3);
570
- return e3.reset(), e3.finalize(this._oKey.clone().concat(r3));
571
- } })));
572
- }), n(function(t2, e2) {
573
- var r2, i2, n2, o2, a2, c, h, l, f;
574
- t2.exports = (i2 = (r2 = f = s).lib, n2 = i2.Base, o2 = i2.WordArray, a2 = r2.algo, c = a2.SHA1, h = a2.HMAC, l = a2.PBKDF2 = n2.extend({ cfg: n2.extend({ keySize: 4, hasher: c, iterations: 1 }), init: function(t3) {
575
- this.cfg = this.cfg.extend(t3);
576
- }, compute: function(t3, e3) {
577
- for (var r3 = this.cfg, i3 = h.create(r3.hasher, t3), n3 = o2.create(), s2 = o2.create([1]), a3 = n3.words, c2 = s2.words, l2 = r3.keySize, f2 = r3.iterations; a3.length < l2; ) {
578
- var u = i3.update(e3).finalize(s2);
579
- i3.reset();
580
- for (var d = u.words, p = d.length, v = u, _ = 1; _ < f2; _++) {
581
- v = i3.finalize(v), i3.reset();
582
- for (var y = v.words, g = 0; g < p; g++)
583
- d[g] ^= y[g];
584
- }
585
- n3.concat(u), c2[0]++;
586
- }
587
- return n3.sigBytes = 4 * l2, n3;
588
- } }), r2.PBKDF2 = function(t3, e3, r3) {
589
- return l.create(r3).compute(t3, e3);
590
- }, f.PBKDF2);
591
- }), n(function(t2, e2) {
592
- var r2, i2, n2, o2, a2, c, h, l;
593
- t2.exports = (i2 = (r2 = l = s).lib, n2 = i2.Base, o2 = i2.WordArray, a2 = r2.algo, c = a2.MD5, h = a2.EvpKDF = n2.extend({ cfg: n2.extend({ keySize: 4, hasher: c, iterations: 1 }), init: function(t3) {
594
- this.cfg = this.cfg.extend(t3);
595
- }, compute: function(t3, e3) {
596
- for (var r3, i3 = this.cfg, n3 = i3.hasher.create(), s2 = o2.create(), a3 = s2.words, c2 = i3.keySize, h2 = i3.iterations; a3.length < c2; ) {
597
- r3 && n3.update(r3), r3 = n3.update(t3).finalize(e3), n3.reset();
598
- for (var l2 = 1; l2 < h2; l2++)
599
- r3 = n3.finalize(r3), n3.reset();
600
- s2.concat(r3);
601
- }
602
- return s2.sigBytes = 4 * c2, s2;
603
- } }), r2.EvpKDF = function(t3, e3, r3) {
604
- return h.create(r3).compute(t3, e3);
605
- }, l.EvpKDF);
606
- }), n(function(t2, e2) {
607
- var r2;
608
- t2.exports = void ((r2 = s).lib.Cipher || function(t3) {
609
- var e3 = r2, i2 = e3.lib, n2 = i2.Base, o2 = i2.WordArray, s2 = i2.BufferedBlockAlgorithm, a2 = e3.enc;
610
- a2.Utf8;
611
- var c, h = a2.Base64, l = e3.algo.EvpKDF, f = i2.Cipher = s2.extend({ cfg: n2.extend(), createEncryptor: function(t4, e4) {
612
- return this.create(this._ENC_XFORM_MODE, t4, e4);
613
- }, createDecryptor: function(t4, e4) {
614
- return this.create(this._DEC_XFORM_MODE, t4, e4);
615
- }, init: function(t4, e4, r3) {
616
- this.cfg = this.cfg.extend(r3), this._xformMode = t4, this._key = e4, this.reset();
617
- }, reset: function() {
618
- s2.reset.call(this), this._doReset();
619
- }, process: function(t4) {
620
- return this._append(t4), this._process();
621
- }, finalize: function(t4) {
622
- return t4 && this._append(t4), this._doFinalize();
623
- }, keySize: 4, ivSize: 4, _ENC_XFORM_MODE: 1, _DEC_XFORM_MODE: 2, _createHelper: (c = function(t4) {
624
- return "string" == typeof t4 ? w : g;
625
- }, function(t4) {
626
- return { encrypt: function(e4, r3, i3) {
627
- return c(r3).encrypt(t4, e4, r3, i3);
628
- }, decrypt: function(e4, r3, i3) {
629
- return c(r3).decrypt(t4, e4, r3, i3);
630
- } };
631
- }) });
632
- i2.StreamCipher = f.extend({ _doFinalize: function() {
633
- return this._process(true);
634
- }, blockSize: 1 });
635
- var u = e3.mode = {}, d = i2.BlockCipherMode = n2.extend({ createEncryptor: function(t4, e4) {
636
- return this.Encryptor.create(t4, e4);
637
- }, createDecryptor: function(t4, e4) {
638
- return this.Decryptor.create(t4, e4);
639
- }, init: function(t4, e4) {
640
- this._cipher = t4, this._iv = e4;
641
- } }), p = u.CBC = function() {
642
- var e4 = function(e5, r4, i3) {
643
- var n3, o3 = this._iv;
644
- o3 ? (n3 = o3, this._iv = t3) : n3 = this._prevBlock;
645
- for (var s3 = 0; s3 < i3; s3++)
646
- e5[r4 + s3] ^= n3[s3];
647
- }, r3 = d.extend();
648
- return r3.Encryptor = r3.extend({ processBlock: function(t4, r4) {
379
+ r3[0] = r3[0] + i3 | 0, r3[1] = r3[1] + n3 | 0, r3[2] = r3[2] + o3 | 0, r3[3] = r3[3] + s3 | 0, r3[4] = r3[4] + a3 | 0, r3[5] = r3[5] + l2 | 0, r3[6] = r3[6] + f | 0, r3[7] = r3[7] + u | 0;
380
+ }, _doFinalize: function() {
381
+ var e4 = this._data, r3 = e4.words, i3 = 8 * this._nDataBytes, n3 = 8 * e4.sigBytes;
382
+ return r3[n3 >>> 5] |= 128 << 24 - n3 % 32, r3[14 + (n3 + 64 >>> 9 << 4)] = t3.floor(i3 / 4294967296), r3[15 + (n3 + 64 >>> 9 << 4)] = i3, e4.sigBytes = 4 * r3.length, this._process(), this._hash;
383
+ }, clone: function() {
384
+ var t4 = o2.clone.call(this);
385
+ return t4._hash = this._hash.clone(), t4;
386
+ } });
387
+ e3.SHA256 = o2._createHelper(l), e3.HmacSHA256 = o2._createHmacHelper(l);
388
+ }(Math), r2.SHA256);
389
+ }), n(function(t2, e2) {
390
+ var r2, i2, n2, o2, a2, c;
391
+ t2.exports = (i2 = (r2 = c = s).lib.WordArray, n2 = r2.algo, o2 = n2.SHA256, a2 = n2.SHA224 = o2.extend({ _doReset: function() {
392
+ this._hash = new i2.init([3238371032, 914150663, 812702999, 4144912697, 4290775857, 1750603025, 1694076839, 3204075428]);
393
+ }, _doFinalize: function() {
394
+ var t3 = o2._doFinalize.call(this);
395
+ return t3.sigBytes -= 4, t3;
396
+ } }), r2.SHA224 = o2._createHelper(a2), r2.HmacSHA224 = o2._createHmacHelper(a2), c.SHA224);
397
+ }), n(function(t2, e2) {
398
+ var r2;
399
+ t2.exports = (r2 = s, function() {
400
+ var t3 = function() {
401
+ return o2.create.apply(o2, arguments);
402
+ }, e3 = r2, i2 = e3.lib.Hasher, n2 = e3.x64, o2 = n2.Word, s2 = n2.WordArray, a2 = e3.algo, c = [t3(1116352408, 3609767458), t3(1899447441, 602891725), t3(3049323471, 3964484399), t3(3921009573, 2173295548), t3(961987163, 4081628472), t3(1508970993, 3053834265), t3(2453635748, 2937671579), t3(2870763221, 3664609560), t3(3624381080, 2734883394), t3(310598401, 1164996542), t3(607225278, 1323610764), t3(1426881987, 3590304994), t3(1925078388, 4068182383), t3(2162078206, 991336113), t3(2614888103, 633803317), t3(3248222580, 3479774868), t3(3835390401, 2666613458), t3(4022224774, 944711139), t3(264347078, 2341262773), t3(604807628, 2007800933), t3(770255983, 1495990901), t3(1249150122, 1856431235), t3(1555081692, 3175218132), t3(1996064986, 2198950837), t3(2554220882, 3999719339), t3(2821834349, 766784016), t3(2952996808, 2566594879), t3(3210313671, 3203337956), t3(3336571891, 1034457026), t3(3584528711, 2466948901), t3(113926993, 3758326383), t3(338241895, 168717936), t3(666307205, 1188179964), t3(773529912, 1546045734), t3(1294757372, 1522805485), t3(1396182291, 2643833823), t3(1695183700, 2343527390), t3(1986661051, 1014477480), t3(2177026350, 1206759142), t3(2456956037, 344077627), t3(2730485921, 1290863460), t3(2820302411, 3158454273), t3(3259730800, 3505952657), t3(3345764771, 106217008), t3(3516065817, 3606008344), t3(3600352804, 1432725776), t3(4094571909, 1467031594), t3(275423344, 851169720), t3(430227734, 3100823752), t3(506948616, 1363258195), t3(659060556, 3750685593), t3(883997877, 3785050280), t3(958139571, 3318307427), t3(1322822218, 3812723403), t3(1537002063, 2003034995), t3(1747873779, 3602036899), t3(1955562222, 1575990012), t3(2024104815, 1125592928), t3(2227730452, 2716904306), t3(2361852424, 442776044), t3(2428436474, 593698344), t3(2756734187, 3733110249), t3(3204031479, 2999351573), t3(3329325298, 3815920427), t3(3391569614, 3928383900), t3(3515267271, 566280711), t3(3940187606, 3454069534), t3(4118630271, 4000239992), t3(116418474, 1914138554), t3(174292421, 2731055270), t3(289380356, 3203993006), t3(460393269, 320620315), t3(685471733, 587496836), t3(852142971, 1086792851), t3(1017036298, 365543100), t3(1126000580, 2618297676), t3(1288033470, 3409855158), t3(1501505948, 4234509866), t3(1607167915, 987167468), t3(1816402316, 1246189591)], h = [];
403
+ !function() {
404
+ for (var e4 = 0; e4 < 80; e4++)
405
+ h[e4] = t3();
406
+ }();
407
+ var l = a2.SHA512 = i2.extend({ _doReset: function() {
408
+ this._hash = new s2.init([new o2.init(1779033703, 4089235720), new o2.init(3144134277, 2227873595), new o2.init(1013904242, 4271175723), new o2.init(2773480762, 1595750129), new o2.init(1359893119, 2917565137), new o2.init(2600822924, 725511199), new o2.init(528734635, 4215389547), new o2.init(1541459225, 327033209)]);
409
+ }, _doProcessBlock: function(t4, e4) {
410
+ for (var r3 = this._hash.words, i3 = r3[0], n3 = r3[1], o3 = r3[2], s3 = r3[3], a3 = r3[4], l2 = r3[5], f = r3[6], u = r3[7], d = i3.high, p = i3.low, v = n3.high, _ = n3.low, y = o3.high, g = o3.low, B = s3.high, w = s3.low, k = a3.high, x = a3.low, m = l2.high, S = l2.low, b = f.high, A = f.low, H = u.high, z = u.low, C = d, D = p, E = v, R = _, M = y, F = g, P = B, W = w, O = k, I = x, U = m, K = S, T = b, X = A, j = H, L = z, N = 0; N < 80; N++) {
411
+ var q, Z, G = h[N];
412
+ if (N < 16)
413
+ Z = G.high = 0 | t4[e4 + 2 * N], q = G.low = 0 | t4[e4 + 2 * N + 1];
414
+ else {
415
+ var V = h[N - 15], J = V.high, $ = V.low, Q = (J >>> 1 | $ << 31) ^ (J >>> 8 | $ << 24) ^ J >>> 7, Y = ($ >>> 1 | J << 31) ^ ($ >>> 8 | J << 24) ^ ($ >>> 7 | J << 25), tt = h[N - 2], et = tt.high, rt = tt.low, it = (et >>> 19 | rt << 13) ^ (et << 3 | rt >>> 29) ^ et >>> 6, nt = (rt >>> 19 | et << 13) ^ (rt << 3 | et >>> 29) ^ (rt >>> 6 | et << 26), ot = h[N - 7], st = ot.high, at = ot.low, ct = h[N - 16], ht = ct.high, lt = ct.low;
416
+ Z = (Z = (Z = Q + st + ((q = Y + at) >>> 0 < Y >>> 0 ? 1 : 0)) + it + ((q += nt) >>> 0 < nt >>> 0 ? 1 : 0)) + ht + ((q += lt) >>> 0 < lt >>> 0 ? 1 : 0), G.high = Z, G.low = q;
417
+ }
418
+ var ft, ut = O & U ^ ~O & T, dt = I & K ^ ~I & X, pt = C & E ^ C & M ^ E & M, vt = D & R ^ D & F ^ R & F, _t = (C >>> 28 | D << 4) ^ (C << 30 | D >>> 2) ^ (C << 25 | D >>> 7), yt = (D >>> 28 | C << 4) ^ (D << 30 | C >>> 2) ^ (D << 25 | C >>> 7), gt = (O >>> 14 | I << 18) ^ (O >>> 18 | I << 14) ^ (O << 23 | I >>> 9), Bt = (I >>> 14 | O << 18) ^ (I >>> 18 | O << 14) ^ (I << 23 | O >>> 9), wt = c[N], kt = wt.high, xt = wt.low, mt = j + gt + ((ft = L + Bt) >>> 0 < L >>> 0 ? 1 : 0), St = yt + vt;
419
+ j = T, L = X, T = U, X = K, U = O, K = I, O = P + (mt = (mt = (mt = mt + ut + ((ft += dt) >>> 0 < dt >>> 0 ? 1 : 0)) + kt + ((ft += xt) >>> 0 < xt >>> 0 ? 1 : 0)) + Z + ((ft += q) >>> 0 < q >>> 0 ? 1 : 0)) + ((I = W + ft | 0) >>> 0 < W >>> 0 ? 1 : 0) | 0, P = M, W = F, M = E, F = R, E = C, R = D, C = mt + (_t + pt + (St >>> 0 < yt >>> 0 ? 1 : 0)) + ((D = ft + St | 0) >>> 0 < ft >>> 0 ? 1 : 0) | 0;
420
+ }
421
+ p = i3.low = p + D, i3.high = d + C + (p >>> 0 < D >>> 0 ? 1 : 0), _ = n3.low = _ + R, n3.high = v + E + (_ >>> 0 < R >>> 0 ? 1 : 0), g = o3.low = g + F, o3.high = y + M + (g >>> 0 < F >>> 0 ? 1 : 0), w = s3.low = w + W, s3.high = B + P + (w >>> 0 < W >>> 0 ? 1 : 0), x = a3.low = x + I, a3.high = k + O + (x >>> 0 < I >>> 0 ? 1 : 0), S = l2.low = S + K, l2.high = m + U + (S >>> 0 < K >>> 0 ? 1 : 0), A = f.low = A + X, f.high = b + T + (A >>> 0 < X >>> 0 ? 1 : 0), z = u.low = z + L, u.high = H + j + (z >>> 0 < L >>> 0 ? 1 : 0);
422
+ }, _doFinalize: function() {
423
+ var t4 = this._data, e4 = t4.words, r3 = 8 * this._nDataBytes, i3 = 8 * t4.sigBytes;
424
+ return e4[i3 >>> 5] |= 128 << 24 - i3 % 32, e4[30 + (i3 + 128 >>> 10 << 5)] = Math.floor(r3 / 4294967296), e4[31 + (i3 + 128 >>> 10 << 5)] = r3, t4.sigBytes = 4 * e4.length, this._process(), this._hash.toX32();
425
+ }, clone: function() {
426
+ var t4 = i2.clone.call(this);
427
+ return t4._hash = this._hash.clone(), t4;
428
+ }, blockSize: 32 });
429
+ e3.SHA512 = i2._createHelper(l), e3.HmacSHA512 = i2._createHmacHelper(l);
430
+ }(), r2.SHA512);
431
+ }), n(function(t2, e2) {
432
+ var r2, i2, n2, o2, a2, c, h, l;
433
+ t2.exports = (i2 = (r2 = l = s).x64, n2 = i2.Word, o2 = i2.WordArray, a2 = r2.algo, c = a2.SHA512, h = a2.SHA384 = c.extend({ _doReset: function() {
434
+ this._hash = new o2.init([new n2.init(3418070365, 3238371032), new n2.init(1654270250, 914150663), new n2.init(2438529370, 812702999), new n2.init(355462360, 4144912697), new n2.init(1731405415, 4290775857), new n2.init(2394180231, 1750603025), new n2.init(3675008525, 1694076839), new n2.init(1203062813, 3204075428)]);
435
+ }, _doFinalize: function() {
436
+ var t3 = c._doFinalize.call(this);
437
+ return t3.sigBytes -= 16, t3;
438
+ } }), r2.SHA384 = c._createHelper(h), r2.HmacSHA384 = c._createHmacHelper(h), l.SHA384);
439
+ }), n(function(t2, e2) {
440
+ var r2;
441
+ t2.exports = (r2 = s, function(t3) {
442
+ var e3 = r2, i2 = e3.lib, n2 = i2.WordArray, o2 = i2.Hasher, s2 = e3.x64.Word, a2 = e3.algo, c = [], h = [], l = [];
443
+ !function() {
444
+ for (var t4 = 1, e4 = 0, r3 = 0; r3 < 24; r3++) {
445
+ c[t4 + 5 * e4] = (r3 + 1) * (r3 + 2) / 2 % 64;
446
+ var i3 = (2 * t4 + 3 * e4) % 5;
447
+ t4 = e4 % 5, e4 = i3;
448
+ }
449
+ for (t4 = 0; t4 < 5; t4++)
450
+ for (e4 = 0; e4 < 5; e4++)
451
+ h[t4 + 5 * e4] = e4 + (2 * t4 + 3 * e4) % 5 * 5;
452
+ for (var n3 = 1, o3 = 0; o3 < 24; o3++) {
453
+ for (var a3 = 0, f2 = 0, u2 = 0; u2 < 7; u2++) {
454
+ if (1 & n3) {
455
+ var d = (1 << u2) - 1;
456
+ d < 32 ? f2 ^= 1 << d : a3 ^= 1 << d - 32;
457
+ }
458
+ 128 & n3 ? n3 = n3 << 1 ^ 113 : n3 <<= 1;
459
+ }
460
+ l[o3] = s2.create(a3, f2);
461
+ }
462
+ }();
463
+ var f = [];
464
+ !function() {
465
+ for (var t4 = 0; t4 < 25; t4++)
466
+ f[t4] = s2.create();
467
+ }();
468
+ var u = a2.SHA3 = o2.extend({ cfg: o2.cfg.extend({ outputLength: 512 }), _doReset: function() {
469
+ for (var t4 = this._state = [], e4 = 0; e4 < 25; e4++)
470
+ t4[e4] = new s2.init();
471
+ this.blockSize = (1600 - 2 * this.cfg.outputLength) / 32;
472
+ }, _doProcessBlock: function(t4, e4) {
473
+ for (var r3 = this._state, i3 = this.blockSize / 2, n3 = 0; n3 < i3; n3++) {
474
+ var o3 = t4[e4 + 2 * n3], s3 = t4[e4 + 2 * n3 + 1];
475
+ o3 = 16711935 & (o3 << 8 | o3 >>> 24) | 4278255360 & (o3 << 24 | o3 >>> 8), s3 = 16711935 & (s3 << 8 | s3 >>> 24) | 4278255360 & (s3 << 24 | s3 >>> 8), (z = r3[n3]).high ^= s3, z.low ^= o3;
476
+ }
477
+ for (var a3 = 0; a3 < 24; a3++) {
478
+ for (var u2 = 0; u2 < 5; u2++) {
479
+ for (var d = 0, p = 0, v = 0; v < 5; v++)
480
+ d ^= (z = r3[u2 + 5 * v]).high, p ^= z.low;
481
+ var _ = f[u2];
482
+ _.high = d, _.low = p;
483
+ }
484
+ for (u2 = 0; u2 < 5; u2++) {
485
+ var y = f[(u2 + 4) % 5], g = f[(u2 + 1) % 5], B = g.high, w = g.low;
486
+ for (d = y.high ^ (B << 1 | w >>> 31), p = y.low ^ (w << 1 | B >>> 31), v = 0; v < 5; v++)
487
+ (z = r3[u2 + 5 * v]).high ^= d, z.low ^= p;
488
+ }
489
+ for (var k = 1; k < 25; k++) {
490
+ var x = (z = r3[k]).high, m = z.low, S = c[k];
491
+ S < 32 ? (d = x << S | m >>> 32 - S, p = m << S | x >>> 32 - S) : (d = m << S - 32 | x >>> 64 - S, p = x << S - 32 | m >>> 64 - S);
492
+ var b = f[h[k]];
493
+ b.high = d, b.low = p;
494
+ }
495
+ var A = f[0], H = r3[0];
496
+ for (A.high = H.high, A.low = H.low, u2 = 0; u2 < 5; u2++)
497
+ for (v = 0; v < 5; v++) {
498
+ var z = r3[k = u2 + 5 * v], C = f[k], D = f[(u2 + 1) % 5 + 5 * v], E = f[(u2 + 2) % 5 + 5 * v];
499
+ z.high = C.high ^ ~D.high & E.high, z.low = C.low ^ ~D.low & E.low;
500
+ }
501
+ z = r3[0];
502
+ var R = l[a3];
503
+ z.high ^= R.high, z.low ^= R.low;
504
+ }
505
+ }, _doFinalize: function() {
506
+ var e4 = this._data, r3 = e4.words;
507
+ this._nDataBytes;
508
+ var i3 = 8 * e4.sigBytes, o3 = 32 * this.blockSize;
509
+ r3[i3 >>> 5] |= 1 << 24 - i3 % 32, r3[(t3.ceil((i3 + 1) / o3) * o3 >>> 5) - 1] |= 128, e4.sigBytes = 4 * r3.length, this._process();
510
+ for (var s3 = this._state, a3 = this.cfg.outputLength / 8, c2 = a3 / 8, h2 = [], l2 = 0; l2 < c2; l2++) {
511
+ var f2 = s3[l2], u2 = f2.high, d = f2.low;
512
+ u2 = 16711935 & (u2 << 8 | u2 >>> 24) | 4278255360 & (u2 << 24 | u2 >>> 8), d = 16711935 & (d << 8 | d >>> 24) | 4278255360 & (d << 24 | d >>> 8), h2.push(d), h2.push(u2);
513
+ }
514
+ return new n2.init(h2, a3);
515
+ }, clone: function() {
516
+ for (var t4 = o2.clone.call(this), e4 = t4._state = this._state.slice(0), r3 = 0; r3 < 25; r3++)
517
+ e4[r3] = e4[r3].clone();
518
+ return t4;
519
+ } });
520
+ e3.SHA3 = o2._createHelper(u), e3.HmacSHA3 = o2._createHmacHelper(u);
521
+ }(Math), r2.SHA3);
522
+ }), n(function(t2, e2) {
523
+ var r2, i2, n2, o2, a2, c, h, l, f, u, d, p, v, _, y, g, B, w, k;
524
+ t2.exports = (r2 = function(t3, e3, r3) {
525
+ return t3 ^ e3 ^ r3;
526
+ }, i2 = function(t3, e3, r3) {
527
+ return t3 & e3 | ~t3 & r3;
528
+ }, n2 = function(t3, e3, r3) {
529
+ return (t3 | ~e3) ^ r3;
530
+ }, o2 = function(t3, e3, r3) {
531
+ return t3 & r3 | e3 & ~r3;
532
+ }, a2 = function(t3, e3, r3) {
533
+ return t3 ^ (e3 | ~r3);
534
+ }, c = function(t3, e3) {
535
+ return t3 << e3 | t3 >>> 32 - e3;
536
+ }, l = (h = k = s).lib, f = l.WordArray, u = l.Hasher, d = h.algo, p = f.create([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8, 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12, 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2, 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13]), v = f.create([5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12, 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2, 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13, 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14, 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11]), _ = f.create([11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8, 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12, 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5, 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12, 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6]), y = f.create([8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6, 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11, 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5, 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8, 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11]), g = f.create([0, 1518500249, 1859775393, 2400959708, 2840853838]), B = f.create([1352829926, 1548603684, 1836072691, 2053994217, 0]), w = d.RIPEMD160 = u.extend({ _doReset: function() {
537
+ this._hash = f.create([1732584193, 4023233417, 2562383102, 271733878, 3285377520]);
538
+ }, _doProcessBlock: function(t3, e3) {
539
+ for (var s2 = 0; s2 < 16; s2++) {
540
+ var h2 = e3 + s2, l2 = t3[h2];
541
+ t3[h2] = 16711935 & (l2 << 8 | l2 >>> 24) | 4278255360 & (l2 << 24 | l2 >>> 8);
542
+ }
543
+ var f2, u2, d2, w2, k2, x, m, S, b, A, H, z = this._hash.words, C = g.words, D = B.words, E = p.words, R = v.words, M = _.words, F = y.words;
544
+ for (x = f2 = z[0], m = u2 = z[1], S = d2 = z[2], b = w2 = z[3], A = k2 = z[4], s2 = 0; s2 < 80; s2 += 1)
545
+ H = f2 + t3[e3 + E[s2]] | 0, H += s2 < 16 ? r2(u2, d2, w2) + C[0] : s2 < 32 ? i2(u2, d2, w2) + C[1] : s2 < 48 ? n2(u2, d2, w2) + C[2] : s2 < 64 ? o2(u2, d2, w2) + C[3] : a2(u2, d2, w2) + C[4], H = (H = c(H |= 0, M[s2])) + k2 | 0, f2 = k2, k2 = w2, w2 = c(d2, 10), d2 = u2, u2 = H, H = x + t3[e3 + R[s2]] | 0, H += s2 < 16 ? a2(m, S, b) + D[0] : s2 < 32 ? o2(m, S, b) + D[1] : s2 < 48 ? n2(m, S, b) + D[2] : s2 < 64 ? i2(m, S, b) + D[3] : r2(m, S, b) + D[4], H = (H = c(H |= 0, F[s2])) + A | 0, x = A, A = b, b = c(S, 10), S = m, m = H;
546
+ H = z[1] + d2 + b | 0, z[1] = z[2] + w2 + A | 0, z[2] = z[3] + k2 + x | 0, z[3] = z[4] + f2 + m | 0, z[4] = z[0] + u2 + S | 0, z[0] = H;
547
+ }, _doFinalize: function() {
548
+ var t3 = this._data, e3 = t3.words, r3 = 8 * this._nDataBytes, i3 = 8 * t3.sigBytes;
549
+ e3[i3 >>> 5] |= 128 << 24 - i3 % 32, e3[14 + (i3 + 64 >>> 9 << 4)] = 16711935 & (r3 << 8 | r3 >>> 24) | 4278255360 & (r3 << 24 | r3 >>> 8), t3.sigBytes = 4 * (e3.length + 1), this._process();
550
+ for (var n3 = this._hash, o3 = n3.words, s2 = 0; s2 < 5; s2++) {
551
+ var a3 = o3[s2];
552
+ o3[s2] = 16711935 & (a3 << 8 | a3 >>> 24) | 4278255360 & (a3 << 24 | a3 >>> 8);
553
+ }
554
+ return n3;
555
+ }, clone: function() {
556
+ var t3 = u.clone.call(this);
557
+ return t3._hash = this._hash.clone(), t3;
558
+ } }), h.RIPEMD160 = u._createHelper(w), h.HmacRIPEMD160 = u._createHmacHelper(w), k.RIPEMD160);
559
+ }), n(function(t2, e2) {
560
+ var r2, i2, n2;
561
+ t2.exports = (i2 = (r2 = s).lib.Base, n2 = r2.enc.Utf8, void (r2.algo.HMAC = i2.extend({ init: function(t3, e3) {
562
+ t3 = this._hasher = new t3.init(), "string" == typeof e3 && (e3 = n2.parse(e3));
563
+ var r3 = t3.blockSize, i3 = 4 * r3;
564
+ e3.sigBytes > i3 && (e3 = t3.finalize(e3)), e3.clamp();
565
+ for (var o2 = this._oKey = e3.clone(), s2 = this._iKey = e3.clone(), a2 = o2.words, c = s2.words, h = 0; h < r3; h++)
566
+ a2[h] ^= 1549556828, c[h] ^= 909522486;
567
+ o2.sigBytes = s2.sigBytes = i3, this.reset();
568
+ }, reset: function() {
569
+ var t3 = this._hasher;
570
+ t3.reset(), t3.update(this._iKey);
571
+ }, update: function(t3) {
572
+ return this._hasher.update(t3), this;
573
+ }, finalize: function(t3) {
574
+ var e3 = this._hasher, r3 = e3.finalize(t3);
575
+ return e3.reset(), e3.finalize(this._oKey.clone().concat(r3));
576
+ } })));
577
+ }), n(function(t2, e2) {
578
+ var r2, i2, n2, o2, a2, c, h, l, f;
579
+ t2.exports = (i2 = (r2 = f = s).lib, n2 = i2.Base, o2 = i2.WordArray, a2 = r2.algo, c = a2.SHA1, h = a2.HMAC, l = a2.PBKDF2 = n2.extend({ cfg: n2.extend({ keySize: 4, hasher: c, iterations: 1 }), init: function(t3) {
580
+ this.cfg = this.cfg.extend(t3);
581
+ }, compute: function(t3, e3) {
582
+ for (var r3 = this.cfg, i3 = h.create(r3.hasher, t3), n3 = o2.create(), s2 = o2.create([1]), a3 = n3.words, c2 = s2.words, l2 = r3.keySize, f2 = r3.iterations; a3.length < l2; ) {
583
+ var u = i3.update(e3).finalize(s2);
584
+ i3.reset();
585
+ for (var d = u.words, p = d.length, v = u, _ = 1; _ < f2; _++) {
586
+ v = i3.finalize(v), i3.reset();
587
+ for (var y = v.words, g = 0; g < p; g++)
588
+ d[g] ^= y[g];
589
+ }
590
+ n3.concat(u), c2[0]++;
591
+ }
592
+ return n3.sigBytes = 4 * l2, n3;
593
+ } }), r2.PBKDF2 = function(t3, e3, r3) {
594
+ return l.create(r3).compute(t3, e3);
595
+ }, f.PBKDF2);
596
+ }), n(function(t2, e2) {
597
+ var r2, i2, n2, o2, a2, c, h, l;
598
+ t2.exports = (i2 = (r2 = l = s).lib, n2 = i2.Base, o2 = i2.WordArray, a2 = r2.algo, c = a2.MD5, h = a2.EvpKDF = n2.extend({ cfg: n2.extend({ keySize: 4, hasher: c, iterations: 1 }), init: function(t3) {
599
+ this.cfg = this.cfg.extend(t3);
600
+ }, compute: function(t3, e3) {
601
+ for (var r3, i3 = this.cfg, n3 = i3.hasher.create(), s2 = o2.create(), a3 = s2.words, c2 = i3.keySize, h2 = i3.iterations; a3.length < c2; ) {
602
+ r3 && n3.update(r3), r3 = n3.update(t3).finalize(e3), n3.reset();
603
+ for (var l2 = 1; l2 < h2; l2++)
604
+ r3 = n3.finalize(r3), n3.reset();
605
+ s2.concat(r3);
606
+ }
607
+ return s2.sigBytes = 4 * c2, s2;
608
+ } }), r2.EvpKDF = function(t3, e3, r3) {
609
+ return h.create(r3).compute(t3, e3);
610
+ }, l.EvpKDF);
611
+ }), n(function(t2, e2) {
612
+ var r2;
613
+ t2.exports = void ((r2 = s).lib.Cipher || function(t3) {
614
+ var e3 = r2, i2 = e3.lib, n2 = i2.Base, o2 = i2.WordArray, s2 = i2.BufferedBlockAlgorithm, a2 = e3.enc;
615
+ a2.Utf8;
616
+ var c, h = a2.Base64, l = e3.algo.EvpKDF, f = i2.Cipher = s2.extend({ cfg: n2.extend(), createEncryptor: function(t4, e4) {
617
+ return this.create(this._ENC_XFORM_MODE, t4, e4);
618
+ }, createDecryptor: function(t4, e4) {
619
+ return this.create(this._DEC_XFORM_MODE, t4, e4);
620
+ }, init: function(t4, e4, r3) {
621
+ this.cfg = this.cfg.extend(r3), this._xformMode = t4, this._key = e4, this.reset();
622
+ }, reset: function() {
623
+ s2.reset.call(this), this._doReset();
624
+ }, process: function(t4) {
625
+ return this._append(t4), this._process();
626
+ }, finalize: function(t4) {
627
+ return t4 && this._append(t4), this._doFinalize();
628
+ }, keySize: 4, ivSize: 4, _ENC_XFORM_MODE: 1, _DEC_XFORM_MODE: 2, _createHelper: (c = function(t4) {
629
+ return "string" == typeof t4 ? w : g;
630
+ }, function(t4) {
631
+ return { encrypt: function(e4, r3, i3) {
632
+ return c(r3).encrypt(t4, e4, r3, i3);
633
+ }, decrypt: function(e4, r3, i3) {
634
+ return c(r3).decrypt(t4, e4, r3, i3);
635
+ } };
636
+ }) });
637
+ i2.StreamCipher = f.extend({ _doFinalize: function() {
638
+ return this._process(true);
639
+ }, blockSize: 1 });
640
+ var u = e3.mode = {}, d = i2.BlockCipherMode = n2.extend({ createEncryptor: function(t4, e4) {
641
+ return this.Encryptor.create(t4, e4);
642
+ }, createDecryptor: function(t4, e4) {
643
+ return this.Decryptor.create(t4, e4);
644
+ }, init: function(t4, e4) {
645
+ this._cipher = t4, this._iv = e4;
646
+ } }), p = u.CBC = function() {
647
+ var e4 = function(e5, r4, i3) {
648
+ var n3, o3 = this._iv;
649
+ o3 ? (n3 = o3, this._iv = t3) : n3 = this._prevBlock;
650
+ for (var s3 = 0; s3 < i3; s3++)
651
+ e5[r4 + s3] ^= n3[s3];
652
+ }, r3 = d.extend();
653
+ return r3.Encryptor = r3.extend({ processBlock: function(t4, r4) {
654
+ var i3 = this._cipher, n3 = i3.blockSize;
655
+ e4.call(this, t4, r4, n3), i3.encryptBlock(t4, r4), this._prevBlock = t4.slice(r4, r4 + n3);
656
+ } }), r3.Decryptor = r3.extend({ processBlock: function(t4, r4) {
657
+ var i3 = this._cipher, n3 = i3.blockSize, o3 = t4.slice(r4, r4 + n3);
658
+ i3.decryptBlock(t4, r4), e4.call(this, t4, r4, n3), this._prevBlock = o3;
659
+ } }), r3;
660
+ }(), v = (e3.pad = {}).Pkcs7 = { pad: function(t4, e4) {
661
+ for (var r3 = 4 * e4, i3 = r3 - t4.sigBytes % r3, n3 = i3 << 24 | i3 << 16 | i3 << 8 | i3, s3 = [], a3 = 0; a3 < i3; a3 += 4)
662
+ s3.push(n3);
663
+ var c2 = o2.create(s3, i3);
664
+ t4.concat(c2);
665
+ }, unpad: function(t4) {
666
+ var e4 = 255 & t4.words[t4.sigBytes - 1 >>> 2];
667
+ t4.sigBytes -= e4;
668
+ } };
669
+ i2.BlockCipher = f.extend({ cfg: f.cfg.extend({ mode: p, padding: v }), reset: function() {
670
+ var t4;
671
+ f.reset.call(this);
672
+ var e4 = this.cfg, r3 = e4.iv, i3 = e4.mode;
673
+ this._xformMode == this._ENC_XFORM_MODE ? t4 = i3.createEncryptor : (t4 = i3.createDecryptor, this._minBufferSize = 1), this._mode && this._mode.__creator == t4 ? this._mode.init(this, r3 && r3.words) : (this._mode = t4.call(i3, this, r3 && r3.words), this._mode.__creator = t4);
674
+ }, _doProcessBlock: function(t4, e4) {
675
+ this._mode.processBlock(t4, e4);
676
+ }, _doFinalize: function() {
677
+ var t4, e4 = this.cfg.padding;
678
+ return this._xformMode == this._ENC_XFORM_MODE ? (e4.pad(this._data, this.blockSize), t4 = this._process(true)) : (t4 = this._process(true), e4.unpad(t4)), t4;
679
+ }, blockSize: 4 });
680
+ var _ = i2.CipherParams = n2.extend({ init: function(t4) {
681
+ this.mixIn(t4);
682
+ }, toString: function(t4) {
683
+ return (t4 || this.formatter).stringify(this);
684
+ } }), y = (e3.format = {}).OpenSSL = { stringify: function(t4) {
685
+ var e4 = t4.ciphertext, r3 = t4.salt;
686
+ return (r3 ? o2.create([1398893684, 1701076831]).concat(r3).concat(e4) : e4).toString(h);
687
+ }, parse: function(t4) {
688
+ var e4, r3 = h.parse(t4), i3 = r3.words;
689
+ return 1398893684 == i3[0] && 1701076831 == i3[1] && (e4 = o2.create(i3.slice(2, 4)), i3.splice(0, 4), r3.sigBytes -= 16), _.create({ ciphertext: r3, salt: e4 });
690
+ } }, g = i2.SerializableCipher = n2.extend({ cfg: n2.extend({ format: y }), encrypt: function(t4, e4, r3, i3) {
691
+ i3 = this.cfg.extend(i3);
692
+ var n3 = t4.createEncryptor(r3, i3), o3 = n3.finalize(e4), s3 = n3.cfg;
693
+ return _.create({ ciphertext: o3, key: r3, iv: s3.iv, algorithm: t4, mode: s3.mode, padding: s3.padding, blockSize: t4.blockSize, formatter: i3.format });
694
+ }, decrypt: function(t4, e4, r3, i3) {
695
+ return i3 = this.cfg.extend(i3), e4 = this._parse(e4, i3.format), t4.createDecryptor(r3, i3).finalize(e4.ciphertext);
696
+ }, _parse: function(t4, e4) {
697
+ return "string" == typeof t4 ? e4.parse(t4, this) : t4;
698
+ } }), B = (e3.kdf = {}).OpenSSL = { execute: function(t4, e4, r3, i3) {
699
+ i3 || (i3 = o2.random(8));
700
+ var n3 = l.create({ keySize: e4 + r3 }).compute(t4, i3), s3 = o2.create(n3.words.slice(e4), 4 * r3);
701
+ return n3.sigBytes = 4 * e4, _.create({ key: n3, iv: s3, salt: i3 });
702
+ } }, w = i2.PasswordBasedCipher = g.extend({ cfg: g.cfg.extend({ kdf: B }), encrypt: function(t4, e4, r3, i3) {
703
+ var n3 = (i3 = this.cfg.extend(i3)).kdf.execute(r3, t4.keySize, t4.ivSize);
704
+ i3.iv = n3.iv;
705
+ var o3 = g.encrypt.call(this, t4, e4, n3.key, i3);
706
+ return o3.mixIn(n3), o3;
707
+ }, decrypt: function(t4, e4, r3, i3) {
708
+ i3 = this.cfg.extend(i3), e4 = this._parse(e4, i3.format);
709
+ var n3 = i3.kdf.execute(r3, t4.keySize, t4.ivSize, e4.salt);
710
+ return i3.iv = n3.iv, g.decrypt.call(this, t4, e4, n3.key, i3);
711
+ } });
712
+ }());
713
+ }), n(function(t2, e2) {
714
+ var r2, i2, n2;
715
+ t2.exports = ((n2 = s).mode.CFB = (r2 = function(t3, e3, r3, i3) {
716
+ var n3, o2 = this._iv;
717
+ o2 ? (n3 = o2.slice(0), this._iv = void 0) : n3 = this._prevBlock, i3.encryptBlock(n3, 0);
718
+ for (var s2 = 0; s2 < r3; s2++)
719
+ t3[e3 + s2] ^= n3[s2];
720
+ }, (i2 = n2.lib.BlockCipherMode.extend()).Encryptor = i2.extend({ processBlock: function(t3, e3) {
649
721
  var i3 = this._cipher, n3 = i3.blockSize;
650
- e4.call(this, t4, r4, n3), i3.encryptBlock(t4, r4), this._prevBlock = t4.slice(r4, r4 + n3);
651
- } }), r3.Decryptor = r3.extend({ processBlock: function(t4, r4) {
652
- var i3 = this._cipher, n3 = i3.blockSize, o3 = t4.slice(r4, r4 + n3);
653
- i3.decryptBlock(t4, r4), e4.call(this, t4, r4, n3), this._prevBlock = o3;
654
- } }), r3;
655
- }(), v = (e3.pad = {}).Pkcs7 = { pad: function(t4, e4) {
656
- for (var r3 = 4 * e4, i3 = r3 - t4.sigBytes % r3, n3 = i3 << 24 | i3 << 16 | i3 << 8 | i3, s3 = [], a3 = 0; a3 < i3; a3 += 4)
657
- s3.push(n3);
658
- var c2 = o2.create(s3, i3);
659
- t4.concat(c2);
660
- }, unpad: function(t4) {
661
- var e4 = 255 & t4.words[t4.sigBytes - 1 >>> 2];
662
- t4.sigBytes -= e4;
663
- } };
664
- i2.BlockCipher = f.extend({ cfg: f.cfg.extend({ mode: p, padding: v }), reset: function() {
665
- var t4;
666
- f.reset.call(this);
667
- var e4 = this.cfg, r3 = e4.iv, i3 = e4.mode;
668
- this._xformMode == this._ENC_XFORM_MODE ? t4 = i3.createEncryptor : (t4 = i3.createDecryptor, this._minBufferSize = 1), this._mode && this._mode.__creator == t4 ? this._mode.init(this, r3 && r3.words) : (this._mode = t4.call(i3, this, r3 && r3.words), this._mode.__creator = t4);
669
- }, _doProcessBlock: function(t4, e4) {
670
- this._mode.processBlock(t4, e4);
671
- }, _doFinalize: function() {
672
- var t4, e4 = this.cfg.padding;
673
- return this._xformMode == this._ENC_XFORM_MODE ? (e4.pad(this._data, this.blockSize), t4 = this._process(true)) : (t4 = this._process(true), e4.unpad(t4)), t4;
674
- }, blockSize: 4 });
675
- var _ = i2.CipherParams = n2.extend({ init: function(t4) {
676
- this.mixIn(t4);
677
- }, toString: function(t4) {
678
- return (t4 || this.formatter).stringify(this);
679
- } }), y = (e3.format = {}).OpenSSL = { stringify: function(t4) {
680
- var e4 = t4.ciphertext, r3 = t4.salt;
681
- return (r3 ? o2.create([1398893684, 1701076831]).concat(r3).concat(e4) : e4).toString(h);
682
- }, parse: function(t4) {
683
- var e4, r3 = h.parse(t4), i3 = r3.words;
684
- return 1398893684 == i3[0] && 1701076831 == i3[1] && (e4 = o2.create(i3.slice(2, 4)), i3.splice(0, 4), r3.sigBytes -= 16), _.create({ ciphertext: r3, salt: e4 });
685
- } }, g = i2.SerializableCipher = n2.extend({ cfg: n2.extend({ format: y }), encrypt: function(t4, e4, r3, i3) {
686
- i3 = this.cfg.extend(i3);
687
- var n3 = t4.createEncryptor(r3, i3), o3 = n3.finalize(e4), s3 = n3.cfg;
688
- return _.create({ ciphertext: o3, key: r3, iv: s3.iv, algorithm: t4, mode: s3.mode, padding: s3.padding, blockSize: t4.blockSize, formatter: i3.format });
689
- }, decrypt: function(t4, e4, r3, i3) {
690
- return i3 = this.cfg.extend(i3), e4 = this._parse(e4, i3.format), t4.createDecryptor(r3, i3).finalize(e4.ciphertext);
691
- }, _parse: function(t4, e4) {
692
- return "string" == typeof t4 ? e4.parse(t4, this) : t4;
693
- } }), B = (e3.kdf = {}).OpenSSL = { execute: function(t4, e4, r3, i3) {
694
- i3 || (i3 = o2.random(8));
695
- var n3 = l.create({ keySize: e4 + r3 }).compute(t4, i3), s3 = o2.create(n3.words.slice(e4), 4 * r3);
696
- return n3.sigBytes = 4 * e4, _.create({ key: n3, iv: s3, salt: i3 });
697
- } }, w = i2.PasswordBasedCipher = g.extend({ cfg: g.cfg.extend({ kdf: B }), encrypt: function(t4, e4, r3, i3) {
698
- var n3 = (i3 = this.cfg.extend(i3)).kdf.execute(r3, t4.keySize, t4.ivSize);
699
- i3.iv = n3.iv;
700
- var o3 = g.encrypt.call(this, t4, e4, n3.key, i3);
701
- return o3.mixIn(n3), o3;
702
- }, decrypt: function(t4, e4, r3, i3) {
703
- i3 = this.cfg.extend(i3), e4 = this._parse(e4, i3.format);
704
- var n3 = i3.kdf.execute(r3, t4.keySize, t4.ivSize, e4.salt);
705
- return i3.iv = n3.iv, g.decrypt.call(this, t4, e4, n3.key, i3);
706
- } });
707
- }());
708
- }), n(function(t2, e2) {
709
- var r2, i2, n2;
710
- t2.exports = ((n2 = s).mode.CFB = (r2 = function(t3, e3, r3, i3) {
711
- var n3, o2 = this._iv;
712
- o2 ? (n3 = o2.slice(0), this._iv = void 0) : n3 = this._prevBlock, i3.encryptBlock(n3, 0);
713
- for (var s2 = 0; s2 < r3; s2++)
714
- t3[e3 + s2] ^= n3[s2];
715
- }, (i2 = n2.lib.BlockCipherMode.extend()).Encryptor = i2.extend({ processBlock: function(t3, e3) {
716
- var i3 = this._cipher, n3 = i3.blockSize;
717
- r2.call(this, t3, e3, n3, i3), this._prevBlock = t3.slice(e3, e3 + n3);
718
- } }), i2.Decryptor = i2.extend({ processBlock: function(t3, e3) {
719
- var i3 = this._cipher, n3 = i3.blockSize, o2 = t3.slice(e3, e3 + n3);
720
- r2.call(this, t3, e3, n3, i3), this._prevBlock = o2;
721
- } }), i2), n2.mode.CFB);
722
- }), n(function(t2, e2) {
723
- var r2, i2, n2;
724
- t2.exports = ((n2 = s).mode.CTR = (r2 = n2.lib.BlockCipherMode.extend(), i2 = r2.Encryptor = r2.extend({ processBlock: function(t3, e3) {
725
- var r3 = this._cipher, i3 = r3.blockSize, n3 = this._iv, o2 = this._counter;
726
- n3 && (o2 = this._counter = n3.slice(0), this._iv = void 0);
727
- var s2 = o2.slice(0);
728
- r3.encryptBlock(s2, 0), o2[i3 - 1] = o2[i3 - 1] + 1 | 0;
729
- for (var a2 = 0; a2 < i3; a2++)
730
- t3[e3 + a2] ^= s2[a2];
731
- } }), r2.Decryptor = i2, r2), n2.mode.CTR);
732
- }), n(function(t2, e2) {
733
- var r2, i2, n2, o2, a2;
734
- t2.exports = ((a2 = s).mode.CTRGladman = (r2 = function(t3) {
735
- if (255 & ~(t3 >> 24))
736
- t3 += 1 << 24;
737
- else {
738
- var e3 = t3 >> 16 & 255, r3 = t3 >> 8 & 255, i3 = 255 & t3;
739
- 255 === e3 ? (e3 = 0, 255 === r3 ? (r3 = 0, 255 === i3 ? i3 = 0 : ++i3) : ++r3) : ++e3, t3 = 0, t3 += e3 << 16, t3 += r3 << 8, t3 += i3;
740
- }
741
- return t3;
742
- }, i2 = function(t3) {
743
- return 0 === (t3[0] = r2(t3[0])) && (t3[1] = r2(t3[1])), t3;
744
- }, n2 = a2.lib.BlockCipherMode.extend(), o2 = n2.Encryptor = n2.extend({ processBlock: function(t3, e3) {
745
- var r3 = this._cipher, n3 = r3.blockSize, o3 = this._iv, s2 = this._counter;
746
- o3 && (s2 = this._counter = o3.slice(0), this._iv = void 0), i2(s2);
747
- var a3 = s2.slice(0);
748
- r3.encryptBlock(a3, 0);
749
- for (var c = 0; c < n3; c++)
750
- t3[e3 + c] ^= a3[c];
751
- } }), n2.Decryptor = o2, n2), a2.mode.CTRGladman);
752
- }), n(function(t2, e2) {
753
- var r2, i2, n2;
754
- t2.exports = ((n2 = s).mode.OFB = (r2 = n2.lib.BlockCipherMode.extend(), i2 = r2.Encryptor = r2.extend({ processBlock: function(t3, e3) {
755
- var r3 = this._cipher, i3 = r3.blockSize, n3 = this._iv, o2 = this._keystream;
756
- n3 && (o2 = this._keystream = n3.slice(0), this._iv = void 0), r3.encryptBlock(o2, 0);
757
- for (var s2 = 0; s2 < i3; s2++)
758
- t3[e3 + s2] ^= o2[s2];
759
- } }), r2.Decryptor = i2, r2), n2.mode.OFB);
760
- }), n(function(t2, e2) {
761
- var r2, i2;
762
- t2.exports = ((i2 = s).mode.ECB = ((r2 = i2.lib.BlockCipherMode.extend()).Encryptor = r2.extend({ processBlock: function(t3, e3) {
763
- this._cipher.encryptBlock(t3, e3);
764
- } }), r2.Decryptor = r2.extend({ processBlock: function(t3, e3) {
765
- this._cipher.decryptBlock(t3, e3);
766
- } }), r2), i2.mode.ECB);
767
- }), n(function(t2, e2) {
768
- var r2;
769
- t2.exports = ((r2 = s).pad.AnsiX923 = { pad: function(t3, e3) {
770
- var r3 = t3.sigBytes, i2 = 4 * e3, n2 = i2 - r3 % i2, o2 = r3 + n2 - 1;
771
- t3.clamp(), t3.words[o2 >>> 2] |= n2 << 24 - o2 % 4 * 8, t3.sigBytes += n2;
772
- }, unpad: function(t3) {
773
- var e3 = 255 & t3.words[t3.sigBytes - 1 >>> 2];
774
- t3.sigBytes -= e3;
775
- } }, r2.pad.Ansix923);
776
- }), n(function(t2, e2) {
777
- var r2;
778
- t2.exports = ((r2 = s).pad.Iso10126 = { pad: function(t3, e3) {
779
- var i2 = 4 * e3, n2 = i2 - t3.sigBytes % i2;
780
- t3.concat(r2.lib.WordArray.random(n2 - 1)).concat(r2.lib.WordArray.create([n2 << 24], 1));
781
- }, unpad: function(t3) {
782
- var e3 = 255 & t3.words[t3.sigBytes - 1 >>> 2];
783
- t3.sigBytes -= e3;
784
- } }, r2.pad.Iso10126);
785
- }), n(function(t2, e2) {
786
- var r2;
787
- t2.exports = ((r2 = s).pad.Iso97971 = { pad: function(t3, e3) {
788
- t3.concat(r2.lib.WordArray.create([2147483648], 1)), r2.pad.ZeroPadding.pad(t3, e3);
789
- }, unpad: function(t3) {
790
- r2.pad.ZeroPadding.unpad(t3), t3.sigBytes--;
791
- } }, r2.pad.Iso97971);
792
- }), n(function(t2, e2) {
793
- var r2;
794
- t2.exports = ((r2 = s).pad.ZeroPadding = { pad: function(t3, e3) {
795
- var r3 = 4 * e3;
796
- t3.clamp(), t3.sigBytes += r3 - (t3.sigBytes % r3 || r3);
797
- }, unpad: function(t3) {
798
- var e3 = t3.words, r3 = t3.sigBytes - 1;
799
- for (r3 = t3.sigBytes - 1; r3 >= 0; r3--)
800
- if (e3[r3 >>> 2] >>> 24 - r3 % 4 * 8 & 255) {
801
- t3.sigBytes = r3 + 1;
802
- break;
803
- }
804
- } }, r2.pad.ZeroPadding);
805
- }), n(function(t2, e2) {
806
- var r2;
807
- t2.exports = ((r2 = s).pad.NoPadding = { pad: function() {
808
- }, unpad: function() {
809
- } }, r2.pad.NoPadding);
810
- }), n(function(t2, e2) {
811
- var r2, i2, n2, o2;
812
- t2.exports = (i2 = (r2 = o2 = s).lib.CipherParams, n2 = r2.enc.Hex, r2.format.Hex = { stringify: function(t3) {
813
- return t3.ciphertext.toString(n2);
814
- }, parse: function(t3) {
815
- var e3 = n2.parse(t3);
816
- return i2.create({ ciphertext: e3 });
817
- } }, o2.format.Hex);
818
- }), n(function(t2, e2) {
819
- var r2;
820
- t2.exports = (r2 = s, function() {
821
- var t3 = r2, e3 = t3.lib.BlockCipher, i2 = t3.algo, n2 = [], o2 = [], s2 = [], a2 = [], c = [], h = [], l = [], f = [], u = [], d = [];
822
- !function() {
823
- for (var t4 = [], e4 = 0; e4 < 256; e4++)
824
- t4[e4] = e4 < 128 ? e4 << 1 : e4 << 1 ^ 283;
825
- var r3 = 0, i3 = 0;
826
- for (e4 = 0; e4 < 256; e4++) {
827
- var p2 = i3 ^ i3 << 1 ^ i3 << 2 ^ i3 << 3 ^ i3 << 4;
828
- p2 = p2 >>> 8 ^ 255 & p2 ^ 99, n2[r3] = p2, o2[p2] = r3;
829
- var v2 = t4[r3], _ = t4[v2], y = t4[_], g = 257 * t4[p2] ^ 16843008 * p2;
830
- s2[r3] = g << 24 | g >>> 8, a2[r3] = g << 16 | g >>> 16, c[r3] = g << 8 | g >>> 24, h[r3] = g, g = 16843009 * y ^ 65537 * _ ^ 257 * v2 ^ 16843008 * r3, l[p2] = g << 24 | g >>> 8, f[p2] = g << 16 | g >>> 16, u[p2] = g << 8 | g >>> 24, d[p2] = g, r3 ? (r3 = v2 ^ t4[t4[t4[y ^ v2]]], i3 ^= t4[t4[i3]]) : r3 = i3 = 1;
831
- }
832
- }();
833
- var p = [0, 1, 2, 4, 8, 16, 32, 64, 128, 27, 54], v = i2.AES = e3.extend({ _doReset: function() {
834
- if (!this._nRounds || this._keyPriorReset !== this._key) {
835
- for (var t4 = this._keyPriorReset = this._key, e4 = t4.words, r3 = t4.sigBytes / 4, i3 = 4 * ((this._nRounds = r3 + 6) + 1), o3 = this._keySchedule = [], s3 = 0; s3 < i3; s3++)
836
- s3 < r3 ? o3[s3] = e4[s3] : (h2 = o3[s3 - 1], s3 % r3 ? r3 > 6 && s3 % r3 == 4 && (h2 = n2[h2 >>> 24] << 24 | n2[h2 >>> 16 & 255] << 16 | n2[h2 >>> 8 & 255] << 8 | n2[255 & h2]) : (h2 = n2[(h2 = h2 << 8 | h2 >>> 24) >>> 24] << 24 | n2[h2 >>> 16 & 255] << 16 | n2[h2 >>> 8 & 255] << 8 | n2[255 & h2], h2 ^= p[s3 / r3 | 0] << 24), o3[s3] = o3[s3 - r3] ^ h2);
837
- for (var a3 = this._invKeySchedule = [], c2 = 0; c2 < i3; c2++) {
838
- if (s3 = i3 - c2, c2 % 4)
839
- var h2 = o3[s3];
840
- else
841
- h2 = o3[s3 - 4];
842
- a3[c2] = c2 < 4 || s3 <= 4 ? h2 : l[n2[h2 >>> 24]] ^ f[n2[h2 >>> 16 & 255]] ^ u[n2[h2 >>> 8 & 255]] ^ d[n2[255 & h2]];
722
+ r2.call(this, t3, e3, n3, i3), this._prevBlock = t3.slice(e3, e3 + n3);
723
+ } }), i2.Decryptor = i2.extend({ processBlock: function(t3, e3) {
724
+ var i3 = this._cipher, n3 = i3.blockSize, o2 = t3.slice(e3, e3 + n3);
725
+ r2.call(this, t3, e3, n3, i3), this._prevBlock = o2;
726
+ } }), i2), n2.mode.CFB);
727
+ }), n(function(t2, e2) {
728
+ var r2, i2, n2;
729
+ t2.exports = ((n2 = s).mode.CTR = (r2 = n2.lib.BlockCipherMode.extend(), i2 = r2.Encryptor = r2.extend({ processBlock: function(t3, e3) {
730
+ var r3 = this._cipher, i3 = r3.blockSize, n3 = this._iv, o2 = this._counter;
731
+ n3 && (o2 = this._counter = n3.slice(0), this._iv = void 0);
732
+ var s2 = o2.slice(0);
733
+ r3.encryptBlock(s2, 0), o2[i3 - 1] = o2[i3 - 1] + 1 | 0;
734
+ for (var a2 = 0; a2 < i3; a2++)
735
+ t3[e3 + a2] ^= s2[a2];
736
+ } }), r2.Decryptor = i2, r2), n2.mode.CTR);
737
+ }), n(function(t2, e2) {
738
+ var r2, i2, n2, o2, a2;
739
+ t2.exports = ((a2 = s).mode.CTRGladman = (r2 = function(t3) {
740
+ if (255 & ~(t3 >> 24))
741
+ t3 += 1 << 24;
742
+ else {
743
+ var e3 = t3 >> 16 & 255, r3 = t3 >> 8 & 255, i3 = 255 & t3;
744
+ 255 === e3 ? (e3 = 0, 255 === r3 ? (r3 = 0, 255 === i3 ? i3 = 0 : ++i3) : ++r3) : ++e3, t3 = 0, t3 += e3 << 16, t3 += r3 << 8, t3 += i3;
843
745
  }
844
- }
845
- }, encryptBlock: function(t4, e4) {
846
- this._doCryptBlock(t4, e4, this._keySchedule, s2, a2, c, h, n2);
847
- }, decryptBlock: function(t4, e4) {
848
- var r3 = t4[e4 + 1];
849
- t4[e4 + 1] = t4[e4 + 3], t4[e4 + 3] = r3, this._doCryptBlock(t4, e4, this._invKeySchedule, l, f, u, d, o2), r3 = t4[e4 + 1], t4[e4 + 1] = t4[e4 + 3], t4[e4 + 3] = r3;
850
- }, _doCryptBlock: function(t4, e4, r3, i3, n3, o3, s3, a3) {
851
- for (var c2 = this._nRounds, h2 = t4[e4] ^ r3[0], l2 = t4[e4 + 1] ^ r3[1], f2 = t4[e4 + 2] ^ r3[2], u2 = t4[e4 + 3] ^ r3[3], d2 = 4, p2 = 1; p2 < c2; p2++) {
852
- var v2 = i3[h2 >>> 24] ^ n3[l2 >>> 16 & 255] ^ o3[f2 >>> 8 & 255] ^ s3[255 & u2] ^ r3[d2++], _ = i3[l2 >>> 24] ^ n3[f2 >>> 16 & 255] ^ o3[u2 >>> 8 & 255] ^ s3[255 & h2] ^ r3[d2++], y = i3[f2 >>> 24] ^ n3[u2 >>> 16 & 255] ^ o3[h2 >>> 8 & 255] ^ s3[255 & l2] ^ r3[d2++], g = i3[u2 >>> 24] ^ n3[h2 >>> 16 & 255] ^ o3[l2 >>> 8 & 255] ^ s3[255 & f2] ^ r3[d2++];
853
- h2 = v2, l2 = _, f2 = y, u2 = g;
854
- }
855
- v2 = (a3[h2 >>> 24] << 24 | a3[l2 >>> 16 & 255] << 16 | a3[f2 >>> 8 & 255] << 8 | a3[255 & u2]) ^ r3[d2++], _ = (a3[l2 >>> 24] << 24 | a3[f2 >>> 16 & 255] << 16 | a3[u2 >>> 8 & 255] << 8 | a3[255 & h2]) ^ r3[d2++], y = (a3[f2 >>> 24] << 24 | a3[u2 >>> 16 & 255] << 16 | a3[h2 >>> 8 & 255] << 8 | a3[255 & l2]) ^ r3[d2++], g = (a3[u2 >>> 24] << 24 | a3[h2 >>> 16 & 255] << 16 | a3[l2 >>> 8 & 255] << 8 | a3[255 & f2]) ^ r3[d2++], t4[e4] = v2, t4[e4 + 1] = _, t4[e4 + 2] = y, t4[e4 + 3] = g;
856
- }, keySize: 8 });
857
- t3.AES = e3._createHelper(v);
858
- }(), r2.AES);
859
- }), n(function(t2, e2) {
860
- var r2;
861
- t2.exports = (r2 = s, function() {
862
- var t3 = function(t4, e4) {
863
- var r3 = (this._lBlock >>> t4 ^ this._rBlock) & e4;
864
- this._rBlock ^= r3, this._lBlock ^= r3 << t4;
865
- }, e3 = function(t4, e4) {
866
- var r3 = (this._rBlock >>> t4 ^ this._lBlock) & e4;
867
- this._lBlock ^= r3, this._rBlock ^= r3 << t4;
868
- }, i2 = r2, n2 = i2.lib, o2 = n2.WordArray, s2 = n2.BlockCipher, a2 = i2.algo, c = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4], h = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32], l = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28], f = [{ 0: 8421888, 268435456: 32768, 536870912: 8421378, 805306368: 2, 1073741824: 512, 1342177280: 8421890, 1610612736: 8389122, 1879048192: 8388608, 2147483648: 514, 2415919104: 8389120, 2684354560: 33280, 2952790016: 8421376, 3221225472: 32770, 3489660928: 8388610, 3758096384: 0, 4026531840: 33282, 134217728: 0, 402653184: 8421890, 671088640: 33282, 939524096: 32768, 1207959552: 8421888, 1476395008: 512, 1744830464: 8421378, 2013265920: 2, 2281701376: 8389120, 2550136832: 33280, 2818572288: 8421376, 3087007744: 8389122, 3355443200: 8388610, 3623878656: 32770, 3892314112: 514, 4160749568: 8388608, 1: 32768, 268435457: 2, 536870913: 8421888, 805306369: 8388608, 1073741825: 8421378, 1342177281: 33280, 1610612737: 512, 1879048193: 8389122, 2147483649: 8421890, 2415919105: 8421376, 2684354561: 8388610, 2952790017: 33282, 3221225473: 514, 3489660929: 8389120, 3758096385: 32770, 4026531841: 0, 134217729: 8421890, 402653185: 8421376, 671088641: 8388608, 939524097: 512, 1207959553: 32768, 1476395009: 8388610, 1744830465: 2, 2013265921: 33282, 2281701377: 32770, 2550136833: 8389122, 2818572289: 514, 3087007745: 8421888, 3355443201: 8389120, 3623878657: 0, 3892314113: 33280, 4160749569: 8421378 }, { 0: 1074282512, 16777216: 16384, 33554432: 524288, 50331648: 1074266128, 67108864: 1073741840, 83886080: 1074282496, 100663296: 1073758208, 117440512: 16, 134217728: 540672, 150994944: 1073758224, 167772160: 1073741824, 184549376: 540688, 201326592: 524304, 218103808: 0, 234881024: 16400, 251658240: 1074266112, 8388608: 1073758208, 25165824: 540688, 41943040: 16, 58720256: 1073758224, 75497472: 1074282512, 92274688: 1073741824, 109051904: 524288, 125829120: 1074266128, 142606336: 524304, 159383552: 0, 176160768: 16384, 192937984: 1074266112, 209715200: 1073741840, 226492416: 540672, 243269632: 1074282496, 260046848: 16400, 268435456: 0, 285212672: 1074266128, 301989888: 1073758224, 318767104: 1074282496, 335544320: 1074266112, 352321536: 16, 369098752: 540688, 385875968: 16384, 402653184: 16400, 419430400: 524288, 436207616: 524304, 452984832: 1073741840, 469762048: 540672, 486539264: 1073758208, 503316480: 1073741824, 520093696: 1074282512, 276824064: 540688, 293601280: 524288, 310378496: 1074266112, 327155712: 16384, 343932928: 1073758208, 360710144: 1074282512, 377487360: 16, 394264576: 1073741824, 411041792: 1074282496, 427819008: 1073741840, 444596224: 1073758224, 461373440: 524304, 478150656: 0, 494927872: 16400, 511705088: 1074266128, 528482304: 540672 }, { 0: 260, 1048576: 0, 2097152: 67109120, 3145728: 65796, 4194304: 65540, 5242880: 67108868, 6291456: 67174660, 7340032: 67174400, 8388608: 67108864, 9437184: 67174656, 10485760: 65792, 11534336: 67174404, 12582912: 67109124, 13631488: 65536, 14680064: 4, 15728640: 256, 524288: 67174656, 1572864: 67174404, 2621440: 0, 3670016: 67109120, 4718592: 67108868, 5767168: 65536, 6815744: 65540, 7864320: 260, 8912896: 4, 9961472: 256, 11010048: 67174400, 12058624: 65796, 13107200: 65792, 14155776: 67109124, 15204352: 67174660, 16252928: 67108864, 16777216: 67174656, 17825792: 65540, 18874368: 65536, 19922944: 67109120, 20971520: 256, 22020096: 67174660, 23068672: 67108868, 24117248: 0, 25165824: 67109124, 26214400: 67108864, 27262976: 4, 28311552: 65792, 29360128: 67174400, 30408704: 260, 31457280: 65796, 32505856: 67174404, 17301504: 67108864, 18350080: 260, 19398656: 67174656, 20447232: 0, 21495808: 65540, 22544384: 67109120, 23592960: 256, 24641536: 67174404, 25690112: 65536, 26738688: 67174660, 27787264: 65796, 28835840: 67108868, 29884416: 67109124, 30932992: 67174400, 31981568: 4, 33030144: 65792 }, { 0: 2151682048, 65536: 2147487808, 131072: 4198464, 196608: 2151677952, 262144: 0, 327680: 4198400, 393216: 2147483712, 458752: 4194368, 524288: 2147483648, 589824: 4194304, 655360: 64, 720896: 2147487744, 786432: 2151678016, 851968: 4160, 917504: 4096, 983040: 2151682112, 32768: 2147487808, 98304: 64, 163840: 2151678016, 229376: 2147487744, 294912: 4198400, 360448: 2151682112, 425984: 0, 491520: 2151677952, 557056: 4096, 622592: 2151682048, 688128: 4194304, 753664: 4160, 819200: 2147483648, 884736: 4194368, 950272: 4198464, 1015808: 2147483712, 1048576: 4194368, 1114112: 4198400, 1179648: 2147483712, 1245184: 0, 1310720: 4160, 1376256: 2151678016, 1441792: 2151682048, 1507328: 2147487808, 1572864: 2151682112, 1638400: 2147483648, 1703936: 2151677952, 1769472: 4198464, 1835008: 2147487744, 1900544: 4194304, 1966080: 64, 2031616: 4096, 1081344: 2151677952, 1146880: 2151682112, 1212416: 0, 1277952: 4198400, 1343488: 4194368, 1409024: 2147483648, 1474560: 2147487808, 1540096: 64, 1605632: 2147483712, 1671168: 4096, 1736704: 2147487744, 1802240: 2151678016, 1867776: 4160, 1933312: 2151682048, 1998848: 4194304, 2064384: 4198464 }, { 0: 128, 4096: 17039360, 8192: 262144, 12288: 536870912, 16384: 537133184, 20480: 16777344, 24576: 553648256, 28672: 262272, 32768: 16777216, 36864: 537133056, 40960: 536871040, 45056: 553910400, 49152: 553910272, 53248: 0, 57344: 17039488, 61440: 553648128, 2048: 17039488, 6144: 553648256, 10240: 128, 14336: 17039360, 18432: 262144, 22528: 537133184, 26624: 553910272, 30720: 536870912, 34816: 537133056, 38912: 0, 43008: 553910400, 47104: 16777344, 51200: 536871040, 55296: 553648128, 59392: 16777216, 63488: 262272, 65536: 262144, 69632: 128, 73728: 536870912, 77824: 553648256, 81920: 16777344, 86016: 553910272, 90112: 537133184, 94208: 16777216, 98304: 553910400, 102400: 553648128, 106496: 17039360, 110592: 537133056, 114688: 262272, 118784: 536871040, 122880: 0, 126976: 17039488, 67584: 553648256, 71680: 16777216, 75776: 17039360, 79872: 537133184, 83968: 536870912, 88064: 17039488, 92160: 128, 96256: 553910272, 100352: 262272, 104448: 553910400, 108544: 0, 112640: 553648128, 116736: 16777344, 120832: 262144, 124928: 537133056, 129024: 536871040 }, { 0: 268435464, 256: 8192, 512: 270532608, 768: 270540808, 1024: 268443648, 1280: 2097152, 1536: 2097160, 1792: 268435456, 2048: 0, 2304: 268443656, 2560: 2105344, 2816: 8, 3072: 270532616, 3328: 2105352, 3584: 8200, 3840: 270540800, 128: 270532608, 384: 270540808, 640: 8, 896: 2097152, 1152: 2105352, 1408: 268435464, 1664: 268443648, 1920: 8200, 2176: 2097160, 2432: 8192, 2688: 268443656, 2944: 270532616, 3200: 0, 3456: 270540800, 3712: 2105344, 3968: 268435456, 4096: 268443648, 4352: 270532616, 4608: 270540808, 4864: 8200, 5120: 2097152, 5376: 268435456, 5632: 268435464, 5888: 2105344, 6144: 2105352, 6400: 0, 6656: 8, 6912: 270532608, 7168: 8192, 7424: 268443656, 7680: 270540800, 7936: 2097160, 4224: 8, 4480: 2105344, 4736: 2097152, 4992: 268435464, 5248: 268443648, 5504: 8200, 5760: 270540808, 6016: 270532608, 6272: 270540800, 6528: 270532616, 6784: 8192, 7040: 2105352, 7296: 2097160, 7552: 0, 7808: 268435456, 8064: 268443656 }, { 0: 1048576, 16: 33555457, 32: 1024, 48: 1049601, 64: 34604033, 80: 0, 96: 1, 112: 34603009, 128: 33555456, 144: 1048577, 160: 33554433, 176: 34604032, 192: 34603008, 208: 1025, 224: 1049600, 240: 33554432, 8: 34603009, 24: 0, 40: 33555457, 56: 34604032, 72: 1048576, 88: 33554433, 104: 33554432, 120: 1025, 136: 1049601, 152: 33555456, 168: 34603008, 184: 1048577, 200: 1024, 216: 34604033, 232: 1, 248: 1049600, 256: 33554432, 272: 1048576, 288: 33555457, 304: 34603009, 320: 1048577, 336: 33555456, 352: 34604032, 368: 1049601, 384: 1025, 400: 34604033, 416: 1049600, 432: 1, 448: 0, 464: 34603008, 480: 33554433, 496: 1024, 264: 1049600, 280: 33555457, 296: 34603009, 312: 1, 328: 33554432, 344: 1048576, 360: 1025, 376: 34604032, 392: 33554433, 408: 34603008, 424: 0, 440: 34604033, 456: 1049601, 472: 1024, 488: 33555456, 504: 1048577 }, { 0: 134219808, 1: 131072, 2: 134217728, 3: 32, 4: 131104, 5: 134350880, 6: 134350848, 7: 2048, 8: 134348800, 9: 134219776, 10: 133120, 11: 134348832, 12: 2080, 13: 0, 14: 134217760, 15: 133152, 2147483648: 2048, 2147483649: 134350880, 2147483650: 134219808, 2147483651: 134217728, 2147483652: 134348800, 2147483653: 133120, 2147483654: 133152, 2147483655: 32, 2147483656: 134217760, 2147483657: 2080, 2147483658: 131104, 2147483659: 134350848, 2147483660: 0, 2147483661: 134348832, 2147483662: 134219776, 2147483663: 131072, 16: 133152, 17: 134350848, 18: 32, 19: 2048, 20: 134219776, 21: 134217760, 22: 134348832, 23: 131072, 24: 0, 25: 131104, 26: 134348800, 27: 134219808, 28: 134350880, 29: 133120, 30: 2080, 31: 134217728, 2147483664: 131072, 2147483665: 2048, 2147483666: 134348832, 2147483667: 133152, 2147483668: 32, 2147483669: 134348800, 2147483670: 134217728, 2147483671: 134219808, 2147483672: 134350880, 2147483673: 134217760, 2147483674: 134219776, 2147483675: 0, 2147483676: 133120, 2147483677: 2080, 2147483678: 131104, 2147483679: 134350848 }], u = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679], d = a2.DES = s2.extend({ _doReset: function() {
869
- for (var t4 = this._key.words, e4 = [], r3 = 0; r3 < 56; r3++) {
870
- var i3 = c[r3] - 1;
871
- e4[r3] = t4[i3 >>> 5] >>> 31 - i3 % 32 & 1;
872
- }
873
- for (var n3 = this._subKeys = [], o3 = 0; o3 < 16; o3++) {
874
- var s3 = n3[o3] = [], a3 = l[o3];
875
- for (r3 = 0; r3 < 24; r3++)
876
- s3[r3 / 6 | 0] |= e4[(h[r3] - 1 + a3) % 28] << 31 - r3 % 6, s3[4 + (r3 / 6 | 0)] |= e4[28 + (h[r3 + 24] - 1 + a3) % 28] << 31 - r3 % 6;
877
- for (s3[0] = s3[0] << 1 | s3[0] >>> 31, r3 = 1; r3 < 7; r3++)
878
- s3[r3] = s3[r3] >>> 4 * (r3 - 1) + 3;
879
- s3[7] = s3[7] << 5 | s3[7] >>> 27;
880
- }
881
- var f2 = this._invSubKeys = [];
882
- for (r3 = 0; r3 < 16; r3++)
883
- f2[r3] = n3[15 - r3];
884
- }, encryptBlock: function(t4, e4) {
885
- this._doCryptBlock(t4, e4, this._subKeys);
886
- }, decryptBlock: function(t4, e4) {
887
- this._doCryptBlock(t4, e4, this._invSubKeys);
888
- }, _doCryptBlock: function(r3, i3, n3) {
889
- this._lBlock = r3[i3], this._rBlock = r3[i3 + 1], t3.call(this, 4, 252645135), t3.call(this, 16, 65535), e3.call(this, 2, 858993459), e3.call(this, 8, 16711935), t3.call(this, 1, 1431655765);
890
- for (var o3 = 0; o3 < 16; o3++) {
891
- for (var s3 = n3[o3], a3 = this._lBlock, c2 = this._rBlock, h2 = 0, l2 = 0; l2 < 8; l2++)
892
- h2 |= f[l2][((c2 ^ s3[l2]) & u[l2]) >>> 0];
893
- this._lBlock = c2, this._rBlock = a3 ^ h2;
894
- }
895
- var d2 = this._lBlock;
896
- this._lBlock = this._rBlock, this._rBlock = d2, t3.call(this, 1, 1431655765), e3.call(this, 8, 16711935), e3.call(this, 2, 858993459), t3.call(this, 16, 65535), t3.call(this, 4, 252645135), r3[i3] = this._lBlock, r3[i3 + 1] = this._rBlock;
897
- }, keySize: 2, ivSize: 2, blockSize: 2 });
898
- i2.DES = s2._createHelper(d);
899
- var p = a2.TripleDES = s2.extend({ _doReset: function() {
900
- var t4 = this._key.words;
901
- if (2 !== t4.length && 4 !== t4.length && t4.length < 6)
902
- throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");
903
- var e4 = t4.slice(0, 2), r3 = t4.length < 4 ? t4.slice(0, 2) : t4.slice(2, 4), i3 = t4.length < 6 ? t4.slice(0, 2) : t4.slice(4, 6);
904
- this._des1 = d.createEncryptor(o2.create(e4)), this._des2 = d.createEncryptor(o2.create(r3)), this._des3 = d.createEncryptor(o2.create(i3));
905
- }, encryptBlock: function(t4, e4) {
906
- this._des1.encryptBlock(t4, e4), this._des2.decryptBlock(t4, e4), this._des3.encryptBlock(t4, e4);
907
- }, decryptBlock: function(t4, e4) {
908
- this._des3.decryptBlock(t4, e4), this._des2.encryptBlock(t4, e4), this._des1.decryptBlock(t4, e4);
909
- }, keySize: 6, ivSize: 2, blockSize: 2 });
910
- i2.TripleDES = s2._createHelper(p);
911
- }(), r2.TripleDES);
912
- }), n(function(t2, e2) {
913
- var r2;
914
- t2.exports = (r2 = s, function() {
915
- var t3 = function() {
916
- for (var t4 = this._S, e4 = this._i, r3 = this._j, i3 = 0, n3 = 0; n3 < 4; n3++) {
917
- r3 = (r3 + t4[e4 = (e4 + 1) % 256]) % 256;
918
- var o3 = t4[e4];
919
- t4[e4] = t4[r3], t4[r3] = o3, i3 |= t4[(t4[e4] + t4[r3]) % 256] << 24 - 8 * n3;
920
- }
921
- return this._i = e4, this._j = r3, i3;
922
- }, e3 = r2, i2 = e3.lib.StreamCipher, n2 = e3.algo, o2 = n2.RC4 = i2.extend({ _doReset: function() {
923
- for (var t4 = this._key, e4 = t4.words, r3 = t4.sigBytes, i3 = this._S = [], n3 = 0; n3 < 256; n3++)
924
- i3[n3] = n3;
925
- n3 = 0;
926
- for (var o3 = 0; n3 < 256; n3++) {
927
- var s3 = n3 % r3, a2 = e4[s3 >>> 2] >>> 24 - s3 % 4 * 8 & 255;
928
- o3 = (o3 + i3[n3] + a2) % 256;
929
- var c = i3[n3];
930
- i3[n3] = i3[o3], i3[o3] = c;
931
- }
932
- this._i = this._j = 0;
933
- }, _doProcessBlock: function(e4, r3) {
934
- e4[r3] ^= t3.call(this);
935
- }, keySize: 8, ivSize: 0 });
936
- e3.RC4 = i2._createHelper(o2);
937
- var s2 = n2.RC4Drop = o2.extend({ cfg: o2.cfg.extend({ drop: 192 }), _doReset: function() {
938
- o2._doReset.call(this);
939
- for (var e4 = this.cfg.drop; e4 > 0; e4--)
940
- t3.call(this);
941
- } });
942
- e3.RC4Drop = i2._createHelper(s2);
943
- }(), r2.RC4);
944
- }), n(function(t2, e2) {
945
- var r2, i2, n2, o2, a2, c, h, l, f;
946
- t2.exports = (r2 = function() {
947
- for (var t3 = this._X, e3 = this._C, r3 = 0; r3 < 8; r3++)
948
- c[r3] = e3[r3];
949
- for (e3[0] = e3[0] + 1295307597 + this._b | 0, e3[1] = e3[1] + 3545052371 + (e3[0] >>> 0 < c[0] >>> 0 ? 1 : 0) | 0, e3[2] = e3[2] + 886263092 + (e3[1] >>> 0 < c[1] >>> 0 ? 1 : 0) | 0, e3[3] = e3[3] + 1295307597 + (e3[2] >>> 0 < c[2] >>> 0 ? 1 : 0) | 0, e3[4] = e3[4] + 3545052371 + (e3[3] >>> 0 < c[3] >>> 0 ? 1 : 0) | 0, e3[5] = e3[5] + 886263092 + (e3[4] >>> 0 < c[4] >>> 0 ? 1 : 0) | 0, e3[6] = e3[6] + 1295307597 + (e3[5] >>> 0 < c[5] >>> 0 ? 1 : 0) | 0, e3[7] = e3[7] + 3545052371 + (e3[6] >>> 0 < c[6] >>> 0 ? 1 : 0) | 0, this._b = e3[7] >>> 0 < c[7] >>> 0 ? 1 : 0, r3 = 0; r3 < 8; r3++) {
950
- var i3 = t3[r3] + e3[r3], n3 = 65535 & i3, o3 = i3 >>> 16, s2 = ((n3 * n3 >>> 17) + n3 * o3 >>> 15) + o3 * o3, a3 = ((4294901760 & i3) * i3 | 0) + ((65535 & i3) * i3 | 0);
951
- h[r3] = s2 ^ a3;
952
- }
953
- t3[0] = h[0] + (h[7] << 16 | h[7] >>> 16) + (h[6] << 16 | h[6] >>> 16) | 0, t3[1] = h[1] + (h[0] << 8 | h[0] >>> 24) + h[7] | 0, t3[2] = h[2] + (h[1] << 16 | h[1] >>> 16) + (h[0] << 16 | h[0] >>> 16) | 0, t3[3] = h[3] + (h[2] << 8 | h[2] >>> 24) + h[1] | 0, t3[4] = h[4] + (h[3] << 16 | h[3] >>> 16) + (h[2] << 16 | h[2] >>> 16) | 0, t3[5] = h[5] + (h[4] << 8 | h[4] >>> 24) + h[3] | 0, t3[6] = h[6] + (h[5] << 16 | h[5] >>> 16) + (h[4] << 16 | h[4] >>> 16) | 0, t3[7] = h[7] + (h[6] << 8 | h[6] >>> 24) + h[5] | 0;
954
- }, n2 = (i2 = f = s).lib.StreamCipher, o2 = i2.algo, a2 = [], c = [], h = [], l = o2.Rabbit = n2.extend({ _doReset: function() {
955
- for (var t3 = this._key.words, e3 = this.cfg.iv, i3 = 0; i3 < 4; i3++)
956
- t3[i3] = 16711935 & (t3[i3] << 8 | t3[i3] >>> 24) | 4278255360 & (t3[i3] << 24 | t3[i3] >>> 8);
957
- var n3 = this._X = [t3[0], t3[3] << 16 | t3[2] >>> 16, t3[1], t3[0] << 16 | t3[3] >>> 16, t3[2], t3[1] << 16 | t3[0] >>> 16, t3[3], t3[2] << 16 | t3[1] >>> 16], o3 = this._C = [t3[2] << 16 | t3[2] >>> 16, 4294901760 & t3[0] | 65535 & t3[1], t3[3] << 16 | t3[3] >>> 16, 4294901760 & t3[1] | 65535 & t3[2], t3[0] << 16 | t3[0] >>> 16, 4294901760 & t3[2] | 65535 & t3[3], t3[1] << 16 | t3[1] >>> 16, 4294901760 & t3[3] | 65535 & t3[0]];
958
- for (this._b = 0, i3 = 0; i3 < 4; i3++)
959
- r2.call(this);
960
- for (i3 = 0; i3 < 8; i3++)
961
- o3[i3] ^= n3[i3 + 4 & 7];
962
- if (e3) {
963
- var s2 = e3.words, a3 = s2[0], c2 = s2[1], h2 = 16711935 & (a3 << 8 | a3 >>> 24) | 4278255360 & (a3 << 24 | a3 >>> 8), l2 = 16711935 & (c2 << 8 | c2 >>> 24) | 4278255360 & (c2 << 24 | c2 >>> 8), f2 = h2 >>> 16 | 4294901760 & l2, u = l2 << 16 | 65535 & h2;
964
- for (o3[0] ^= h2, o3[1] ^= f2, o3[2] ^= l2, o3[3] ^= u, o3[4] ^= h2, o3[5] ^= f2, o3[6] ^= l2, o3[7] ^= u, i3 = 0; i3 < 4; i3++)
965
- r2.call(this);
966
- }
967
- }, _doProcessBlock: function(t3, e3) {
968
- var i3 = this._X;
969
- r2.call(this), a2[0] = i3[0] ^ i3[5] >>> 16 ^ i3[3] << 16, a2[1] = i3[2] ^ i3[7] >>> 16 ^ i3[5] << 16, a2[2] = i3[4] ^ i3[1] >>> 16 ^ i3[7] << 16, a2[3] = i3[6] ^ i3[3] >>> 16 ^ i3[1] << 16;
970
- for (var n3 = 0; n3 < 4; n3++)
971
- a2[n3] = 16711935 & (a2[n3] << 8 | a2[n3] >>> 24) | 4278255360 & (a2[n3] << 24 | a2[n3] >>> 8), t3[e3 + n3] ^= a2[n3];
972
- }, blockSize: 4, ivSize: 2 }), i2.Rabbit = n2._createHelper(l), f.Rabbit);
973
- }), n(function(t2, e2) {
974
- var r2, i2, n2, o2, a2, c, h, l, f;
975
- t2.exports = (r2 = function() {
976
- for (var t3 = this._X, e3 = this._C, r3 = 0; r3 < 8; r3++)
977
- c[r3] = e3[r3];
978
- for (e3[0] = e3[0] + 1295307597 + this._b | 0, e3[1] = e3[1] + 3545052371 + (e3[0] >>> 0 < c[0] >>> 0 ? 1 : 0) | 0, e3[2] = e3[2] + 886263092 + (e3[1] >>> 0 < c[1] >>> 0 ? 1 : 0) | 0, e3[3] = e3[3] + 1295307597 + (e3[2] >>> 0 < c[2] >>> 0 ? 1 : 0) | 0, e3[4] = e3[4] + 3545052371 + (e3[3] >>> 0 < c[3] >>> 0 ? 1 : 0) | 0, e3[5] = e3[5] + 886263092 + (e3[4] >>> 0 < c[4] >>> 0 ? 1 : 0) | 0, e3[6] = e3[6] + 1295307597 + (e3[5] >>> 0 < c[5] >>> 0 ? 1 : 0) | 0, e3[7] = e3[7] + 3545052371 + (e3[6] >>> 0 < c[6] >>> 0 ? 1 : 0) | 0, this._b = e3[7] >>> 0 < c[7] >>> 0 ? 1 : 0, r3 = 0; r3 < 8; r3++) {
979
- var i3 = t3[r3] + e3[r3], n3 = 65535 & i3, o3 = i3 >>> 16, s2 = ((n3 * n3 >>> 17) + n3 * o3 >>> 15) + o3 * o3, a3 = ((4294901760 & i3) * i3 | 0) + ((65535 & i3) * i3 | 0);
980
- h[r3] = s2 ^ a3;
981
- }
982
- t3[0] = h[0] + (h[7] << 16 | h[7] >>> 16) + (h[6] << 16 | h[6] >>> 16) | 0, t3[1] = h[1] + (h[0] << 8 | h[0] >>> 24) + h[7] | 0, t3[2] = h[2] + (h[1] << 16 | h[1] >>> 16) + (h[0] << 16 | h[0] >>> 16) | 0, t3[3] = h[3] + (h[2] << 8 | h[2] >>> 24) + h[1] | 0, t3[4] = h[4] + (h[3] << 16 | h[3] >>> 16) + (h[2] << 16 | h[2] >>> 16) | 0, t3[5] = h[5] + (h[4] << 8 | h[4] >>> 24) + h[3] | 0, t3[6] = h[6] + (h[5] << 16 | h[5] >>> 16) + (h[4] << 16 | h[4] >>> 16) | 0, t3[7] = h[7] + (h[6] << 8 | h[6] >>> 24) + h[5] | 0;
983
- }, n2 = (i2 = f = s).lib.StreamCipher, o2 = i2.algo, a2 = [], c = [], h = [], l = o2.RabbitLegacy = n2.extend({ _doReset: function() {
984
- var t3 = this._key.words, e3 = this.cfg.iv, i3 = this._X = [t3[0], t3[3] << 16 | t3[2] >>> 16, t3[1], t3[0] << 16 | t3[3] >>> 16, t3[2], t3[1] << 16 | t3[0] >>> 16, t3[3], t3[2] << 16 | t3[1] >>> 16], n3 = this._C = [t3[2] << 16 | t3[2] >>> 16, 4294901760 & t3[0] | 65535 & t3[1], t3[3] << 16 | t3[3] >>> 16, 4294901760 & t3[1] | 65535 & t3[2], t3[0] << 16 | t3[0] >>> 16, 4294901760 & t3[2] | 65535 & t3[3], t3[1] << 16 | t3[1] >>> 16, 4294901760 & t3[3] | 65535 & t3[0]];
985
- this._b = 0;
986
- for (var o3 = 0; o3 < 4; o3++)
987
- r2.call(this);
988
- for (o3 = 0; o3 < 8; o3++)
989
- n3[o3] ^= i3[o3 + 4 & 7];
990
- if (e3) {
991
- var s2 = e3.words, a3 = s2[0], c2 = s2[1], h2 = 16711935 & (a3 << 8 | a3 >>> 24) | 4278255360 & (a3 << 24 | a3 >>> 8), l2 = 16711935 & (c2 << 8 | c2 >>> 24) | 4278255360 & (c2 << 24 | c2 >>> 8), f2 = h2 >>> 16 | 4294901760 & l2, u = l2 << 16 | 65535 & h2;
992
- for (n3[0] ^= h2, n3[1] ^= f2, n3[2] ^= l2, n3[3] ^= u, n3[4] ^= h2, n3[5] ^= f2, n3[6] ^= l2, n3[7] ^= u, o3 = 0; o3 < 4; o3++)
993
- r2.call(this);
994
- }
995
- }, _doProcessBlock: function(t3, e3) {
996
- var i3 = this._X;
997
- r2.call(this), a2[0] = i3[0] ^ i3[5] >>> 16 ^ i3[3] << 16, a2[1] = i3[2] ^ i3[7] >>> 16 ^ i3[5] << 16, a2[2] = i3[4] ^ i3[1] >>> 16 ^ i3[7] << 16, a2[3] = i3[6] ^ i3[3] >>> 16 ^ i3[1] << 16;
998
- for (var n3 = 0; n3 < 4; n3++)
999
- a2[n3] = 16711935 & (a2[n3] << 8 | a2[n3] >>> 24) | 4278255360 & (a2[n3] << 24 | a2[n3] >>> 8), t3[e3 + n3] ^= a2[n3];
1000
- }, blockSize: 4, ivSize: 2 }), i2.RabbitLegacy = n2._createHelper(l), f.RabbitLegacy);
1001
- });
1002
- return n(function(t2, e2) {
1003
- t2.exports = s;
1004
- });
746
+ return t3;
747
+ }, i2 = function(t3) {
748
+ return 0 === (t3[0] = r2(t3[0])) && (t3[1] = r2(t3[1])), t3;
749
+ }, n2 = a2.lib.BlockCipherMode.extend(), o2 = n2.Encryptor = n2.extend({ processBlock: function(t3, e3) {
750
+ var r3 = this._cipher, n3 = r3.blockSize, o3 = this._iv, s2 = this._counter;
751
+ o3 && (s2 = this._counter = o3.slice(0), this._iv = void 0), i2(s2);
752
+ var a3 = s2.slice(0);
753
+ r3.encryptBlock(a3, 0);
754
+ for (var c = 0; c < n3; c++)
755
+ t3[e3 + c] ^= a3[c];
756
+ } }), n2.Decryptor = o2, n2), a2.mode.CTRGladman);
757
+ }), n(function(t2, e2) {
758
+ var r2, i2, n2;
759
+ t2.exports = ((n2 = s).mode.OFB = (r2 = n2.lib.BlockCipherMode.extend(), i2 = r2.Encryptor = r2.extend({ processBlock: function(t3, e3) {
760
+ var r3 = this._cipher, i3 = r3.blockSize, n3 = this._iv, o2 = this._keystream;
761
+ n3 && (o2 = this._keystream = n3.slice(0), this._iv = void 0), r3.encryptBlock(o2, 0);
762
+ for (var s2 = 0; s2 < i3; s2++)
763
+ t3[e3 + s2] ^= o2[s2];
764
+ } }), r2.Decryptor = i2, r2), n2.mode.OFB);
765
+ }), n(function(t2, e2) {
766
+ var r2, i2;
767
+ t2.exports = ((i2 = s).mode.ECB = ((r2 = i2.lib.BlockCipherMode.extend()).Encryptor = r2.extend({ processBlock: function(t3, e3) {
768
+ this._cipher.encryptBlock(t3, e3);
769
+ } }), r2.Decryptor = r2.extend({ processBlock: function(t3, e3) {
770
+ this._cipher.decryptBlock(t3, e3);
771
+ } }), r2), i2.mode.ECB);
772
+ }), n(function(t2, e2) {
773
+ var r2;
774
+ t2.exports = ((r2 = s).pad.AnsiX923 = { pad: function(t3, e3) {
775
+ var r3 = t3.sigBytes, i2 = 4 * e3, n2 = i2 - r3 % i2, o2 = r3 + n2 - 1;
776
+ t3.clamp(), t3.words[o2 >>> 2] |= n2 << 24 - o2 % 4 * 8, t3.sigBytes += n2;
777
+ }, unpad: function(t3) {
778
+ var e3 = 255 & t3.words[t3.sigBytes - 1 >>> 2];
779
+ t3.sigBytes -= e3;
780
+ } }, r2.pad.Ansix923);
781
+ }), n(function(t2, e2) {
782
+ var r2;
783
+ t2.exports = ((r2 = s).pad.Iso10126 = { pad: function(t3, e3) {
784
+ var i2 = 4 * e3, n2 = i2 - t3.sigBytes % i2;
785
+ t3.concat(r2.lib.WordArray.random(n2 - 1)).concat(r2.lib.WordArray.create([n2 << 24], 1));
786
+ }, unpad: function(t3) {
787
+ var e3 = 255 & t3.words[t3.sigBytes - 1 >>> 2];
788
+ t3.sigBytes -= e3;
789
+ } }, r2.pad.Iso10126);
790
+ }), n(function(t2, e2) {
791
+ var r2;
792
+ t2.exports = ((r2 = s).pad.Iso97971 = { pad: function(t3, e3) {
793
+ t3.concat(r2.lib.WordArray.create([2147483648], 1)), r2.pad.ZeroPadding.pad(t3, e3);
794
+ }, unpad: function(t3) {
795
+ r2.pad.ZeroPadding.unpad(t3), t3.sigBytes--;
796
+ } }, r2.pad.Iso97971);
797
+ }), n(function(t2, e2) {
798
+ var r2;
799
+ t2.exports = ((r2 = s).pad.ZeroPadding = { pad: function(t3, e3) {
800
+ var r3 = 4 * e3;
801
+ t3.clamp(), t3.sigBytes += r3 - (t3.sigBytes % r3 || r3);
802
+ }, unpad: function(t3) {
803
+ var e3 = t3.words, r3 = t3.sigBytes - 1;
804
+ for (r3 = t3.sigBytes - 1; r3 >= 0; r3--)
805
+ if (e3[r3 >>> 2] >>> 24 - r3 % 4 * 8 & 255) {
806
+ t3.sigBytes = r3 + 1;
807
+ break;
808
+ }
809
+ } }, r2.pad.ZeroPadding);
810
+ }), n(function(t2, e2) {
811
+ var r2;
812
+ t2.exports = ((r2 = s).pad.NoPadding = { pad: function() {
813
+ }, unpad: function() {
814
+ } }, r2.pad.NoPadding);
815
+ }), n(function(t2, e2) {
816
+ var r2, i2, n2, o2;
817
+ t2.exports = (i2 = (r2 = o2 = s).lib.CipherParams, n2 = r2.enc.Hex, r2.format.Hex = { stringify: function(t3) {
818
+ return t3.ciphertext.toString(n2);
819
+ }, parse: function(t3) {
820
+ var e3 = n2.parse(t3);
821
+ return i2.create({ ciphertext: e3 });
822
+ } }, o2.format.Hex);
823
+ }), n(function(t2, e2) {
824
+ var r2;
825
+ t2.exports = (r2 = s, function() {
826
+ var t3 = r2, e3 = t3.lib.BlockCipher, i2 = t3.algo, n2 = [], o2 = [], s2 = [], a2 = [], c = [], h = [], l = [], f = [], u = [], d = [];
827
+ !function() {
828
+ for (var t4 = [], e4 = 0; e4 < 256; e4++)
829
+ t4[e4] = e4 < 128 ? e4 << 1 : e4 << 1 ^ 283;
830
+ var r3 = 0, i3 = 0;
831
+ for (e4 = 0; e4 < 256; e4++) {
832
+ var p2 = i3 ^ i3 << 1 ^ i3 << 2 ^ i3 << 3 ^ i3 << 4;
833
+ p2 = p2 >>> 8 ^ 255 & p2 ^ 99, n2[r3] = p2, o2[p2] = r3;
834
+ var v2 = t4[r3], _ = t4[v2], y = t4[_], g = 257 * t4[p2] ^ 16843008 * p2;
835
+ s2[r3] = g << 24 | g >>> 8, a2[r3] = g << 16 | g >>> 16, c[r3] = g << 8 | g >>> 24, h[r3] = g, g = 16843009 * y ^ 65537 * _ ^ 257 * v2 ^ 16843008 * r3, l[p2] = g << 24 | g >>> 8, f[p2] = g << 16 | g >>> 16, u[p2] = g << 8 | g >>> 24, d[p2] = g, r3 ? (r3 = v2 ^ t4[t4[t4[y ^ v2]]], i3 ^= t4[t4[i3]]) : r3 = i3 = 1;
836
+ }
837
+ }();
838
+ var p = [0, 1, 2, 4, 8, 16, 32, 64, 128, 27, 54], v = i2.AES = e3.extend({ _doReset: function() {
839
+ if (!this._nRounds || this._keyPriorReset !== this._key) {
840
+ for (var t4 = this._keyPriorReset = this._key, e4 = t4.words, r3 = t4.sigBytes / 4, i3 = 4 * ((this._nRounds = r3 + 6) + 1), o3 = this._keySchedule = [], s3 = 0; s3 < i3; s3++)
841
+ s3 < r3 ? o3[s3] = e4[s3] : (h2 = o3[s3 - 1], s3 % r3 ? r3 > 6 && s3 % r3 == 4 && (h2 = n2[h2 >>> 24] << 24 | n2[h2 >>> 16 & 255] << 16 | n2[h2 >>> 8 & 255] << 8 | n2[255 & h2]) : (h2 = n2[(h2 = h2 << 8 | h2 >>> 24) >>> 24] << 24 | n2[h2 >>> 16 & 255] << 16 | n2[h2 >>> 8 & 255] << 8 | n2[255 & h2], h2 ^= p[s3 / r3 | 0] << 24), o3[s3] = o3[s3 - r3] ^ h2);
842
+ for (var a3 = this._invKeySchedule = [], c2 = 0; c2 < i3; c2++) {
843
+ if (s3 = i3 - c2, c2 % 4)
844
+ var h2 = o3[s3];
845
+ else
846
+ h2 = o3[s3 - 4];
847
+ a3[c2] = c2 < 4 || s3 <= 4 ? h2 : l[n2[h2 >>> 24]] ^ f[n2[h2 >>> 16 & 255]] ^ u[n2[h2 >>> 8 & 255]] ^ d[n2[255 & h2]];
848
+ }
849
+ }
850
+ }, encryptBlock: function(t4, e4) {
851
+ this._doCryptBlock(t4, e4, this._keySchedule, s2, a2, c, h, n2);
852
+ }, decryptBlock: function(t4, e4) {
853
+ var r3 = t4[e4 + 1];
854
+ t4[e4 + 1] = t4[e4 + 3], t4[e4 + 3] = r3, this._doCryptBlock(t4, e4, this._invKeySchedule, l, f, u, d, o2), r3 = t4[e4 + 1], t4[e4 + 1] = t4[e4 + 3], t4[e4 + 3] = r3;
855
+ }, _doCryptBlock: function(t4, e4, r3, i3, n3, o3, s3, a3) {
856
+ for (var c2 = this._nRounds, h2 = t4[e4] ^ r3[0], l2 = t4[e4 + 1] ^ r3[1], f2 = t4[e4 + 2] ^ r3[2], u2 = t4[e4 + 3] ^ r3[3], d2 = 4, p2 = 1; p2 < c2; p2++) {
857
+ var v2 = i3[h2 >>> 24] ^ n3[l2 >>> 16 & 255] ^ o3[f2 >>> 8 & 255] ^ s3[255 & u2] ^ r3[d2++], _ = i3[l2 >>> 24] ^ n3[f2 >>> 16 & 255] ^ o3[u2 >>> 8 & 255] ^ s3[255 & h2] ^ r3[d2++], y = i3[f2 >>> 24] ^ n3[u2 >>> 16 & 255] ^ o3[h2 >>> 8 & 255] ^ s3[255 & l2] ^ r3[d2++], g = i3[u2 >>> 24] ^ n3[h2 >>> 16 & 255] ^ o3[l2 >>> 8 & 255] ^ s3[255 & f2] ^ r3[d2++];
858
+ h2 = v2, l2 = _, f2 = y, u2 = g;
859
+ }
860
+ v2 = (a3[h2 >>> 24] << 24 | a3[l2 >>> 16 & 255] << 16 | a3[f2 >>> 8 & 255] << 8 | a3[255 & u2]) ^ r3[d2++], _ = (a3[l2 >>> 24] << 24 | a3[f2 >>> 16 & 255] << 16 | a3[u2 >>> 8 & 255] << 8 | a3[255 & h2]) ^ r3[d2++], y = (a3[f2 >>> 24] << 24 | a3[u2 >>> 16 & 255] << 16 | a3[h2 >>> 8 & 255] << 8 | a3[255 & l2]) ^ r3[d2++], g = (a3[u2 >>> 24] << 24 | a3[h2 >>> 16 & 255] << 16 | a3[l2 >>> 8 & 255] << 8 | a3[255 & f2]) ^ r3[d2++], t4[e4] = v2, t4[e4 + 1] = _, t4[e4 + 2] = y, t4[e4 + 3] = g;
861
+ }, keySize: 8 });
862
+ t3.AES = e3._createHelper(v);
863
+ }(), r2.AES);
864
+ }), n(function(t2, e2) {
865
+ var r2;
866
+ t2.exports = (r2 = s, function() {
867
+ var t3 = function(t4, e4) {
868
+ var r3 = (this._lBlock >>> t4 ^ this._rBlock) & e4;
869
+ this._rBlock ^= r3, this._lBlock ^= r3 << t4;
870
+ }, e3 = function(t4, e4) {
871
+ var r3 = (this._rBlock >>> t4 ^ this._lBlock) & e4;
872
+ this._lBlock ^= r3, this._rBlock ^= r3 << t4;
873
+ }, i2 = r2, n2 = i2.lib, o2 = n2.WordArray, s2 = n2.BlockCipher, a2 = i2.algo, c = [57, 49, 41, 33, 25, 17, 9, 1, 58, 50, 42, 34, 26, 18, 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36, 63, 55, 47, 39, 31, 23, 15, 7, 62, 54, 46, 38, 30, 22, 14, 6, 61, 53, 45, 37, 29, 21, 13, 5, 28, 20, 12, 4], h = [14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10, 23, 19, 12, 4, 26, 8, 16, 7, 27, 20, 13, 2, 41, 52, 31, 37, 47, 55, 30, 40, 51, 45, 33, 48, 44, 49, 39, 56, 34, 53, 46, 42, 50, 36, 29, 32], l = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28], f = [{ 0: 8421888, 268435456: 32768, 536870912: 8421378, 805306368: 2, 1073741824: 512, 1342177280: 8421890, 1610612736: 8389122, 1879048192: 8388608, 2147483648: 514, 2415919104: 8389120, 2684354560: 33280, 2952790016: 8421376, 3221225472: 32770, 3489660928: 8388610, 3758096384: 0, 4026531840: 33282, 134217728: 0, 402653184: 8421890, 671088640: 33282, 939524096: 32768, 1207959552: 8421888, 1476395008: 512, 1744830464: 8421378, 2013265920: 2, 2281701376: 8389120, 2550136832: 33280, 2818572288: 8421376, 3087007744: 8389122, 3355443200: 8388610, 3623878656: 32770, 3892314112: 514, 4160749568: 8388608, 1: 32768, 268435457: 2, 536870913: 8421888, 805306369: 8388608, 1073741825: 8421378, 1342177281: 33280, 1610612737: 512, 1879048193: 8389122, 2147483649: 8421890, 2415919105: 8421376, 2684354561: 8388610, 2952790017: 33282, 3221225473: 514, 3489660929: 8389120, 3758096385: 32770, 4026531841: 0, 134217729: 8421890, 402653185: 8421376, 671088641: 8388608, 939524097: 512, 1207959553: 32768, 1476395009: 8388610, 1744830465: 2, 2013265921: 33282, 2281701377: 32770, 2550136833: 8389122, 2818572289: 514, 3087007745: 8421888, 3355443201: 8389120, 3623878657: 0, 3892314113: 33280, 4160749569: 8421378 }, { 0: 1074282512, 16777216: 16384, 33554432: 524288, 50331648: 1074266128, 67108864: 1073741840, 83886080: 1074282496, 100663296: 1073758208, 117440512: 16, 134217728: 540672, 150994944: 1073758224, 167772160: 1073741824, 184549376: 540688, 201326592: 524304, 218103808: 0, 234881024: 16400, 251658240: 1074266112, 8388608: 1073758208, 25165824: 540688, 41943040: 16, 58720256: 1073758224, 75497472: 1074282512, 92274688: 1073741824, 109051904: 524288, 125829120: 1074266128, 142606336: 524304, 159383552: 0, 176160768: 16384, 192937984: 1074266112, 209715200: 1073741840, 226492416: 540672, 243269632: 1074282496, 260046848: 16400, 268435456: 0, 285212672: 1074266128, 301989888: 1073758224, 318767104: 1074282496, 335544320: 1074266112, 352321536: 16, 369098752: 540688, 385875968: 16384, 402653184: 16400, 419430400: 524288, 436207616: 524304, 452984832: 1073741840, 469762048: 540672, 486539264: 1073758208, 503316480: 1073741824, 520093696: 1074282512, 276824064: 540688, 293601280: 524288, 310378496: 1074266112, 327155712: 16384, 343932928: 1073758208, 360710144: 1074282512, 377487360: 16, 394264576: 1073741824, 411041792: 1074282496, 427819008: 1073741840, 444596224: 1073758224, 461373440: 524304, 478150656: 0, 494927872: 16400, 511705088: 1074266128, 528482304: 540672 }, { 0: 260, 1048576: 0, 2097152: 67109120, 3145728: 65796, 4194304: 65540, 5242880: 67108868, 6291456: 67174660, 7340032: 67174400, 8388608: 67108864, 9437184: 67174656, 10485760: 65792, 11534336: 67174404, 12582912: 67109124, 13631488: 65536, 14680064: 4, 15728640: 256, 524288: 67174656, 1572864: 67174404, 2621440: 0, 3670016: 67109120, 4718592: 67108868, 5767168: 65536, 6815744: 65540, 7864320: 260, 8912896: 4, 9961472: 256, 11010048: 67174400, 12058624: 65796, 13107200: 65792, 14155776: 67109124, 15204352: 67174660, 16252928: 67108864, 16777216: 67174656, 17825792: 65540, 18874368: 65536, 19922944: 67109120, 20971520: 256, 22020096: 67174660, 23068672: 67108868, 24117248: 0, 25165824: 67109124, 26214400: 67108864, 27262976: 4, 28311552: 65792, 29360128: 67174400, 30408704: 260, 31457280: 65796, 32505856: 67174404, 17301504: 67108864, 18350080: 260, 19398656: 67174656, 20447232: 0, 21495808: 65540, 22544384: 67109120, 23592960: 256, 24641536: 67174404, 25690112: 65536, 26738688: 67174660, 27787264: 65796, 28835840: 67108868, 29884416: 67109124, 30932992: 67174400, 31981568: 4, 33030144: 65792 }, { 0: 2151682048, 65536: 2147487808, 131072: 4198464, 196608: 2151677952, 262144: 0, 327680: 4198400, 393216: 2147483712, 458752: 4194368, 524288: 2147483648, 589824: 4194304, 655360: 64, 720896: 2147487744, 786432: 2151678016, 851968: 4160, 917504: 4096, 983040: 2151682112, 32768: 2147487808, 98304: 64, 163840: 2151678016, 229376: 2147487744, 294912: 4198400, 360448: 2151682112, 425984: 0, 491520: 2151677952, 557056: 4096, 622592: 2151682048, 688128: 4194304, 753664: 4160, 819200: 2147483648, 884736: 4194368, 950272: 4198464, 1015808: 2147483712, 1048576: 4194368, 1114112: 4198400, 1179648: 2147483712, 1245184: 0, 1310720: 4160, 1376256: 2151678016, 1441792: 2151682048, 1507328: 2147487808, 1572864: 2151682112, 1638400: 2147483648, 1703936: 2151677952, 1769472: 4198464, 1835008: 2147487744, 1900544: 4194304, 1966080: 64, 2031616: 4096, 1081344: 2151677952, 1146880: 2151682112, 1212416: 0, 1277952: 4198400, 1343488: 4194368, 1409024: 2147483648, 1474560: 2147487808, 1540096: 64, 1605632: 2147483712, 1671168: 4096, 1736704: 2147487744, 1802240: 2151678016, 1867776: 4160, 1933312: 2151682048, 1998848: 4194304, 2064384: 4198464 }, { 0: 128, 4096: 17039360, 8192: 262144, 12288: 536870912, 16384: 537133184, 20480: 16777344, 24576: 553648256, 28672: 262272, 32768: 16777216, 36864: 537133056, 40960: 536871040, 45056: 553910400, 49152: 553910272, 53248: 0, 57344: 17039488, 61440: 553648128, 2048: 17039488, 6144: 553648256, 10240: 128, 14336: 17039360, 18432: 262144, 22528: 537133184, 26624: 553910272, 30720: 536870912, 34816: 537133056, 38912: 0, 43008: 553910400, 47104: 16777344, 51200: 536871040, 55296: 553648128, 59392: 16777216, 63488: 262272, 65536: 262144, 69632: 128, 73728: 536870912, 77824: 553648256, 81920: 16777344, 86016: 553910272, 90112: 537133184, 94208: 16777216, 98304: 553910400, 102400: 553648128, 106496: 17039360, 110592: 537133056, 114688: 262272, 118784: 536871040, 122880: 0, 126976: 17039488, 67584: 553648256, 71680: 16777216, 75776: 17039360, 79872: 537133184, 83968: 536870912, 88064: 17039488, 92160: 128, 96256: 553910272, 100352: 262272, 104448: 553910400, 108544: 0, 112640: 553648128, 116736: 16777344, 120832: 262144, 124928: 537133056, 129024: 536871040 }, { 0: 268435464, 256: 8192, 512: 270532608, 768: 270540808, 1024: 268443648, 1280: 2097152, 1536: 2097160, 1792: 268435456, 2048: 0, 2304: 268443656, 2560: 2105344, 2816: 8, 3072: 270532616, 3328: 2105352, 3584: 8200, 3840: 270540800, 128: 270532608, 384: 270540808, 640: 8, 896: 2097152, 1152: 2105352, 1408: 268435464, 1664: 268443648, 1920: 8200, 2176: 2097160, 2432: 8192, 2688: 268443656, 2944: 270532616, 3200: 0, 3456: 270540800, 3712: 2105344, 3968: 268435456, 4096: 268443648, 4352: 270532616, 4608: 270540808, 4864: 8200, 5120: 2097152, 5376: 268435456, 5632: 268435464, 5888: 2105344, 6144: 2105352, 6400: 0, 6656: 8, 6912: 270532608, 7168: 8192, 7424: 268443656, 7680: 270540800, 7936: 2097160, 4224: 8, 4480: 2105344, 4736: 2097152, 4992: 268435464, 5248: 268443648, 5504: 8200, 5760: 270540808, 6016: 270532608, 6272: 270540800, 6528: 270532616, 6784: 8192, 7040: 2105352, 7296: 2097160, 7552: 0, 7808: 268435456, 8064: 268443656 }, { 0: 1048576, 16: 33555457, 32: 1024, 48: 1049601, 64: 34604033, 80: 0, 96: 1, 112: 34603009, 128: 33555456, 144: 1048577, 160: 33554433, 176: 34604032, 192: 34603008, 208: 1025, 224: 1049600, 240: 33554432, 8: 34603009, 24: 0, 40: 33555457, 56: 34604032, 72: 1048576, 88: 33554433, 104: 33554432, 120: 1025, 136: 1049601, 152: 33555456, 168: 34603008, 184: 1048577, 200: 1024, 216: 34604033, 232: 1, 248: 1049600, 256: 33554432, 272: 1048576, 288: 33555457, 304: 34603009, 320: 1048577, 336: 33555456, 352: 34604032, 368: 1049601, 384: 1025, 400: 34604033, 416: 1049600, 432: 1, 448: 0, 464: 34603008, 480: 33554433, 496: 1024, 264: 1049600, 280: 33555457, 296: 34603009, 312: 1, 328: 33554432, 344: 1048576, 360: 1025, 376: 34604032, 392: 33554433, 408: 34603008, 424: 0, 440: 34604033, 456: 1049601, 472: 1024, 488: 33555456, 504: 1048577 }, { 0: 134219808, 1: 131072, 2: 134217728, 3: 32, 4: 131104, 5: 134350880, 6: 134350848, 7: 2048, 8: 134348800, 9: 134219776, 10: 133120, 11: 134348832, 12: 2080, 13: 0, 14: 134217760, 15: 133152, 2147483648: 2048, 2147483649: 134350880, 2147483650: 134219808, 2147483651: 134217728, 2147483652: 134348800, 2147483653: 133120, 2147483654: 133152, 2147483655: 32, 2147483656: 134217760, 2147483657: 2080, 2147483658: 131104, 2147483659: 134350848, 2147483660: 0, 2147483661: 134348832, 2147483662: 134219776, 2147483663: 131072, 16: 133152, 17: 134350848, 18: 32, 19: 2048, 20: 134219776, 21: 134217760, 22: 134348832, 23: 131072, 24: 0, 25: 131104, 26: 134348800, 27: 134219808, 28: 134350880, 29: 133120, 30: 2080, 31: 134217728, 2147483664: 131072, 2147483665: 2048, 2147483666: 134348832, 2147483667: 133152, 2147483668: 32, 2147483669: 134348800, 2147483670: 134217728, 2147483671: 134219808, 2147483672: 134350880, 2147483673: 134217760, 2147483674: 134219776, 2147483675: 0, 2147483676: 133120, 2147483677: 2080, 2147483678: 131104, 2147483679: 134350848 }], u = [4160749569, 528482304, 33030144, 2064384, 129024, 8064, 504, 2147483679], d = a2.DES = s2.extend({ _doReset: function() {
874
+ for (var t4 = this._key.words, e4 = [], r3 = 0; r3 < 56; r3++) {
875
+ var i3 = c[r3] - 1;
876
+ e4[r3] = t4[i3 >>> 5] >>> 31 - i3 % 32 & 1;
877
+ }
878
+ for (var n3 = this._subKeys = [], o3 = 0; o3 < 16; o3++) {
879
+ var s3 = n3[o3] = [], a3 = l[o3];
880
+ for (r3 = 0; r3 < 24; r3++)
881
+ s3[r3 / 6 | 0] |= e4[(h[r3] - 1 + a3) % 28] << 31 - r3 % 6, s3[4 + (r3 / 6 | 0)] |= e4[28 + (h[r3 + 24] - 1 + a3) % 28] << 31 - r3 % 6;
882
+ for (s3[0] = s3[0] << 1 | s3[0] >>> 31, r3 = 1; r3 < 7; r3++)
883
+ s3[r3] = s3[r3] >>> 4 * (r3 - 1) + 3;
884
+ s3[7] = s3[7] << 5 | s3[7] >>> 27;
885
+ }
886
+ var f2 = this._invSubKeys = [];
887
+ for (r3 = 0; r3 < 16; r3++)
888
+ f2[r3] = n3[15 - r3];
889
+ }, encryptBlock: function(t4, e4) {
890
+ this._doCryptBlock(t4, e4, this._subKeys);
891
+ }, decryptBlock: function(t4, e4) {
892
+ this._doCryptBlock(t4, e4, this._invSubKeys);
893
+ }, _doCryptBlock: function(r3, i3, n3) {
894
+ this._lBlock = r3[i3], this._rBlock = r3[i3 + 1], t3.call(this, 4, 252645135), t3.call(this, 16, 65535), e3.call(this, 2, 858993459), e3.call(this, 8, 16711935), t3.call(this, 1, 1431655765);
895
+ for (var o3 = 0; o3 < 16; o3++) {
896
+ for (var s3 = n3[o3], a3 = this._lBlock, c2 = this._rBlock, h2 = 0, l2 = 0; l2 < 8; l2++)
897
+ h2 |= f[l2][((c2 ^ s3[l2]) & u[l2]) >>> 0];
898
+ this._lBlock = c2, this._rBlock = a3 ^ h2;
899
+ }
900
+ var d2 = this._lBlock;
901
+ this._lBlock = this._rBlock, this._rBlock = d2, t3.call(this, 1, 1431655765), e3.call(this, 8, 16711935), e3.call(this, 2, 858993459), t3.call(this, 16, 65535), t3.call(this, 4, 252645135), r3[i3] = this._lBlock, r3[i3 + 1] = this._rBlock;
902
+ }, keySize: 2, ivSize: 2, blockSize: 2 });
903
+ i2.DES = s2._createHelper(d);
904
+ var p = a2.TripleDES = s2.extend({ _doReset: function() {
905
+ var t4 = this._key.words;
906
+ if (2 !== t4.length && 4 !== t4.length && t4.length < 6)
907
+ throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");
908
+ var e4 = t4.slice(0, 2), r3 = t4.length < 4 ? t4.slice(0, 2) : t4.slice(2, 4), i3 = t4.length < 6 ? t4.slice(0, 2) : t4.slice(4, 6);
909
+ this._des1 = d.createEncryptor(o2.create(e4)), this._des2 = d.createEncryptor(o2.create(r3)), this._des3 = d.createEncryptor(o2.create(i3));
910
+ }, encryptBlock: function(t4, e4) {
911
+ this._des1.encryptBlock(t4, e4), this._des2.decryptBlock(t4, e4), this._des3.encryptBlock(t4, e4);
912
+ }, decryptBlock: function(t4, e4) {
913
+ this._des3.decryptBlock(t4, e4), this._des2.encryptBlock(t4, e4), this._des1.decryptBlock(t4, e4);
914
+ }, keySize: 6, ivSize: 2, blockSize: 2 });
915
+ i2.TripleDES = s2._createHelper(p);
916
+ }(), r2.TripleDES);
917
+ }), n(function(t2, e2) {
918
+ var r2;
919
+ t2.exports = (r2 = s, function() {
920
+ var t3 = function() {
921
+ for (var t4 = this._S, e4 = this._i, r3 = this._j, i3 = 0, n3 = 0; n3 < 4; n3++) {
922
+ r3 = (r3 + t4[e4 = (e4 + 1) % 256]) % 256;
923
+ var o3 = t4[e4];
924
+ t4[e4] = t4[r3], t4[r3] = o3, i3 |= t4[(t4[e4] + t4[r3]) % 256] << 24 - 8 * n3;
925
+ }
926
+ return this._i = e4, this._j = r3, i3;
927
+ }, e3 = r2, i2 = e3.lib.StreamCipher, n2 = e3.algo, o2 = n2.RC4 = i2.extend({ _doReset: function() {
928
+ for (var t4 = this._key, e4 = t4.words, r3 = t4.sigBytes, i3 = this._S = [], n3 = 0; n3 < 256; n3++)
929
+ i3[n3] = n3;
930
+ n3 = 0;
931
+ for (var o3 = 0; n3 < 256; n3++) {
932
+ var s3 = n3 % r3, a2 = e4[s3 >>> 2] >>> 24 - s3 % 4 * 8 & 255;
933
+ o3 = (o3 + i3[n3] + a2) % 256;
934
+ var c = i3[n3];
935
+ i3[n3] = i3[o3], i3[o3] = c;
936
+ }
937
+ this._i = this._j = 0;
938
+ }, _doProcessBlock: function(e4, r3) {
939
+ e4[r3] ^= t3.call(this);
940
+ }, keySize: 8, ivSize: 0 });
941
+ e3.RC4 = i2._createHelper(o2);
942
+ var s2 = n2.RC4Drop = o2.extend({ cfg: o2.cfg.extend({ drop: 192 }), _doReset: function() {
943
+ o2._doReset.call(this);
944
+ for (var e4 = this.cfg.drop; e4 > 0; e4--)
945
+ t3.call(this);
946
+ } });
947
+ e3.RC4Drop = i2._createHelper(s2);
948
+ }(), r2.RC4);
949
+ }), n(function(t2, e2) {
950
+ var r2, i2, n2, o2, a2, c, h, l, f;
951
+ t2.exports = (r2 = function() {
952
+ for (var t3 = this._X, e3 = this._C, r3 = 0; r3 < 8; r3++)
953
+ c[r3] = e3[r3];
954
+ for (e3[0] = e3[0] + 1295307597 + this._b | 0, e3[1] = e3[1] + 3545052371 + (e3[0] >>> 0 < c[0] >>> 0 ? 1 : 0) | 0, e3[2] = e3[2] + 886263092 + (e3[1] >>> 0 < c[1] >>> 0 ? 1 : 0) | 0, e3[3] = e3[3] + 1295307597 + (e3[2] >>> 0 < c[2] >>> 0 ? 1 : 0) | 0, e3[4] = e3[4] + 3545052371 + (e3[3] >>> 0 < c[3] >>> 0 ? 1 : 0) | 0, e3[5] = e3[5] + 886263092 + (e3[4] >>> 0 < c[4] >>> 0 ? 1 : 0) | 0, e3[6] = e3[6] + 1295307597 + (e3[5] >>> 0 < c[5] >>> 0 ? 1 : 0) | 0, e3[7] = e3[7] + 3545052371 + (e3[6] >>> 0 < c[6] >>> 0 ? 1 : 0) | 0, this._b = e3[7] >>> 0 < c[7] >>> 0 ? 1 : 0, r3 = 0; r3 < 8; r3++) {
955
+ var i3 = t3[r3] + e3[r3], n3 = 65535 & i3, o3 = i3 >>> 16, s2 = ((n3 * n3 >>> 17) + n3 * o3 >>> 15) + o3 * o3, a3 = ((4294901760 & i3) * i3 | 0) + ((65535 & i3) * i3 | 0);
956
+ h[r3] = s2 ^ a3;
957
+ }
958
+ t3[0] = h[0] + (h[7] << 16 | h[7] >>> 16) + (h[6] << 16 | h[6] >>> 16) | 0, t3[1] = h[1] + (h[0] << 8 | h[0] >>> 24) + h[7] | 0, t3[2] = h[2] + (h[1] << 16 | h[1] >>> 16) + (h[0] << 16 | h[0] >>> 16) | 0, t3[3] = h[3] + (h[2] << 8 | h[2] >>> 24) + h[1] | 0, t3[4] = h[4] + (h[3] << 16 | h[3] >>> 16) + (h[2] << 16 | h[2] >>> 16) | 0, t3[5] = h[5] + (h[4] << 8 | h[4] >>> 24) + h[3] | 0, t3[6] = h[6] + (h[5] << 16 | h[5] >>> 16) + (h[4] << 16 | h[4] >>> 16) | 0, t3[7] = h[7] + (h[6] << 8 | h[6] >>> 24) + h[5] | 0;
959
+ }, n2 = (i2 = f = s).lib.StreamCipher, o2 = i2.algo, a2 = [], c = [], h = [], l = o2.Rabbit = n2.extend({ _doReset: function() {
960
+ for (var t3 = this._key.words, e3 = this.cfg.iv, i3 = 0; i3 < 4; i3++)
961
+ t3[i3] = 16711935 & (t3[i3] << 8 | t3[i3] >>> 24) | 4278255360 & (t3[i3] << 24 | t3[i3] >>> 8);
962
+ var n3 = this._X = [t3[0], t3[3] << 16 | t3[2] >>> 16, t3[1], t3[0] << 16 | t3[3] >>> 16, t3[2], t3[1] << 16 | t3[0] >>> 16, t3[3], t3[2] << 16 | t3[1] >>> 16], o3 = this._C = [t3[2] << 16 | t3[2] >>> 16, 4294901760 & t3[0] | 65535 & t3[1], t3[3] << 16 | t3[3] >>> 16, 4294901760 & t3[1] | 65535 & t3[2], t3[0] << 16 | t3[0] >>> 16, 4294901760 & t3[2] | 65535 & t3[3], t3[1] << 16 | t3[1] >>> 16, 4294901760 & t3[3] | 65535 & t3[0]];
963
+ for (this._b = 0, i3 = 0; i3 < 4; i3++)
964
+ r2.call(this);
965
+ for (i3 = 0; i3 < 8; i3++)
966
+ o3[i3] ^= n3[i3 + 4 & 7];
967
+ if (e3) {
968
+ var s2 = e3.words, a3 = s2[0], c2 = s2[1], h2 = 16711935 & (a3 << 8 | a3 >>> 24) | 4278255360 & (a3 << 24 | a3 >>> 8), l2 = 16711935 & (c2 << 8 | c2 >>> 24) | 4278255360 & (c2 << 24 | c2 >>> 8), f2 = h2 >>> 16 | 4294901760 & l2, u = l2 << 16 | 65535 & h2;
969
+ for (o3[0] ^= h2, o3[1] ^= f2, o3[2] ^= l2, o3[3] ^= u, o3[4] ^= h2, o3[5] ^= f2, o3[6] ^= l2, o3[7] ^= u, i3 = 0; i3 < 4; i3++)
970
+ r2.call(this);
971
+ }
972
+ }, _doProcessBlock: function(t3, e3) {
973
+ var i3 = this._X;
974
+ r2.call(this), a2[0] = i3[0] ^ i3[5] >>> 16 ^ i3[3] << 16, a2[1] = i3[2] ^ i3[7] >>> 16 ^ i3[5] << 16, a2[2] = i3[4] ^ i3[1] >>> 16 ^ i3[7] << 16, a2[3] = i3[6] ^ i3[3] >>> 16 ^ i3[1] << 16;
975
+ for (var n3 = 0; n3 < 4; n3++)
976
+ a2[n3] = 16711935 & (a2[n3] << 8 | a2[n3] >>> 24) | 4278255360 & (a2[n3] << 24 | a2[n3] >>> 8), t3[e3 + n3] ^= a2[n3];
977
+ }, blockSize: 4, ivSize: 2 }), i2.Rabbit = n2._createHelper(l), f.Rabbit);
978
+ }), n(function(t2, e2) {
979
+ var r2, i2, n2, o2, a2, c, h, l, f;
980
+ t2.exports = (r2 = function() {
981
+ for (var t3 = this._X, e3 = this._C, r3 = 0; r3 < 8; r3++)
982
+ c[r3] = e3[r3];
983
+ for (e3[0] = e3[0] + 1295307597 + this._b | 0, e3[1] = e3[1] + 3545052371 + (e3[0] >>> 0 < c[0] >>> 0 ? 1 : 0) | 0, e3[2] = e3[2] + 886263092 + (e3[1] >>> 0 < c[1] >>> 0 ? 1 : 0) | 0, e3[3] = e3[3] + 1295307597 + (e3[2] >>> 0 < c[2] >>> 0 ? 1 : 0) | 0, e3[4] = e3[4] + 3545052371 + (e3[3] >>> 0 < c[3] >>> 0 ? 1 : 0) | 0, e3[5] = e3[5] + 886263092 + (e3[4] >>> 0 < c[4] >>> 0 ? 1 : 0) | 0, e3[6] = e3[6] + 1295307597 + (e3[5] >>> 0 < c[5] >>> 0 ? 1 : 0) | 0, e3[7] = e3[7] + 3545052371 + (e3[6] >>> 0 < c[6] >>> 0 ? 1 : 0) | 0, this._b = e3[7] >>> 0 < c[7] >>> 0 ? 1 : 0, r3 = 0; r3 < 8; r3++) {
984
+ var i3 = t3[r3] + e3[r3], n3 = 65535 & i3, o3 = i3 >>> 16, s2 = ((n3 * n3 >>> 17) + n3 * o3 >>> 15) + o3 * o3, a3 = ((4294901760 & i3) * i3 | 0) + ((65535 & i3) * i3 | 0);
985
+ h[r3] = s2 ^ a3;
986
+ }
987
+ t3[0] = h[0] + (h[7] << 16 | h[7] >>> 16) + (h[6] << 16 | h[6] >>> 16) | 0, t3[1] = h[1] + (h[0] << 8 | h[0] >>> 24) + h[7] | 0, t3[2] = h[2] + (h[1] << 16 | h[1] >>> 16) + (h[0] << 16 | h[0] >>> 16) | 0, t3[3] = h[3] + (h[2] << 8 | h[2] >>> 24) + h[1] | 0, t3[4] = h[4] + (h[3] << 16 | h[3] >>> 16) + (h[2] << 16 | h[2] >>> 16) | 0, t3[5] = h[5] + (h[4] << 8 | h[4] >>> 24) + h[3] | 0, t3[6] = h[6] + (h[5] << 16 | h[5] >>> 16) + (h[4] << 16 | h[4] >>> 16) | 0, t3[7] = h[7] + (h[6] << 8 | h[6] >>> 24) + h[5] | 0;
988
+ }, n2 = (i2 = f = s).lib.StreamCipher, o2 = i2.algo, a2 = [], c = [], h = [], l = o2.RabbitLegacy = n2.extend({ _doReset: function() {
989
+ var t3 = this._key.words, e3 = this.cfg.iv, i3 = this._X = [t3[0], t3[3] << 16 | t3[2] >>> 16, t3[1], t3[0] << 16 | t3[3] >>> 16, t3[2], t3[1] << 16 | t3[0] >>> 16, t3[3], t3[2] << 16 | t3[1] >>> 16], n3 = this._C = [t3[2] << 16 | t3[2] >>> 16, 4294901760 & t3[0] | 65535 & t3[1], t3[3] << 16 | t3[3] >>> 16, 4294901760 & t3[1] | 65535 & t3[2], t3[0] << 16 | t3[0] >>> 16, 4294901760 & t3[2] | 65535 & t3[3], t3[1] << 16 | t3[1] >>> 16, 4294901760 & t3[3] | 65535 & t3[0]];
990
+ this._b = 0;
991
+ for (var o3 = 0; o3 < 4; o3++)
992
+ r2.call(this);
993
+ for (o3 = 0; o3 < 8; o3++)
994
+ n3[o3] ^= i3[o3 + 4 & 7];
995
+ if (e3) {
996
+ var s2 = e3.words, a3 = s2[0], c2 = s2[1], h2 = 16711935 & (a3 << 8 | a3 >>> 24) | 4278255360 & (a3 << 24 | a3 >>> 8), l2 = 16711935 & (c2 << 8 | c2 >>> 24) | 4278255360 & (c2 << 24 | c2 >>> 8), f2 = h2 >>> 16 | 4294901760 & l2, u = l2 << 16 | 65535 & h2;
997
+ for (n3[0] ^= h2, n3[1] ^= f2, n3[2] ^= l2, n3[3] ^= u, n3[4] ^= h2, n3[5] ^= f2, n3[6] ^= l2, n3[7] ^= u, o3 = 0; o3 < 4; o3++)
998
+ r2.call(this);
999
+ }
1000
+ }, _doProcessBlock: function(t3, e3) {
1001
+ var i3 = this._X;
1002
+ r2.call(this), a2[0] = i3[0] ^ i3[5] >>> 16 ^ i3[3] << 16, a2[1] = i3[2] ^ i3[7] >>> 16 ^ i3[5] << 16, a2[2] = i3[4] ^ i3[1] >>> 16 ^ i3[7] << 16, a2[3] = i3[6] ^ i3[3] >>> 16 ^ i3[1] << 16;
1003
+ for (var n3 = 0; n3 < 4; n3++)
1004
+ a2[n3] = 16711935 & (a2[n3] << 8 | a2[n3] >>> 24) | 4278255360 & (a2[n3] << 24 | a2[n3] >>> 8), t3[e3 + n3] ^= a2[n3];
1005
+ }, blockSize: 4, ivSize: 2 }), i2.RabbitLegacy = n2._createHelper(l), f.RabbitLegacy);
1006
+ });
1007
+ return n(function(t2, e2) {
1008
+ t2.exports = s;
1009
+ });
1010
+ });
1011
+ }
1005
1012
  });
1013
+ export default require_crypto_js();