@attocash/cli 0.1.0

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 (400) hide show
  1. package/LICENSE +28 -0
  2. package/README.md +707 -0
  3. package/dist/application/app.d.ts +138 -0
  4. package/dist/application/app.js +654 -0
  5. package/dist/application/operations.d.ts +9 -0
  6. package/dist/application/operations.js +96 -0
  7. package/dist/cli/cli.d.ts +1 -0
  8. package/dist/cli/cli.js +460 -0
  9. package/dist/cli/help.d.ts +4 -0
  10. package/dist/cli/help.js +49 -0
  11. package/dist/cli/main.d.ts +2 -0
  12. package/dist/cli/main.js +13 -0
  13. package/dist/cli/onboarding.d.ts +14 -0
  14. package/dist/cli/onboarding.js +144 -0
  15. package/dist/cli/output.d.ts +2 -0
  16. package/dist/cli/output.js +231 -0
  17. package/dist/cli/terminal.d.ts +6 -0
  18. package/dist/cli/terminal.js +92 -0
  19. package/dist/cli/update-check.d.ts +1 -0
  20. package/dist/cli/update-check.js +12 -0
  21. package/dist/cli/updates.d.ts +2 -0
  22. package/dist/cli/updates.js +98 -0
  23. package/dist/core.d.ts +14 -0
  24. package/dist/core.js +14 -0
  25. package/dist/doctor/credential-probe.d.ts +7 -0
  26. package/dist/doctor/credential-probe.js +49 -0
  27. package/dist/doctor/doctor.d.ts +4 -0
  28. package/dist/doctor/doctor.js +213 -0
  29. package/dist/doctor/keyring.d.ts +7 -0
  30. package/dist/doctor/keyring.js +150 -0
  31. package/dist/doctor/profile.d.ts +19 -0
  32. package/dist/doctor/profile.js +73 -0
  33. package/dist/doctor/types.d.ts +40 -0
  34. package/dist/doctor/types.js +1 -0
  35. package/dist/domain/amount.d.ts +6 -0
  36. package/dist/domain/amount.js +27 -0
  37. package/dist/domain/errors.d.ts +10 -0
  38. package/dist/domain/errors.js +16 -0
  39. package/dist/labels/directory.d.ts +87 -0
  40. package/dist/labels/directory.js +140 -0
  41. package/dist/labels/personal.d.ts +17 -0
  42. package/dist/labels/personal.js +56 -0
  43. package/dist/labels/presentation.d.ts +154 -0
  44. package/dist/labels/presentation.js +90 -0
  45. package/dist/network/reader.d.ts +31 -0
  46. package/dist/network/reader.js +370 -0
  47. package/dist/network/retry.d.ts +7 -0
  48. package/dist/network/retry.js +53 -0
  49. package/dist/network/work.d.ts +3 -0
  50. package/dist/network/work.js +66 -0
  51. package/dist/pricing/market.d.ts +29 -0
  52. package/dist/pricing/market.js +150 -0
  53. package/dist/pricing/terms.d.ts +6 -0
  54. package/dist/pricing/terms.js +12 -0
  55. package/dist/spending/destination.d.ts +16 -0
  56. package/dist/spending/destination.js +42 -0
  57. package/dist/spending/journal.d.ts +28 -0
  58. package/dist/spending/journal.js +69 -0
  59. package/dist/spending/ledger.d.ts +118 -0
  60. package/dist/spending/ledger.js +444 -0
  61. package/dist/spending/payments.d.ts +67 -0
  62. package/dist/spending/payments.js +424 -0
  63. package/dist/spending/pool.d.ts +13 -0
  64. package/dist/spending/pool.js +38 -0
  65. package/dist/spending/reconcile.d.ts +18 -0
  66. package/dist/spending/reconcile.js +64 -0
  67. package/dist/storage/profiles.d.ts +13 -0
  68. package/dist/storage/profiles.js +86 -0
  69. package/dist/storage/secrets.d.ts +16 -0
  70. package/dist/storage/secrets.js +104 -0
  71. package/dist/storage/state.d.ts +32 -0
  72. package/dist/storage/state.js +255 -0
  73. package/dist/wallet/auto-receive.d.ts +57 -0
  74. package/dist/wallet/auto-receive.js +140 -0
  75. package/dist/wallet/defaults.d.ts +3 -0
  76. package/dist/wallet/defaults.js +26 -0
  77. package/dist/wallet/signing.d.ts +17 -0
  78. package/dist/wallet/signing.js +128 -0
  79. package/dist/wallet/types.d.ts +65 -0
  80. package/dist/wallet/types.js +1 -0
  81. package/dist/wallet/work.d.ts +29 -0
  82. package/dist/wallet/work.js +154 -0
  83. package/dist/watches/manager.d.ts +75 -0
  84. package/dist/watches/manager.js +197 -0
  85. package/node_modules/@attocash/commons-core/Kotlin-DateTime-library-kotlinx-datetime.mjs +6678 -0
  86. package/node_modules/@attocash/commons-core/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +1 -0
  87. package/node_modules/@attocash/commons-core/LICENSE +28 -0
  88. package/node_modules/@attocash/commons-core/README.md +118 -0
  89. package/node_modules/@attocash/commons-core/commons-commons-core.d.mts +1036 -0
  90. package/node_modules/@attocash/commons-core/commons-commons-core.mjs +7701 -0
  91. package/node_modules/@attocash/commons-core/commons-commons-core.mjs.map +1 -0
  92. package/node_modules/@attocash/commons-core/kotlin-kotlin-stdlib.mjs +17681 -0
  93. package/node_modules/@attocash/commons-core/kotlin-kotlin-stdlib.mjs.map +1 -0
  94. package/node_modules/@attocash/commons-core/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs +4 -0
  95. package/node_modules/@attocash/commons-core/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +1 -0
  96. package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-bytestring.mjs +209 -0
  97. package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-bytestring.mjs.map +1 -0
  98. package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-core.mjs +2284 -0
  99. package/node_modules/@attocash/commons-core/kotlinx-io-kotlinx-io-core.mjs.map +1 -0
  100. package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-core.mjs +6042 -0
  101. package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -0
  102. package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
  103. package/node_modules/@attocash/commons-core/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
  104. package/node_modules/@attocash/commons-core/package.json +27 -0
  105. package/node_modules/@attocash/commons-node/LICENSE +28 -0
  106. package/node_modules/@attocash/commons-node/README.md +92 -0
  107. package/node_modules/@attocash/commons-node/commons-commons-node.d.mts +255 -0
  108. package/node_modules/@attocash/commons-node/commons-commons-node.mjs +2977 -0
  109. package/node_modules/@attocash/commons-node/commons-commons-node.mjs.map +1 -0
  110. package/node_modules/@attocash/commons-node/kotlin-logging.mjs +432 -0
  111. package/node_modules/@attocash/commons-node/kotlin-logging.mjs.map +1 -0
  112. package/node_modules/@attocash/commons-node/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
  113. package/node_modules/@attocash/commons-node/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
  114. package/node_modules/@attocash/commons-node/package.json +29 -0
  115. package/node_modules/@attocash/commons-node-remote/LICENSE +28 -0
  116. package/node_modules/@attocash/commons-node-remote/README.md +61 -0
  117. package/node_modules/@attocash/commons-node-remote/commons-commons-node-remote.d.mts +122 -0
  118. package/node_modules/@attocash/commons-node-remote/commons-commons-node-remote.mjs +1810 -0
  119. package/node_modules/@attocash/commons-node-remote/commons-commons-node-remote.mjs.map +1 -0
  120. package/node_modules/@attocash/commons-node-remote/kotlin-logging.mjs +432 -0
  121. package/node_modules/@attocash/commons-node-remote/kotlin-logging.mjs.map +1 -0
  122. package/node_modules/@attocash/commons-node-remote/kotlinx-browser.mjs +8 -0
  123. package/node_modules/@attocash/commons-node-remote/kotlinx-browser.mjs.map +1 -0
  124. package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs +4 -0
  125. package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +1 -0
  126. package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
  127. package/node_modules/@attocash/commons-node-remote/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
  128. package/node_modules/@attocash/commons-node-remote/package.json +31 -0
  129. package/node_modules/@attocash/commons-transport/LICENSE +28 -0
  130. package/node_modules/@attocash/commons-transport/README.md +5 -0
  131. package/node_modules/@attocash/commons-transport/commons-commons-transport.d.mts +64 -0
  132. package/node_modules/@attocash/commons-transport/commons-commons-transport.mjs +249 -0
  133. package/node_modules/@attocash/commons-transport/commons-commons-transport.mjs.map +1 -0
  134. package/node_modules/@attocash/commons-transport/kotlinx-atomicfu.mjs +263 -0
  135. package/node_modules/@attocash/commons-transport/kotlinx-atomicfu.mjs.map +1 -0
  136. package/node_modules/@attocash/commons-transport/kotlinx-browser.mjs +8 -0
  137. package/node_modules/@attocash/commons-transport/kotlinx-browser.mjs.map +1 -0
  138. package/node_modules/@attocash/commons-transport/kotlinx-coroutines-core.mjs +11604 -0
  139. package/node_modules/@attocash/commons-transport/kotlinx-coroutines-core.mjs.map +1 -0
  140. package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json-io.mjs +4 -0
  141. package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +1 -0
  142. package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
  143. package/node_modules/@attocash/commons-transport/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
  144. package/node_modules/@attocash/commons-transport/ktor-ktor-client-content-negotiation.mjs +499 -0
  145. package/node_modules/@attocash/commons-transport/ktor-ktor-client-content-negotiation.mjs.map +1 -0
  146. package/node_modules/@attocash/commons-transport/ktor-ktor-client-core.mjs +6456 -0
  147. package/node_modules/@attocash/commons-transport/ktor-ktor-client-core.mjs.map +1 -0
  148. package/node_modules/@attocash/commons-transport/ktor-ktor-events.mjs +83 -0
  149. package/node_modules/@attocash/commons-transport/ktor-ktor-events.mjs.map +1 -0
  150. package/node_modules/@attocash/commons-transport/ktor-ktor-http-cio.mjs +1714 -0
  151. package/node_modules/@attocash/commons-transport/ktor-ktor-http-cio.mjs.map +1 -0
  152. package/node_modules/@attocash/commons-transport/ktor-ktor-http.mjs +3197 -0
  153. package/node_modules/@attocash/commons-transport/ktor-ktor-http.mjs.map +1 -0
  154. package/node_modules/@attocash/commons-transport/ktor-ktor-io.mjs +2290 -0
  155. package/node_modules/@attocash/commons-transport/ktor-ktor-io.mjs.map +1 -0
  156. package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx-json.mjs +46 -0
  157. package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx-json.mjs.map +1 -0
  158. package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx.mjs +482 -0
  159. package/node_modules/@attocash/commons-transport/ktor-ktor-serialization-kotlinx.mjs.map +1 -0
  160. package/node_modules/@attocash/commons-transport/ktor-ktor-serialization.mjs +165 -0
  161. package/node_modules/@attocash/commons-transport/ktor-ktor-serialization.mjs.map +1 -0
  162. package/node_modules/@attocash/commons-transport/ktor-ktor-sse.mjs +4 -0
  163. package/node_modules/@attocash/commons-transport/ktor-ktor-sse.mjs.map +1 -0
  164. package/node_modules/@attocash/commons-transport/ktor-ktor-utils.mjs +3222 -0
  165. package/node_modules/@attocash/commons-transport/ktor-ktor-utils.mjs.map +1 -0
  166. package/node_modules/@attocash/commons-transport/ktor-ktor-websocket-serialization.mjs +4 -0
  167. package/node_modules/@attocash/commons-transport/ktor-ktor-websocket-serialization.mjs.map +1 -0
  168. package/node_modules/@attocash/commons-transport/ktor-ktor-websockets.mjs +1485 -0
  169. package/node_modules/@attocash/commons-transport/ktor-ktor-websockets.mjs.map +1 -0
  170. package/node_modules/@attocash/commons-transport/package.json +29 -0
  171. package/node_modules/@attocash/commons-worker/LICENSE +28 -0
  172. package/node_modules/@attocash/commons-worker/README.md +48 -0
  173. package/node_modules/@attocash/commons-worker/commons-commons-worker.d.mts +73 -0
  174. package/node_modules/@attocash/commons-worker/commons-commons-worker.mjs +702 -0
  175. package/node_modules/@attocash/commons-worker/commons-commons-worker.mjs.map +1 -0
  176. package/node_modules/@attocash/commons-worker/kotlin-logging.mjs +432 -0
  177. package/node_modules/@attocash/commons-worker/kotlin-logging.mjs.map +1 -0
  178. package/node_modules/@attocash/commons-worker/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
  179. package/node_modules/@attocash/commons-worker/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
  180. package/node_modules/@attocash/commons-worker/package.json +29 -0
  181. package/node_modules/@attocash/commons-worker-remote/LICENSE +28 -0
  182. package/node_modules/@attocash/commons-worker-remote/README.md +60 -0
  183. package/node_modules/@attocash/commons-worker-remote/commons-commons-worker-remote.d.mts +93 -0
  184. package/node_modules/@attocash/commons-worker-remote/commons-commons-worker-remote.mjs +289 -0
  185. package/node_modules/@attocash/commons-worker-remote/commons-commons-worker-remote.mjs.map +1 -0
  186. package/node_modules/@attocash/commons-worker-remote/kotlin-logging.mjs +432 -0
  187. package/node_modules/@attocash/commons-worker-remote/kotlin-logging.mjs.map +1 -0
  188. package/node_modules/@attocash/commons-worker-remote/kotlinx-browser.mjs +8 -0
  189. package/node_modules/@attocash/commons-worker-remote/kotlinx-browser.mjs.map +1 -0
  190. package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs +4 -0
  191. package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +1 -0
  192. package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json.mjs +5294 -0
  193. package/node_modules/@attocash/commons-worker-remote/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
  194. package/node_modules/@attocash/commons-worker-remote/package.json +31 -0
  195. package/node_modules/@js-joda/core/CHANGELOG.md +363 -0
  196. package/node_modules/@js-joda/core/CheatSheet.md +947 -0
  197. package/node_modules/@js-joda/core/LICENSE +34 -0
  198. package/node_modules/@js-joda/core/README.md +155 -0
  199. package/node_modules/@js-joda/core/bower.json +21 -0
  200. package/node_modules/@js-joda/core/dist/js-joda.d.ts +2452 -0
  201. package/node_modules/@js-joda/core/dist/js-joda.esm.js +13564 -0
  202. package/node_modules/@js-joda/core/dist/js-joda.flow.js +949 -0
  203. package/node_modules/@js-joda/core/dist/js-joda.js +13630 -0
  204. package/node_modules/@js-joda/core/dist/js-joda.js.map +1 -0
  205. package/node_modules/@js-joda/core/dist/js-joda.min.js +5 -0
  206. package/node_modules/@js-joda/core/package.json +76 -0
  207. package/node_modules/@js-joda/core/src/Clock.js +330 -0
  208. package/node_modules/@js-joda/core/src/DayOfWeek.js +451 -0
  209. package/node_modules/@js-joda/core/src/Duration.js +1205 -0
  210. package/node_modules/@js-joda/core/src/Enum.js +30 -0
  211. package/node_modules/@js-joda/core/src/Instant.js +1012 -0
  212. package/node_modules/@js-joda/core/src/LocalDate.js +1703 -0
  213. package/node_modules/@js-joda/core/src/LocalDateTime.js +1686 -0
  214. package/node_modules/@js-joda/core/src/LocalTime.js +1415 -0
  215. package/node_modules/@js-joda/core/src/MathUtil.js +236 -0
  216. package/node_modules/@js-joda/core/src/Month.js +600 -0
  217. package/node_modules/@js-joda/core/src/MonthDay.js +730 -0
  218. package/node_modules/@js-joda/core/src/OffsetDateTime.js +757 -0
  219. package/node_modules/@js-joda/core/src/OffsetTime.js +621 -0
  220. package/node_modules/@js-joda/core/src/Period.js +933 -0
  221. package/node_modules/@js-joda/core/src/StringUtil.js +43 -0
  222. package/node_modules/@js-joda/core/src/Year.js +1015 -0
  223. package/node_modules/@js-joda/core/src/YearConstants.js +21 -0
  224. package/node_modules/@js-joda/core/src/YearMonth.js +1096 -0
  225. package/node_modules/@js-joda/core/src/ZoneId.js +236 -0
  226. package/node_modules/@js-joda/core/src/ZoneIdFactory.js +201 -0
  227. package/node_modules/@js-joda/core/src/ZoneOffset.js +486 -0
  228. package/node_modules/@js-joda/core/src/ZoneRegion.js +72 -0
  229. package/node_modules/@js-joda/core/src/ZonedDateTime.js +2007 -0
  230. package/node_modules/@js-joda/core/src/_init.js +68 -0
  231. package/node_modules/@js-joda/core/src/assert.js +33 -0
  232. package/node_modules/@js-joda/core/src/chrono/ChronoLocalDate.js +230 -0
  233. package/node_modules/@js-joda/core/src/chrono/ChronoLocalDateTime.js +130 -0
  234. package/node_modules/@js-joda/core/src/chrono/ChronoZonedDateTime.js +194 -0
  235. package/node_modules/@js-joda/core/src/chrono/IsoChronology.js +235 -0
  236. package/node_modules/@js-joda/core/src/convert.js +83 -0
  237. package/node_modules/@js-joda/core/src/errors.js +54 -0
  238. package/node_modules/@js-joda/core/src/format/DateTimeBuilder.js +535 -0
  239. package/node_modules/@js-joda/core/src/format/DateTimeFormatter.js +728 -0
  240. package/node_modules/@js-joda/core/src/format/DateTimeFormatterBuilder.js +1545 -0
  241. package/node_modules/@js-joda/core/src/format/DateTimeParseContext.js +297 -0
  242. package/node_modules/@js-joda/core/src/format/DateTimePrintContext.js +138 -0
  243. package/node_modules/@js-joda/core/src/format/DecimalStyle.js +113 -0
  244. package/node_modules/@js-joda/core/src/format/EnumMap.js +70 -0
  245. package/node_modules/@js-joda/core/src/format/ParsePosition.js +31 -0
  246. package/node_modules/@js-joda/core/src/format/ResolverStyle.js +93 -0
  247. package/node_modules/@js-joda/core/src/format/SignStyle.js +38 -0
  248. package/node_modules/@js-joda/core/src/format/StringBuilder.js +47 -0
  249. package/node_modules/@js-joda/core/src/format/TextStyle.js +114 -0
  250. package/node_modules/@js-joda/core/src/format/parser/CharLiteralPrinterParser.js +46 -0
  251. package/node_modules/@js-joda/core/src/format/parser/CompositePrinterParser.js +89 -0
  252. package/node_modules/@js-joda/core/src/format/parser/FractionPrinterParser.js +162 -0
  253. package/node_modules/@js-joda/core/src/format/parser/NumberPrinterParser.js +367 -0
  254. package/node_modules/@js-joda/core/src/format/parser/OffsetIdPrinterParser.js +177 -0
  255. package/node_modules/@js-joda/core/src/format/parser/PadPrinterParserDecorator.js +81 -0
  256. package/node_modules/@js-joda/core/src/format/parser/SettingsParser.js +44 -0
  257. package/node_modules/@js-joda/core/src/format/parser/StringLiteralPrinterParser.js +39 -0
  258. package/node_modules/@js-joda/core/src/format/parser/ZoneIdPrinterParser.js +218 -0
  259. package/node_modules/@js-joda/core/src/js-joda.js +210 -0
  260. package/node_modules/@js-joda/core/src/license-preamble.js +3 -0
  261. package/node_modules/@js-joda/core/src/temporal/ChronoField.js +470 -0
  262. package/node_modules/@js-joda/core/src/temporal/ChronoUnit.js +310 -0
  263. package/node_modules/@js-joda/core/src/temporal/DefaultInterfaceTemporal.js +118 -0
  264. package/node_modules/@js-joda/core/src/temporal/IsoFields.js +859 -0
  265. package/node_modules/@js-joda/core/src/temporal/NativeJsTemporal.js +105 -0
  266. package/node_modules/@js-joda/core/src/temporal/Temporal.js +346 -0
  267. package/node_modules/@js-joda/core/src/temporal/TemporalAccessor.js +125 -0
  268. package/node_modules/@js-joda/core/src/temporal/TemporalAdjuster.js +92 -0
  269. package/node_modules/@js-joda/core/src/temporal/TemporalAdjusters.js +464 -0
  270. package/node_modules/@js-joda/core/src/temporal/TemporalAmount.js +166 -0
  271. package/node_modules/@js-joda/core/src/temporal/TemporalField.js +248 -0
  272. package/node_modules/@js-joda/core/src/temporal/TemporalQueries.js +223 -0
  273. package/node_modules/@js-joda/core/src/temporal/TemporalQueriesFactory.js +77 -0
  274. package/node_modules/@js-joda/core/src/temporal/TemporalQuery.js +107 -0
  275. package/node_modules/@js-joda/core/src/temporal/TemporalUnit.js +179 -0
  276. package/node_modules/@js-joda/core/src/temporal/ValueRange.js +257 -0
  277. package/node_modules/@js-joda/core/src/use.js +20 -0
  278. package/node_modules/@js-joda/core/src/zone/SystemDefaultZoneId.js +31 -0
  279. package/node_modules/@js-joda/core/src/zone/SystemDefaultZoneRules.js +162 -0
  280. package/node_modules/@js-joda/core/src/zone/ZoneOffsetTransition.js +289 -0
  281. package/node_modules/@js-joda/core/src/zone/ZoneRules.js +464 -0
  282. package/node_modules/@js-joda/core/src/zone/ZoneRulesProvider.js +36 -0
  283. package/node_modules/@noble/hashes/LICENSE +21 -0
  284. package/node_modules/@noble/hashes/README.md +563 -0
  285. package/node_modules/@noble/hashes/_blake.d.ts +21 -0
  286. package/node_modules/@noble/hashes/_blake.d.ts.map +1 -0
  287. package/node_modules/@noble/hashes/_blake.js +52 -0
  288. package/node_modules/@noble/hashes/_blake.js.map +1 -0
  289. package/node_modules/@noble/hashes/_md.d.ts +99 -0
  290. package/node_modules/@noble/hashes/_md.d.ts.map +1 -0
  291. package/node_modules/@noble/hashes/_md.js +202 -0
  292. package/node_modules/@noble/hashes/_md.js.map +1 -0
  293. package/node_modules/@noble/hashes/_u64.d.ts +63 -0
  294. package/node_modules/@noble/hashes/_u64.d.ts.map +1 -0
  295. package/node_modules/@noble/hashes/_u64.js +84 -0
  296. package/node_modules/@noble/hashes/_u64.js.map +1 -0
  297. package/node_modules/@noble/hashes/argon2.d.ts +112 -0
  298. package/node_modules/@noble/hashes/argon2.d.ts.map +1 -0
  299. package/node_modules/@noble/hashes/argon2.js +517 -0
  300. package/node_modules/@noble/hashes/argon2.js.map +1 -0
  301. package/node_modules/@noble/hashes/blake1.d.ts +156 -0
  302. package/node_modules/@noble/hashes/blake1.d.ts.map +1 -0
  303. package/node_modules/@noble/hashes/blake1.js +560 -0
  304. package/node_modules/@noble/hashes/blake1.js.map +1 -0
  305. package/node_modules/@noble/hashes/blake2.d.ts +184 -0
  306. package/node_modules/@noble/hashes/blake2.d.ts.map +1 -0
  307. package/node_modules/@noble/hashes/blake2.js +501 -0
  308. package/node_modules/@noble/hashes/blake2.js.map +1 -0
  309. package/node_modules/@noble/hashes/blake3.d.ts +68 -0
  310. package/node_modules/@noble/hashes/blake3.d.ts.map +1 -0
  311. package/node_modules/@noble/hashes/blake3.js +284 -0
  312. package/node_modules/@noble/hashes/blake3.js.map +1 -0
  313. package/node_modules/@noble/hashes/eskdf.d.ts +92 -0
  314. package/node_modules/@noble/hashes/eskdf.d.ts.map +1 -0
  315. package/node_modules/@noble/hashes/eskdf.js +218 -0
  316. package/node_modules/@noble/hashes/eskdf.js.map +1 -0
  317. package/node_modules/@noble/hashes/hkdf.d.ts +64 -0
  318. package/node_modules/@noble/hashes/hkdf.d.ts.map +1 -0
  319. package/node_modules/@noble/hashes/hkdf.js +120 -0
  320. package/node_modules/@noble/hashes/hkdf.js.map +1 -0
  321. package/node_modules/@noble/hashes/hmac.d.ts +47 -0
  322. package/node_modules/@noble/hashes/hmac.d.ts.map +1 -0
  323. package/node_modules/@noble/hashes/hmac.js +93 -0
  324. package/node_modules/@noble/hashes/hmac.js.map +1 -0
  325. package/node_modules/@noble/hashes/index.d.ts +2 -0
  326. package/node_modules/@noble/hashes/index.d.ts.map +1 -0
  327. package/node_modules/@noble/hashes/index.js +35 -0
  328. package/node_modules/@noble/hashes/index.js.map +1 -0
  329. package/node_modules/@noble/hashes/legacy.d.ts +102 -0
  330. package/node_modules/@noble/hashes/legacy.d.ts.map +1 -0
  331. package/node_modules/@noble/hashes/legacy.js +327 -0
  332. package/node_modules/@noble/hashes/legacy.js.map +1 -0
  333. package/node_modules/@noble/hashes/package.json +97 -0
  334. package/node_modules/@noble/hashes/pbkdf2.d.ts +56 -0
  335. package/node_modules/@noble/hashes/pbkdf2.d.ts.map +1 -0
  336. package/node_modules/@noble/hashes/pbkdf2.js +135 -0
  337. package/node_modules/@noble/hashes/pbkdf2.js.map +1 -0
  338. package/node_modules/@noble/hashes/scrypt.d.ts +65 -0
  339. package/node_modules/@noble/hashes/scrypt.d.ts.map +1 -0
  340. package/node_modules/@noble/hashes/scrypt.js +257 -0
  341. package/node_modules/@noble/hashes/scrypt.js.map +1 -0
  342. package/node_modules/@noble/hashes/sha2.d.ts +249 -0
  343. package/node_modules/@noble/hashes/sha2.d.ts.map +1 -0
  344. package/node_modules/@noble/hashes/sha2.js +458 -0
  345. package/node_modules/@noble/hashes/sha2.js.map +1 -0
  346. package/node_modules/@noble/hashes/sha3-addons.d.ts +461 -0
  347. package/node_modules/@noble/hashes/sha3-addons.d.ts.map +1 -0
  348. package/node_modules/@noble/hashes/sha3-addons.js +783 -0
  349. package/node_modules/@noble/hashes/sha3-addons.js.map +1 -0
  350. package/node_modules/@noble/hashes/sha3.d.ts +199 -0
  351. package/node_modules/@noble/hashes/sha3.d.ts.map +1 -0
  352. package/node_modules/@noble/hashes/sha3.js +431 -0
  353. package/node_modules/@noble/hashes/sha3.js.map +1 -0
  354. package/node_modules/@noble/hashes/src/_blake.ts +57 -0
  355. package/node_modules/@noble/hashes/src/_md.ts +222 -0
  356. package/node_modules/@noble/hashes/src/_u64.ts +117 -0
  357. package/node_modules/@noble/hashes/src/argon2.ts +667 -0
  358. package/node_modules/@noble/hashes/src/blake1.ts +614 -0
  359. package/node_modules/@noble/hashes/src/blake2.ts +582 -0
  360. package/node_modules/@noble/hashes/src/blake3.ts +317 -0
  361. package/node_modules/@noble/hashes/src/eskdf.ts +259 -0
  362. package/node_modules/@noble/hashes/src/hkdf.ts +133 -0
  363. package/node_modules/@noble/hashes/src/hmac.ts +126 -0
  364. package/node_modules/@noble/hashes/src/index.ts +33 -0
  365. package/node_modules/@noble/hashes/src/legacy.ts +339 -0
  366. package/node_modules/@noble/hashes/src/pbkdf2.ts +175 -0
  367. package/node_modules/@noble/hashes/src/scrypt.ts +315 -0
  368. package/node_modules/@noble/hashes/src/sha2.ts +530 -0
  369. package/node_modules/@noble/hashes/src/sha3-addons.ts +983 -0
  370. package/node_modules/@noble/hashes/src/sha3.ts +485 -0
  371. package/node_modules/@noble/hashes/src/utils.ts +848 -0
  372. package/node_modules/@noble/hashes/src/webcrypto.ts +239 -0
  373. package/node_modules/@noble/hashes/utils.d.ts +519 -0
  374. package/node_modules/@noble/hashes/utils.d.ts.map +1 -0
  375. package/node_modules/@noble/hashes/utils.js +578 -0
  376. package/node_modules/@noble/hashes/utils.js.map +1 -0
  377. package/node_modules/@noble/hashes/webcrypto.d.ts +120 -0
  378. package/node_modules/@noble/hashes/webcrypto.d.ts.map +1 -0
  379. package/node_modules/@noble/hashes/webcrypto.js +165 -0
  380. package/node_modules/@noble/hashes/webcrypto.js.map +1 -0
  381. package/node_modules/ws/LICENSE +20 -0
  382. package/node_modules/ws/README.md +548 -0
  383. package/node_modules/ws/browser.js +8 -0
  384. package/node_modules/ws/index.js +22 -0
  385. package/node_modules/ws/lib/buffer-util.js +131 -0
  386. package/node_modules/ws/lib/constants.js +19 -0
  387. package/node_modules/ws/lib/event-target.js +292 -0
  388. package/node_modules/ws/lib/extension.js +203 -0
  389. package/node_modules/ws/lib/limiter.js +55 -0
  390. package/node_modules/ws/lib/permessage-deflate.js +530 -0
  391. package/node_modules/ws/lib/receiver.js +743 -0
  392. package/node_modules/ws/lib/sender.js +607 -0
  393. package/node_modules/ws/lib/stream.js +161 -0
  394. package/node_modules/ws/lib/subprotocol.js +62 -0
  395. package/node_modules/ws/lib/validation.js +152 -0
  396. package/node_modules/ws/lib/websocket-server.js +562 -0
  397. package/node_modules/ws/lib/websocket.js +1407 -0
  398. package/node_modules/ws/package.json +74 -0
  399. package/node_modules/ws/wrapper.mjs +21 -0
  400. package/package.json +53 -0
@@ -0,0 +1,848 @@
1
+ /**
2
+ * Utilities for hex, bytes, CSPRNG.
3
+ * @module
4
+ */
5
+ /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
6
+ /**
7
+ * Bytes API type helpers for old + new TypeScript.
8
+ *
9
+ * TS 5.6 has `Uint8Array`, while TS 5.9+ made it generic `Uint8Array<ArrayBuffer>`.
10
+ * We can't use specific return type, because TS 5.6 will error.
11
+ * We can't use generic return type, because most TS 5.9 software will expect specific type.
12
+ *
13
+ * Maps typed-array input leaves to broad forms.
14
+ * These are compatibility adapters, not ownership guarantees.
15
+ *
16
+ * - `TArg` keeps byte inputs broad.
17
+ * - `TRet` marks byte outputs for TS 5.6 and TS 5.9+ compatibility.
18
+ */
19
+ export type TypedArg<T> = T extends BigInt64Array
20
+ ? BigInt64Array
21
+ : T extends BigUint64Array
22
+ ? BigUint64Array
23
+ : T extends Float32Array
24
+ ? Float32Array
25
+ : T extends Float64Array
26
+ ? Float64Array
27
+ : T extends Int16Array
28
+ ? Int16Array
29
+ : T extends Int32Array
30
+ ? Int32Array
31
+ : T extends Int8Array
32
+ ? Int8Array
33
+ : T extends Uint16Array
34
+ ? Uint16Array
35
+ : T extends Uint32Array
36
+ ? Uint32Array
37
+ : T extends Uint8ClampedArray
38
+ ? Uint8ClampedArray
39
+ : T extends Uint8Array
40
+ ? Uint8Array
41
+ : never;
42
+ /** Maps typed-array output leaves to narrow TS-compatible forms. */
43
+ export type TypedRet<T> = T extends BigInt64Array
44
+ ? ReturnType<typeof BigInt64Array.of>
45
+ : T extends BigUint64Array
46
+ ? ReturnType<typeof BigUint64Array.of>
47
+ : T extends Float32Array
48
+ ? ReturnType<typeof Float32Array.of>
49
+ : T extends Float64Array
50
+ ? ReturnType<typeof Float64Array.of>
51
+ : T extends Int16Array
52
+ ? ReturnType<typeof Int16Array.of>
53
+ : T extends Int32Array
54
+ ? ReturnType<typeof Int32Array.of>
55
+ : T extends Int8Array
56
+ ? ReturnType<typeof Int8Array.of>
57
+ : T extends Uint16Array
58
+ ? ReturnType<typeof Uint16Array.of>
59
+ : T extends Uint32Array
60
+ ? ReturnType<typeof Uint32Array.of>
61
+ : T extends Uint8ClampedArray
62
+ ? ReturnType<typeof Uint8ClampedArray.of>
63
+ : T extends Uint8Array
64
+ ? ReturnType<typeof Uint8Array.of>
65
+ : never;
66
+ /** Recursively adapts byte-carrying API input types. See {@link TypedArg}. */
67
+ export type TArg<T> =
68
+ | T
69
+ | ([TypedArg<T>] extends [never]
70
+ ? T extends (...args: infer A) => infer R
71
+ ? ((...args: { [K in keyof A]: TRet<A[K]> }) => TArg<R>) & {
72
+ [K in keyof T]: T[K] extends (...args: any) => any ? T[K] : TArg<T[K]>;
73
+ }
74
+ : T extends [infer A, ...infer R]
75
+ ? [TArg<A>, ...{ [K in keyof R]: TArg<R[K]> }]
76
+ : T extends readonly [infer A, ...infer R]
77
+ ? readonly [TArg<A>, ...{ [K in keyof R]: TArg<R[K]> }]
78
+ : T extends (infer A)[]
79
+ ? TArg<A>[]
80
+ : T extends readonly (infer A)[]
81
+ ? readonly TArg<A>[]
82
+ : T extends Promise<infer A>
83
+ ? Promise<TArg<A>>
84
+ : T extends object
85
+ ? { [K in keyof T]: TArg<T[K]> }
86
+ : T
87
+ : TypedArg<T>);
88
+ /** Recursively adapts byte-carrying API output types. See {@link TypedArg}. */
89
+ export type TRet<T> = T extends unknown
90
+ ? T &
91
+ ([TypedRet<T>] extends [never]
92
+ ? T extends (...args: infer A) => infer R
93
+ ? ((...args: { [K in keyof A]: TArg<A[K]> }) => TRet<R>) & {
94
+ [K in keyof T]: T[K] extends (...args: any) => any ? T[K] : TRet<T[K]>;
95
+ }
96
+ : T extends [infer A, ...infer R]
97
+ ? [TRet<A>, ...{ [K in keyof R]: TRet<R[K]> }]
98
+ : T extends readonly [infer A, ...infer R]
99
+ ? readonly [TRet<A>, ...{ [K in keyof R]: TRet<R[K]> }]
100
+ : T extends (infer A)[]
101
+ ? TRet<A>[]
102
+ : T extends readonly (infer A)[]
103
+ ? readonly TRet<A>[]
104
+ : T extends Promise<infer A>
105
+ ? Promise<TRet<A>>
106
+ : T extends object
107
+ ? { [K in keyof T]: TRet<T[K]> }
108
+ : T
109
+ : TypedRet<T>)
110
+ : never;
111
+ /**
112
+ * Checks if something is Uint8Array. Be careful: nodejs Buffer will return true.
113
+ * @param a - value to test
114
+ * @returns `true` when the value is a Uint8Array-compatible view.
115
+ * @example
116
+ * Check whether a value is a Uint8Array-compatible view.
117
+ * ```ts
118
+ * isBytes(new Uint8Array([1, 2, 3]));
119
+ * ```
120
+ */
121
+ export function isBytes(a: unknown): a is Uint8Array {
122
+ // Plain `instanceof Uint8Array` is too strict for some Buffer / proxy / cross-realm cases.
123
+ // The fallback still requires a real ArrayBuffer view, so plain
124
+ // JSON-deserialized `{ constructor: ... }` spoofing is rejected, and
125
+ // `BYTES_PER_ELEMENT === 1` keeps the fallback on byte-oriented views.
126
+ return (
127
+ a instanceof Uint8Array ||
128
+ (ArrayBuffer.isView(a) &&
129
+ a.constructor.name === 'Uint8Array' &&
130
+ 'BYTES_PER_ELEMENT' in a &&
131
+ a.BYTES_PER_ELEMENT === 1)
132
+ );
133
+ }
134
+
135
+ /**
136
+ * Asserts something is a non-negative integer.
137
+ * @param n - number to validate
138
+ * @param title - label included in thrown errors
139
+ * @throws On wrong argument types. {@link TypeError}
140
+ * @throws On wrong argument ranges or values. {@link RangeError}
141
+ * @example
142
+ * Validate a non-negative integer option.
143
+ * ```ts
144
+ * anumber(32, 'length');
145
+ * ```
146
+ */
147
+ export function anumber(n: number, title: string = ''): void {
148
+ if (typeof n !== 'number') {
149
+ const prefix = title && `"${title}" `;
150
+ throw new TypeError(`${prefix}expected number, got ${typeof n}`);
151
+ }
152
+ if (!Number.isSafeInteger(n) || n < 0) {
153
+ const prefix = title && `"${title}" `;
154
+ throw new RangeError(`${prefix}expected integer >= 0, got ${n}`);
155
+ }
156
+ }
157
+
158
+ /**
159
+ * Asserts something is Uint8Array.
160
+ * @param value - value to validate
161
+ * @param length - optional exact length constraint
162
+ * @param title - label included in thrown errors
163
+ * @returns The validated byte array.
164
+ * @throws On wrong argument types. {@link TypeError}
165
+ * @throws On wrong argument ranges or values. {@link RangeError}
166
+ * @example
167
+ * Validate that a value is a byte array.
168
+ * ```ts
169
+ * abytes(new Uint8Array([1, 2, 3]));
170
+ * ```
171
+ */
172
+ export function abytes(
173
+ value: TArg<Uint8Array>,
174
+ length?: number,
175
+ title: string = ''
176
+ ): TRet<Uint8Array> {
177
+ const bytes = isBytes(value);
178
+ const len = value?.length;
179
+ const needsLen = length !== undefined;
180
+ if (!bytes || (needsLen && len !== length)) {
181
+ const prefix = title && `"${title}" `;
182
+ const ofLen = needsLen ? ` of length ${length}` : '';
183
+ const got = bytes ? `length=${len}` : `type=${typeof value}`;
184
+ const message = prefix + 'expected Uint8Array' + ofLen + ', got ' + got;
185
+ if (!bytes) throw new TypeError(message);
186
+ throw new RangeError(message);
187
+ }
188
+ return value as TRet<Uint8Array>;
189
+ }
190
+
191
+ /**
192
+ * Copies bytes into a fresh Uint8Array.
193
+ * Buffer-style slices can alias the same backing store, so callers that need ownership should copy.
194
+ * @param bytes - source bytes to clone
195
+ * @returns Freshly allocated copy of `bytes`.
196
+ * @throws On wrong argument types. {@link TypeError}
197
+ * @example
198
+ * Clone a byte array before mutating it.
199
+ * ```ts
200
+ * const copy = copyBytes(new Uint8Array([1, 2, 3]));
201
+ * ```
202
+ */
203
+ export function copyBytes(bytes: TArg<Uint8Array>): TRet<Uint8Array> {
204
+ // `Uint8Array.from(...)` would also accept arrays / other typed arrays. Keep this helper strict
205
+ // because callers use it at byte-validation boundaries before mutating the detached copy.
206
+ return Uint8Array.from(abytes(bytes)) as TRet<Uint8Array>;
207
+ }
208
+
209
+ /**
210
+ * Asserts something is a wrapped hash constructor.
211
+ * @param h - hash constructor to validate
212
+ * @throws On wrong argument types or invalid hash wrapper shape. {@link TypeError}
213
+ * @throws On invalid hash metadata ranges or values. {@link RangeError}
214
+ * @throws If the hash metadata allows empty outputs or block sizes. {@link Error}
215
+ * @example
216
+ * Validate a callable hash wrapper.
217
+ * ```ts
218
+ * import { ahash } from '@noble/hashes/utils.js';
219
+ * import { sha256 } from '@noble/hashes/sha2.js';
220
+ * ahash(sha256);
221
+ * ```
222
+ */
223
+ export function ahash(h: TArg<CHash>): void {
224
+ if (typeof h !== 'function' || typeof h.create !== 'function')
225
+ throw new TypeError('Hash must wrapped by utils.createHasher');
226
+ anumber(h.outputLen);
227
+ anumber(h.blockLen);
228
+ // HMAC and KDF callers treat these as real byte lengths; allowing zero lets fake wrappers pass
229
+ // validation and can produce empty outputs instead of failing fast.
230
+ if (h.outputLen < 1) throw new Error('"outputLen" must be >= 1');
231
+ if (h.blockLen < 1) throw new Error('"blockLen" must be >= 1');
232
+ }
233
+
234
+ /**
235
+ * Asserts a hash instance has not been destroyed or finished.
236
+ * @param instance - hash instance to validate
237
+ * @param checkFinished - whether to reject finalized instances
238
+ * @throws If the hash instance has already been destroyed or finalized. {@link Error}
239
+ * @example
240
+ * Validate that a hash instance is still usable.
241
+ * ```ts
242
+ * import { aexists } from '@noble/hashes/utils.js';
243
+ * import { sha256 } from '@noble/hashes/sha2.js';
244
+ * const hash = sha256.create();
245
+ * aexists(hash);
246
+ * ```
247
+ */
248
+ export function aexists(instance: any, checkFinished = true): void {
249
+ if (instance.destroyed) throw new Error('Hash instance has been destroyed');
250
+ if (checkFinished && instance.finished) throw new Error('Hash#digest() has already been called');
251
+ }
252
+
253
+ /**
254
+ * Asserts output is a sufficiently-sized byte array.
255
+ * @param out - destination buffer
256
+ * @param instance - hash instance providing output length
257
+ * Oversized buffers are allowed; downstream code only promises to fill the first `outputLen` bytes.
258
+ * @throws On wrong argument types. {@link TypeError}
259
+ * @throws On wrong argument ranges or values. {@link RangeError}
260
+ * @example
261
+ * Validate a caller-provided digest buffer.
262
+ * ```ts
263
+ * import { aoutput } from '@noble/hashes/utils.js';
264
+ * import { sha256 } from '@noble/hashes/sha2.js';
265
+ * const hash = sha256.create();
266
+ * aoutput(new Uint8Array(hash.outputLen), hash);
267
+ * ```
268
+ */
269
+ export function aoutput(out: any, instance: any): void {
270
+ abytes(out, undefined, 'digestInto() output');
271
+ const min = instance.outputLen;
272
+ if (out.length < min) {
273
+ throw new RangeError('"digestInto() output" expected to be of length >=' + min);
274
+ }
275
+ }
276
+
277
+ /** Generic type encompassing 8/16/32-byte array views, but not 64-bit variants. */
278
+ // prettier-ignore
279
+ export type TypedArray = Int8Array | Uint8ClampedArray | Uint8Array |
280
+ Uint16Array | Int16Array | Uint32Array | Int32Array;
281
+
282
+ /**
283
+ * Casts a typed array view to Uint8Array.
284
+ * @param arr - source typed array
285
+ * @returns Uint8Array view over the same buffer.
286
+ * @example
287
+ * Reinterpret a typed array as bytes.
288
+ * ```ts
289
+ * u8(new Uint32Array([1, 2]));
290
+ * ```
291
+ */
292
+ export function u8(arr: TArg<TypedArray>): TRet<Uint8Array> {
293
+ return new Uint8Array(arr.buffer, arr.byteOffset, arr.byteLength) as TRet<Uint8Array>;
294
+ }
295
+
296
+ /**
297
+ * Casts a typed array view to Uint32Array.
298
+ * `arr.byteOffset` must already be 4-byte aligned or the platform
299
+ * Uint32Array constructor will throw.
300
+ * @param arr - source typed array
301
+ * @returns Uint32Array view over the same buffer.
302
+ * @example
303
+ * Reinterpret a byte array as 32-bit words.
304
+ * ```ts
305
+ * u32(new Uint8Array(8));
306
+ * ```
307
+ */
308
+ export function u32(arr: TArg<TypedArray>): TRet<Uint32Array> {
309
+ return new Uint32Array(
310
+ arr.buffer,
311
+ arr.byteOffset,
312
+ Math.floor(arr.byteLength / 4)
313
+ ) as TRet<Uint32Array>;
314
+ }
315
+
316
+ /**
317
+ * Zeroizes typed arrays in place. Warning: JS provides no guarantees.
318
+ * @param arrays - arrays to overwrite with zeros
319
+ * @example
320
+ * Zeroize sensitive buffers in place.
321
+ * ```ts
322
+ * clean(new Uint8Array([1, 2, 3]));
323
+ * ```
324
+ */
325
+ export function clean(...arrays: TArg<TypedArray[]>): void {
326
+ for (let i = 0; i < arrays.length; i++) {
327
+ arrays[i].fill(0);
328
+ }
329
+ }
330
+
331
+ /**
332
+ * Creates a DataView for byte-level manipulation.
333
+ * @param arr - source typed array
334
+ * @returns DataView over the same buffer region.
335
+ * @example
336
+ * Create a DataView over an existing buffer.
337
+ * ```ts
338
+ * createView(new Uint8Array(4));
339
+ * ```
340
+ */
341
+ export function createView(arr: TArg<TypedArray>): DataView {
342
+ return new DataView(arr.buffer, arr.byteOffset, arr.byteLength);
343
+ }
344
+
345
+ /**
346
+ * Rotate-right operation for uint32 values.
347
+ * @param word - source word
348
+ * @param shift - shift amount in bits
349
+ * @returns Rotated word.
350
+ * @example
351
+ * Rotate a 32-bit word to the right.
352
+ * ```ts
353
+ * rotr(0x12345678, 8);
354
+ * ```
355
+ */
356
+ export function rotr(word: number, shift: number): number {
357
+ return (word << (32 - shift)) | (word >>> shift);
358
+ }
359
+
360
+ /**
361
+ * Rotate-left operation for uint32 values.
362
+ * @param word - source word
363
+ * @param shift - shift amount in bits
364
+ * @returns Rotated word.
365
+ * @example
366
+ * Rotate a 32-bit word to the left.
367
+ * ```ts
368
+ * rotl(0x12345678, 8);
369
+ * ```
370
+ */
371
+ export function rotl(word: number, shift: number): number {
372
+ return (word << shift) | ((word >>> (32 - shift)) >>> 0);
373
+ }
374
+
375
+ /** Whether the current platform is little-endian. */
376
+ export const isLE: boolean = /* @__PURE__ */ (() =>
377
+ new Uint8Array(new Uint32Array([0x11223344]).buffer)[0] === 0x44)();
378
+
379
+ /**
380
+ * Byte-swap operation for uint32 values.
381
+ * @param word - source word
382
+ * @returns Word with reversed byte order.
383
+ * @example
384
+ * Reverse the byte order of a 32-bit word.
385
+ * ```ts
386
+ * byteSwap(0x11223344);
387
+ * ```
388
+ */
389
+ export function byteSwap(word: number): number {
390
+ return (
391
+ ((word << 24) & 0xff000000) |
392
+ ((word << 8) & 0xff0000) |
393
+ ((word >>> 8) & 0xff00) |
394
+ ((word >>> 24) & 0xff)
395
+ );
396
+ }
397
+ /**
398
+ * Conditionally byte-swaps one 32-bit word on big-endian platforms.
399
+ * @param n - source word
400
+ * @returns Original or byte-swapped word depending on platform endianness.
401
+ * @example
402
+ * Normalize a 32-bit word for host endianness.
403
+ * ```ts
404
+ * swap8IfBE(0x11223344);
405
+ * ```
406
+ */
407
+ export const swap8IfBE: (n: number) => number = isLE
408
+ ? (n: number) => n
409
+ : (n: number) => byteSwap(n) >>> 0;
410
+
411
+ /**
412
+ * Byte-swaps every word of a Uint32Array in place.
413
+ * @param arr - array to mutate
414
+ * @returns The same array after mutation; callers pass live state arrays here.
415
+ * @example
416
+ * Reverse the byte order of every word in place.
417
+ * ```ts
418
+ * byteSwap32(new Uint32Array([0x11223344]));
419
+ * ```
420
+ */
421
+ export function byteSwap32(arr: TArg<Uint32Array>): TRet<Uint32Array> {
422
+ for (let i = 0; i < arr.length; i++) {
423
+ arr[i] = byteSwap(arr[i]);
424
+ }
425
+ return arr as TRet<Uint32Array>;
426
+ }
427
+
428
+ /**
429
+ * Conditionally byte-swaps a Uint32Array on big-endian platforms.
430
+ * @param u - array to normalize for host endianness
431
+ * @returns Original or byte-swapped array depending on platform endianness.
432
+ * On big-endian runtimes this mutates `u` in place via `byteSwap32(...)`.
433
+ * @example
434
+ * Normalize a word array for host endianness.
435
+ * ```ts
436
+ * swap32IfBE(new Uint32Array([0x11223344]));
437
+ * ```
438
+ */
439
+ export const swap32IfBE: (u: TArg<Uint32Array>) => TRet<Uint32Array> = isLE
440
+ ? (u: TArg<Uint32Array>) => u as TRet<Uint32Array>
441
+ : byteSwap32;
442
+
443
+ // Built-in hex conversion https://caniuse.com/mdn-javascript_builtins_uint8array_fromhex
444
+ const hasHexBuiltin: boolean = /* @__PURE__ */ (() =>
445
+ // @ts-ignore
446
+ typeof Uint8Array.from([]).toHex === 'function' && typeof Uint8Array.fromHex === 'function')();
447
+
448
+ // Array where index 0xf0 (240) is mapped to string 'f0'
449
+ const hexes = /* @__PURE__ */ Array.from({ length: 256 }, (_, i) =>
450
+ i.toString(16).padStart(2, '0')
451
+ );
452
+
453
+ /**
454
+ * Convert byte array to hex string.
455
+ * Uses the built-in function when available and assumes it matches the tested
456
+ * fallback semantics.
457
+ * @param bytes - bytes to encode
458
+ * @returns Lowercase hexadecimal string.
459
+ * @throws On wrong argument types. {@link TypeError}
460
+ * @example
461
+ * Convert bytes to lowercase hexadecimal.
462
+ * ```ts
463
+ * bytesToHex(Uint8Array.from([0xca, 0xfe, 0x01, 0x23])); // 'cafe0123'
464
+ * ```
465
+ */
466
+ export function bytesToHex(bytes: TArg<Uint8Array>): string {
467
+ abytes(bytes);
468
+ // @ts-ignore
469
+ if (hasHexBuiltin) return bytes.toHex();
470
+ // pre-caching improves the speed 6x
471
+ let hex = '';
472
+ for (let i = 0; i < bytes.length; i++) {
473
+ hex += hexes[bytes[i]];
474
+ }
475
+ return hex;
476
+ }
477
+
478
+ // We use optimized technique to convert hex string to byte array
479
+ const asciis = { _0: 48, _9: 57, A: 65, F: 70, a: 97, f: 102 } as const;
480
+ function asciiToBase16(ch: number): number | undefined {
481
+ if (ch >= asciis._0 && ch <= asciis._9) return ch - asciis._0; // '2' => 50-48
482
+ if (ch >= asciis.A && ch <= asciis.F) return ch - (asciis.A - 10); // 'B' => 66-(65-10)
483
+ if (ch >= asciis.a && ch <= asciis.f) return ch - (asciis.a - 10); // 'b' => 98-(97-10)
484
+ return;
485
+ }
486
+
487
+ /**
488
+ * Convert hex string to byte array. Uses built-in function, when available.
489
+ * @param hex - hexadecimal string to decode
490
+ * @returns Decoded bytes.
491
+ * @throws On wrong argument types. {@link TypeError}
492
+ * @throws On wrong argument ranges or values. {@link RangeError}
493
+ * @example
494
+ * Decode lowercase hexadecimal into bytes.
495
+ * ```ts
496
+ * hexToBytes('cafe0123'); // Uint8Array.from([0xca, 0xfe, 0x01, 0x23])
497
+ * ```
498
+ */
499
+ export function hexToBytes(hex: string): TRet<Uint8Array> {
500
+ if (typeof hex !== 'string') throw new TypeError('hex string expected, got ' + typeof hex);
501
+ if (hasHexBuiltin) {
502
+ try {
503
+ return (Uint8Array as any).fromHex(hex);
504
+ } catch (error) {
505
+ if (error instanceof SyntaxError) throw new RangeError(error.message);
506
+ throw error;
507
+ }
508
+ }
509
+ const hl = hex.length;
510
+ const al = hl / 2;
511
+ if (hl % 2) throw new RangeError('hex string expected, got unpadded hex of length ' + hl);
512
+ const array = new Uint8Array(al);
513
+ for (let ai = 0, hi = 0; ai < al; ai++, hi += 2) {
514
+ const n1 = asciiToBase16(hex.charCodeAt(hi));
515
+ const n2 = asciiToBase16(hex.charCodeAt(hi + 1));
516
+ if (n1 === undefined || n2 === undefined) {
517
+ const char = hex[hi] + hex[hi + 1];
518
+ throw new RangeError(
519
+ 'hex string expected, got non-hex character "' + char + '" at index ' + hi
520
+ );
521
+ }
522
+ array[ai] = n1 * 16 + n2; // multiply first octet, e.g. 'a3' => 10*16+3 => 160 + 3 => 163
523
+ }
524
+ return array;
525
+ }
526
+
527
+ /**
528
+ * There is no setImmediate in browser and setTimeout is slow.
529
+ * This yields to the Promise/microtask scheduler queue, not to timers or the
530
+ * full macrotask event loop.
531
+ * @example
532
+ * Yield to the next scheduler tick.
533
+ * ```ts
534
+ * await nextTick();
535
+ * ```
536
+ */
537
+ export const nextTick = async (): Promise<void> => {};
538
+
539
+ /**
540
+ * Returns control to the Promise/microtask scheduler every `tick`
541
+ * milliseconds to avoid blocking long loops.
542
+ * @param iters - number of loop iterations to run
543
+ * @param tick - maximum time slice in milliseconds
544
+ * @param cb - callback executed on each iteration
545
+ * @example
546
+ * Run a loop that periodically yields back to the event loop.
547
+ * ```ts
548
+ * await asyncLoop(2, 0, () => {});
549
+ * ```
550
+ */
551
+ export async function asyncLoop(
552
+ iters: number,
553
+ tick: number,
554
+ cb: (i: number) => void
555
+ ): Promise<void> {
556
+ let ts = Date.now();
557
+ for (let i = 0; i < iters; i++) {
558
+ cb(i);
559
+ // Date.now() is not monotonic, so in case if clock goes backwards we return return control too
560
+ const diff = Date.now() - ts;
561
+ if (diff >= 0 && diff < tick) continue;
562
+ await nextTick();
563
+ ts += diff;
564
+ }
565
+ }
566
+
567
+ // Global symbols, but ts doesn't see them: https://github.com/microsoft/TypeScript/issues/31535
568
+ declare const TextEncoder: any;
569
+
570
+ /**
571
+ * Converts string to bytes using UTF8 encoding.
572
+ * Built-in doesn't validate input to be string: we do the check.
573
+ * Non-ASCII details are delegated to the platform `TextEncoder`.
574
+ * @param str - string to encode
575
+ * @returns UTF-8 encoded bytes.
576
+ * @throws On wrong argument types. {@link TypeError}
577
+ * @example
578
+ * Encode a string as UTF-8 bytes.
579
+ * ```ts
580
+ * utf8ToBytes('abc'); // Uint8Array.from([97, 98, 99])
581
+ * ```
582
+ */
583
+ export function utf8ToBytes(str: string): TRet<Uint8Array> {
584
+ if (typeof str !== 'string') throw new TypeError('string expected');
585
+ return new Uint8Array(new TextEncoder().encode(str)); // https://bugzil.la/1681809
586
+ }
587
+
588
+ /** KDFs can accept string or Uint8Array for user convenience. */
589
+ export type KDFInput = string | Uint8Array;
590
+
591
+ /**
592
+ * Helper for KDFs: consumes Uint8Array or string.
593
+ * String inputs are UTF-8 encoded; byte-array inputs stay aliased to the caller buffer.
594
+ * @param data - user-provided KDF input
595
+ * @param errorTitle - label included in thrown errors
596
+ * @returns Byte representation of the input.
597
+ * @throws On wrong argument types. {@link TypeError}
598
+ * @example
599
+ * Normalize KDF input to bytes.
600
+ * ```ts
601
+ * kdfInputToBytes('password');
602
+ * ```
603
+ */
604
+ export function kdfInputToBytes(data: TArg<KDFInput>, errorTitle = ''): TRet<Uint8Array> {
605
+ if (typeof data === 'string') return utf8ToBytes(data);
606
+ return abytes(data, undefined, errorTitle);
607
+ }
608
+
609
+ /**
610
+ * Copies several Uint8Arrays into one.
611
+ * @param arrays - arrays to concatenate
612
+ * @returns Concatenated byte array.
613
+ * @throws On wrong argument types. {@link TypeError}
614
+ * @example
615
+ * Concatenate multiple byte arrays.
616
+ * ```ts
617
+ * concatBytes(new Uint8Array([1]), new Uint8Array([2]));
618
+ * ```
619
+ */
620
+ export function concatBytes(...arrays: TArg<Uint8Array[]>): TRet<Uint8Array> {
621
+ let sum = 0;
622
+ for (let i = 0; i < arrays.length; i++) {
623
+ const a = arrays[i];
624
+ abytes(a);
625
+ sum += a.length;
626
+ }
627
+ const res = new Uint8Array(sum);
628
+ for (let i = 0, pad = 0; i < arrays.length; i++) {
629
+ const a = arrays[i];
630
+ res.set(a, pad);
631
+ pad += a.length;
632
+ }
633
+ return res;
634
+ }
635
+
636
+ type EmptyObj = {};
637
+ /**
638
+ * Merges default options and passed options.
639
+ * @param defaults - base option object
640
+ * @param opts - user overrides
641
+ * @returns Merged option object. The merge mutates `defaults` in place.
642
+ * @throws On wrong argument types. {@link TypeError}
643
+ * @example
644
+ * Merge user overrides onto default options.
645
+ * ```ts
646
+ * checkOpts({ dkLen: 32 }, { asyncTick: 10 });
647
+ * ```
648
+ */
649
+ export function checkOpts<T1 extends EmptyObj, T2 extends EmptyObj>(
650
+ defaults: T1,
651
+ opts?: T2
652
+ ): T1 & T2 {
653
+ if (opts !== undefined && {}.toString.call(opts) !== '[object Object]')
654
+ throw new TypeError('options must be object or undefined');
655
+ const merged = Object.assign(defaults, opts);
656
+ return merged as T1 & T2;
657
+ }
658
+
659
+ /** Common interface for all hash instances. */
660
+ export interface Hash<T> {
661
+ /** Bytes processed per compression block. */
662
+ blockLen: number;
663
+ /** Bytes produced by `digest()`. */
664
+ outputLen: number;
665
+ /** Whether the instance supports XOF-style variable-length output via `xof()` / `xofInto()`. */
666
+ canXOF: boolean;
667
+ /**
668
+ * Absorbs more message bytes into the running hash state.
669
+ * @param buf - message chunk to absorb
670
+ * @returns The same hash instance for chaining.
671
+ */
672
+ update(buf: TArg<Uint8Array>): this;
673
+ /**
674
+ * Finalizes the hash into a caller-provided buffer.
675
+ * @param buf - destination buffer
676
+ * @returns Nothing. Implementations write into `buf` in place.
677
+ */
678
+ digestInto(buf: TArg<Uint8Array>): void;
679
+ /**
680
+ * Finalizes the hash and returns a freshly allocated digest.
681
+ * @returns Digest bytes.
682
+ */
683
+ digest(): TRet<Uint8Array>;
684
+ /** Wipes internal state and makes the instance unusable. */
685
+ destroy(): void;
686
+ /**
687
+ * Copies the current hash state into an existing or new instance.
688
+ * @param to - Optional destination instance to reuse.
689
+ * @returns Cloned hash state.
690
+ */
691
+ _cloneInto(to?: T): T;
692
+ /**
693
+ * Creates an independent copy of the current hash state.
694
+ * @returns Cloned hash instance.
695
+ */
696
+ clone(): T;
697
+ }
698
+
699
+ /** Pseudorandom generator interface. */
700
+ export interface PRG {
701
+ /**
702
+ * Mixes more entropy into the generator state.
703
+ * @param seed - fresh entropy bytes
704
+ * @returns Nothing. Implementations update internal state in place.
705
+ */
706
+ addEntropy(seed: TArg<Uint8Array>): void;
707
+ /**
708
+ * Generates pseudorandom output bytes.
709
+ * @param length - number of bytes to generate
710
+ * @returns Generated pseudorandom bytes.
711
+ */
712
+ randomBytes(length: number): TRet<Uint8Array>;
713
+ /** Wipes generator state and makes the instance unusable. */
714
+ clean(): void;
715
+ }
716
+
717
+ /**
718
+ * XOF: streaming API to read digest in chunks.
719
+ * Same as 'squeeze' in keccak/k12 and 'seek' in blake3, but more generic name.
720
+ * When hash used in XOF mode it is up to user to call '.destroy' afterwards, since we cannot
721
+ * destroy state, next call can require more bytes.
722
+ */
723
+ export type HashXOF<T extends Hash<T>> = Hash<T> & {
724
+ /**
725
+ * Reads more bytes from the XOF stream.
726
+ * @param bytes - number of bytes to read
727
+ * @returns Requested digest bytes.
728
+ */
729
+ xof(bytes: number): TRet<Uint8Array>;
730
+ /**
731
+ * Reads more bytes from the XOF stream into a caller-provided buffer.
732
+ * @param buf - destination buffer
733
+ * @returns Filled output buffer.
734
+ */
735
+ xofInto(buf: TArg<Uint8Array>): TRet<Uint8Array>;
736
+ };
737
+
738
+ /** Hash constructor or factory type. */
739
+ export type HasherCons<T, Opts = undefined> = Opts extends undefined ? () => T : (opts?: Opts) => T;
740
+ /** Optional hash metadata. */
741
+ export type HashInfo = {
742
+ /** DER-encoded object identifier bytes for the hash algorithm. */
743
+ oid?: TRet<Uint8Array>;
744
+ };
745
+ /** Callable hash function type. */
746
+ export type CHash<T extends Hash<T> = Hash<any>, Opts = undefined> = {
747
+ /** Digest size in bytes. */
748
+ outputLen: number;
749
+ /** Input block size in bytes. */
750
+ blockLen: number;
751
+ /** Whether `.create()` returns a hash instance that can be used as an XOF stream. */
752
+ canXOF: boolean;
753
+ } & HashInfo &
754
+ (Opts extends undefined
755
+ ? {
756
+ (msg: TArg<Uint8Array>): TRet<Uint8Array>;
757
+ create(): T;
758
+ }
759
+ : {
760
+ (msg: TArg<Uint8Array>, opts?: TArg<Opts>): TRet<Uint8Array>;
761
+ create(opts?: Opts): T;
762
+ });
763
+ /** Callable extendable-output hash function type. */
764
+ export type CHashXOF<T extends HashXOF<T> = HashXOF<any>, Opts = undefined> = CHash<T, Opts>;
765
+
766
+ /**
767
+ * Creates a callable hash function from a stateful class constructor.
768
+ * @param hashCons - hash constructor or factory
769
+ * @param info - optional metadata such as DER OID
770
+ * @returns Frozen callable hash wrapper with `.create()`.
771
+ * Wrapper construction eagerly calls `hashCons(undefined)` once to read
772
+ * `outputLen` / `blockLen`, so constructor side effects happen at module
773
+ * init time.
774
+ * @example
775
+ * Wrap a stateful hash constructor into a callable helper.
776
+ * ```ts
777
+ * import { createHasher } from '@noble/hashes/utils.js';
778
+ * import { sha256 } from '@noble/hashes/sha2.js';
779
+ * const wrapped = createHasher(sha256.create, { oid: sha256.oid });
780
+ * wrapped(new Uint8Array([1]));
781
+ * ```
782
+ */
783
+ export function createHasher<T extends Hash<T>, Opts = undefined>(
784
+ hashCons: HasherCons<T, Opts>,
785
+ info: TArg<HashInfo> = {}
786
+ ): TRet<CHash<T, Opts>> {
787
+ const hashC: any = (msg: TArg<Uint8Array>, opts?: TArg<Opts>) =>
788
+ hashCons(opts as Opts)
789
+ .update(msg)
790
+ .digest();
791
+ const tmp = hashCons(undefined);
792
+ hashC.outputLen = tmp.outputLen;
793
+ hashC.blockLen = tmp.blockLen;
794
+ hashC.canXOF = tmp.canXOF;
795
+ hashC.create = (opts?: Opts) => hashCons(opts);
796
+ Object.assign(hashC, info);
797
+ return Object.freeze(hashC) as TRet<CHash<T, Opts>>;
798
+ }
799
+
800
+ /**
801
+ * Cryptographically secure PRNG backed by `crypto.getRandomValues`.
802
+ * @param bytesLength - number of random bytes to generate
803
+ * @returns Random bytes.
804
+ * The platform `getRandomValues()` implementation still defines any
805
+ * single-call length cap, and this helper rejects oversize requests
806
+ * with a stable library `RangeError` instead of host-specific errors.
807
+ * @throws On wrong argument types. {@link TypeError}
808
+ * @throws On wrong argument ranges or values. {@link RangeError}
809
+ * @throws If the current runtime does not provide `crypto.getRandomValues`. {@link Error}
810
+ * @example
811
+ * Generate a fresh random key or nonce.
812
+ * ```ts
813
+ * const key = randomBytes(16);
814
+ * ```
815
+ */
816
+ export function randomBytes(bytesLength = 32): TRet<Uint8Array> {
817
+ // Match the repo's other length-taking helpers instead of relying on Uint8Array coercion.
818
+ anumber(bytesLength, 'bytesLength');
819
+ const cr = typeof globalThis === 'object' ? (globalThis as any).crypto : null;
820
+ if (typeof cr?.getRandomValues !== 'function')
821
+ throw new Error('crypto.getRandomValues must be defined');
822
+ // Web Cryptography API Level 2 §10.1.1:
823
+ // if `byteLength > 65536`, throw `QuotaExceededError`.
824
+ // Keep the guard explicit so callers can see the quota in code
825
+ // instead of discovering it by reading the spec or host errors.
826
+ // This wrapper surfaces the same quota as a stable library RangeError.
827
+ if (bytesLength > 65536)
828
+ throw new RangeError(`"bytesLength" expected <= 65536, got ${bytesLength}`);
829
+ return cr.getRandomValues(new Uint8Array(bytesLength));
830
+ }
831
+
832
+ /**
833
+ * Creates OID metadata for NIST hashes with prefix `06 09 60 86 48 01 65 03 04 02`.
834
+ * @param suffix - final OID byte for the selected hash.
835
+ * The helper accepts any byte even though only the documented NIST hash
836
+ * suffixes are meaningful downstream.
837
+ * @returns Object containing the DER-encoded OID.
838
+ * @example
839
+ * Build OID metadata for a NIST hash.
840
+ * ```ts
841
+ * oidNist(0x01);
842
+ * ```
843
+ */
844
+ export const oidNist = (suffix: number): TRet<Required<HashInfo>> => ({
845
+ // Current NIST hashAlgs suffixes used here fit in one DER subidentifier octet.
846
+ // Larger suffix values would need base-128 OID encoding and a different length byte.
847
+ oid: Uint8Array.from([0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, suffix]),
848
+ });