@argent/x-shared 1.79.0 → 1.79.1

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 (501) hide show
  1. package/dist/.ts-temp/tsconfig.tsbuildinfo +1 -1
  2. package/dist/_virtual/_rolldown/runtime.cjs +1 -0
  3. package/dist/_virtual/_rolldown/runtime.js +20 -0
  4. package/dist/index.cjs +1 -1
  5. package/dist/index.js +112 -488
  6. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/_shortw_utils.cjs +1 -1
  7. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/_shortw_utils.js +11 -11
  8. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/curve.cjs +1 -1
  9. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/curve.js +62 -85
  10. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/modular.cjs +1 -1
  11. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/modular.js +153 -190
  12. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/poseidon.cjs +1 -1
  13. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/poseidon.js +56 -65
  14. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/utils.cjs +1 -1
  15. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/utils.js +125 -151
  16. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1 -1
  17. package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/weierstrass.js +470 -575
  18. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/_assert.cjs +1 -1
  19. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/_assert.js +26 -40
  20. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/crypto.cjs +1 -1
  21. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/crypto.js +4 -4
  22. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/hmac.cjs +1 -1
  23. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/hmac.js +38 -42
  24. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/utils.cjs +1 -1
  25. package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/utils.js +28 -42
  26. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_assert.cjs +1 -1
  27. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_assert.js +17 -26
  28. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_sha2.cjs +1 -1
  29. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_sha2.js +52 -59
  30. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_u64.cjs +1 -1
  31. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_u64.js +20 -19
  32. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha256.cjs +1 -1
  33. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha256.js +118 -113
  34. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha3.cjs +1 -1
  35. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha3.js +95 -105
  36. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/utils.cjs +1 -1
  37. package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/utils.js +26 -32
  38. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/_md.cjs +1 -1
  39. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/_md.js +71 -82
  40. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/_u64.cjs +1 -1
  41. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/_u64.js +20 -20
  42. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/sha2.cjs +1 -1
  43. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/sha2.js +125 -124
  44. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/sha3.cjs +1 -1
  45. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/sha3.js +102 -116
  46. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/utils.cjs +1 -1
  47. package/dist/node_modules/.pnpm/@noble_hashes@2.0.0/node_modules/@noble/hashes/utils.js +62 -76
  48. package/dist/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs +1 -1
  49. package/dist/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.js +519 -614
  50. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.cjs +1 -1
  51. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js +15 -19
  52. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.cjs +1 -1
  53. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js +15 -19
  54. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.cjs +1 -1
  55. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js +6 -6
  56. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.cjs +1 -1
  57. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js +15 -19
  58. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.cjs +1 -1
  59. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js +5 -5
  60. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.cjs +1 -1
  61. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.js +10 -12
  62. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.cjs +1 -1
  63. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +5 -5
  64. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.cjs +1 -1
  65. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.js +6 -7
  66. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludesWith.cjs +1 -1
  67. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludesWith.js +6 -8
  68. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.cjs +1 -1
  69. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js +7 -9
  70. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.cjs +1 -1
  71. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.js +6 -8
  72. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.cjs +1 -1
  73. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +9 -9
  74. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.cjs +1 -1
  75. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.js +7 -7
  76. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.cjs +1 -1
  77. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.js +5 -5
  78. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.cjs +1 -1
  79. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js +10 -15
  80. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.cjs +1 -1
  81. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.js +26 -32
  82. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.cjs +1 -1
  83. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.js +5 -5
  84. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.cjs +1 -1
  85. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js +5 -5
  86. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.cjs +1 -1
  87. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.js +7 -7
  88. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.cjs +1 -1
  89. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +4 -4
  90. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.cjs +1 -1
  91. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js +6 -6
  92. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.cjs +1 -1
  93. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js +8 -8
  94. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.cjs +1 -1
  95. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +12 -13
  96. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.cjs +1 -1
  97. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js +5 -5
  98. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.cjs +1 -1
  99. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js +6 -6
  100. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.cjs +1 -1
  101. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js +6 -6
  102. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.cjs +1 -1
  103. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js +11 -11
  104. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.cjs +1 -1
  105. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js +8 -8
  106. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.cjs +1 -1
  107. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js +7 -7
  108. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.cjs +1 -1
  109. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js +6 -6
  110. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.cjs +1 -1
  111. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js +9 -9
  112. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.cjs +1 -1
  113. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js +5 -5
  114. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.cjs +1 -1
  115. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js +8 -11
  116. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.cjs +1 -1
  117. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js +7 -7
  118. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.cjs +1 -1
  119. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js +6 -6
  120. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.cjs +1 -1
  121. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js +6 -6
  122. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.cjs +1 -1
  123. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js +11 -11
  124. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.cjs +1 -1
  125. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js +7 -7
  126. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.cjs +1 -1
  127. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js +6 -6
  128. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.cjs +1 -1
  129. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js +6 -6
  130. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.cjs +1 -1
  131. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js +7 -7
  132. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.cjs +1 -1
  133. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js +4 -4
  134. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.cjs +1 -1
  135. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +6 -6
  136. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.cjs +1 -1
  137. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +4 -4
  138. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.cjs +1 -1
  139. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.js +6 -6
  140. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.cjs +1 -1
  141. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.js +5 -5
  142. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.cjs +1 -1
  143. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.js +8 -8
  144. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.cjs +1 -1
  145. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.js +6 -8
  146. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.cjs +1 -1
  147. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js +14 -16
  148. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.cjs +1 -1
  149. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js +5 -5
  150. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.cjs +1 -1
  151. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js +10 -11
  152. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.cjs +1 -1
  153. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +6 -6
  154. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.cjs +1 -1
  155. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.js +4 -5
  156. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqWith.cjs +1 -1
  157. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqWith.js +6 -6
  158. package/dist/node_modules/.pnpm/micro-starknet@0.2.3/node_modules/micro-starknet/lib/esm/index.cjs +1 -1
  159. package/dist/node_modules/.pnpm/micro-starknet@0.2.3/node_modules/micro-starknet/lib/esm/index.js +121 -118
  160. package/dist/node_modules/.pnpm/numeral@2.0.6/node_modules/numeral/numeral.cjs +1 -1
  161. package/dist/node_modules/.pnpm/numeral@2.0.6/node_modules/numeral/numeral.js +377 -417
  162. package/dist/node_modules/.pnpm/semver@6.3.1/node_modules/semver/semver.cjs +1 -1
  163. package/dist/node_modules/.pnpm/semver@6.3.1/node_modules/semver/semver.js +546 -635
  164. package/dist/paymaster.cjs +1 -1
  165. package/dist/paymaster.js +2 -11
  166. package/dist/simulation.cjs +1 -1
  167. package/dist/simulation.js +22 -90
  168. package/dist/src/account/account.model.cjs +1 -1
  169. package/dist/src/account/account.model.js +58 -52
  170. package/dist/src/account/accountv4.cjs +1 -1
  171. package/dist/src/account/accountv4.js +9 -11
  172. package/dist/src/account/preferences.model.cjs +1 -1
  173. package/dist/src/account/preferences.model.js +12 -10
  174. package/dist/src/accountNameGenerator/colors.cjs +1 -1
  175. package/dist/src/accountNameGenerator/colors.js +24 -24
  176. package/dist/src/accountNameGenerator/index.cjs +1 -1
  177. package/dist/src/accountNameGenerator/index.js +23 -23
  178. package/dist/src/accountNameGenerator/x-names.json.cjs +1 -1
  179. package/dist/src/accountNameGenerator/x-names.json.js +1922 -7
  180. package/dist/src/assets/tokens.json.cjs +1 -1
  181. package/dist/src/assets/tokens.json.js +180 -180
  182. package/dist/src/backend/schema.cjs +1 -1
  183. package/dist/src/backend/schema.js +9 -12
  184. package/dist/src/backend/sessionKeys/schema.cjs +1 -1
  185. package/dist/src/backend/sessionKeys/schema.js +27 -30
  186. package/dist/src/bigdecimal/constants.cjs +1 -1
  187. package/dist/src/bigdecimal/constants.js +6 -3
  188. package/dist/src/bigdecimal/createUnitsSchema.cjs +1 -1
  189. package/dist/src/bigdecimal/createUnitsSchema.js +7 -7
  190. package/dist/src/bigdecimal/formatUnits.cjs +1 -1
  191. package/dist/src/bigdecimal/formatUnits.js +9 -10
  192. package/dist/src/bigdecimal/index.cjs +1 -1
  193. package/dist/src/bigdecimal/index.js +45 -41
  194. package/dist/src/bigdecimal/lib.cjs +1 -1
  195. package/dist/src/bigdecimal/lib.js +105 -117
  196. package/dist/src/bigdecimal/parseUnits.cjs +1 -1
  197. package/dist/src/bigdecimal/parseUnits.js +18 -21
  198. package/dist/src/bigdecimal/utils.cjs +1 -1
  199. package/dist/src/bigdecimal/utils.js +33 -30
  200. package/dist/src/cache/CacheService.cjs +1 -1
  201. package/dist/src/cache/CacheService.js +32 -36
  202. package/dist/src/chains/starknet/address.cjs +1 -1
  203. package/dist/src/chains/starknet/address.js +73 -117
  204. package/dist/src/chains/starknet/addressDomain.cjs +1 -1
  205. package/dist/src/chains/starknet/addressDomain.js +14 -29
  206. package/dist/src/chains/starknet/addressInput.cjs +1 -1
  207. package/dist/src/chains/starknet/addressInput.js +6 -7
  208. package/dist/src/chains/starknet/argentName.cjs +1 -1
  209. package/dist/src/chains/starknet/argentName.js +10 -14
  210. package/dist/src/chains/starknet/cairoVersionSchema.cjs +1 -1
  211. package/dist/src/chains/starknet/cairoVersionSchema.js +5 -5
  212. package/dist/src/chains/starknet/constants.cjs +1 -1
  213. package/dist/src/chains/starknet/constants.js +4 -10
  214. package/dist/src/chains/starknet/getAddressFromArgentName.cjs +1 -1
  215. package/dist/src/chains/starknet/getAddressFromArgentName.js +38 -46
  216. package/dist/src/chains/starknet/getAddressFromStarkName.cjs +1 -1
  217. package/dist/src/chains/starknet/getAddressFromStarkName.js +59 -66
  218. package/dist/src/chains/starknet/network.cjs +1 -1
  219. package/dist/src/chains/starknet/network.js +20 -26
  220. package/dist/src/chains/starknet/services/address/StarknetAddressService.cjs +1 -1
  221. package/dist/src/chains/starknet/services/address/StarknetAddressService.js +31 -36
  222. package/dist/src/chains/starknet/services/deploymentData/constants.cjs +1 -1
  223. package/dist/src/chains/starknet/services/deploymentData/constants.js +14 -21
  224. package/dist/src/chains/starknet/services/deploymentData/deploymentData.schema.cjs +1 -1
  225. package/dist/src/chains/starknet/services/deploymentData/deploymentData.schema.js +15 -17
  226. package/dist/src/chains/starknet/services/deploymentData/findImplementationForAccount.cjs +1 -1
  227. package/dist/src/chains/starknet/services/deploymentData/findImplementationForAccount.js +61 -65
  228. package/dist/src/chains/starknet/services/deploymentData/getAccountClassHash.cjs +1 -1
  229. package/dist/src/chains/starknet/services/deploymentData/getAccountClassHash.js +46 -65
  230. package/dist/src/chains/starknet/starknetId.cjs +1 -1
  231. package/dist/src/chains/starknet/starknetId.js +10 -14
  232. package/dist/src/currencyFetchService/CurrencyFetchService.cjs +1 -1
  233. package/dist/src/currencyFetchService/CurrencyFetchService.js +13 -18
  234. package/dist/src/currencyFetchService/types.ts.cjs +1 -1
  235. package/dist/src/currencyFetchService/types.ts.js +9 -12
  236. package/dist/src/errors/account.cjs +1 -1
  237. package/dist/src/errors/account.js +12 -13
  238. package/dist/src/errors/address.cjs +1 -1
  239. package/dist/src/errors/address.js +11 -12
  240. package/dist/src/errors/baseErrors.cjs +1 -1
  241. package/dist/src/errors/baseErrors.js +14 -14
  242. package/dist/src/errors/call.cjs +1 -1
  243. package/dist/src/errors/call.js +12 -13
  244. package/dist/src/errors/network.cjs +1 -1
  245. package/dist/src/errors/network.js +11 -12
  246. package/dist/src/errors/review.cjs +1 -1
  247. package/dist/src/errors/review.js +11 -12
  248. package/dist/src/errors/swap.cjs +1 -1
  249. package/dist/src/errors/swap.js +12 -13
  250. package/dist/src/features/paymaster/PaymasterService.cjs +1 -1
  251. package/dist/src/features/paymaster/PaymasterService.js +73 -87
  252. package/dist/src/features/paymaster/types.cjs +1 -1
  253. package/dist/src/features/paymaster/types.js +41 -51
  254. package/dist/src/features/simulation/activity/normalize.cjs +1 -1
  255. package/dist/src/features/simulation/activity/normalize.js +36 -38
  256. package/dist/src/features/simulation/activity/schema.cjs +1 -1
  257. package/dist/src/features/simulation/activity/schema.js +224 -250
  258. package/dist/src/features/simulation/activity/utils/createNativeActivity.cjs +1 -1
  259. package/dist/src/features/simulation/activity/utils/createNativeActivity.js +23 -27
  260. package/dist/src/features/simulation/activity/utils/getAnyActivityTitle.cjs +1 -1
  261. package/dist/src/features/simulation/activity/utils/getAnyActivityTitle.js +14 -21
  262. package/dist/src/features/simulation/activity/utils/getOverallLastModified.cjs +1 -1
  263. package/dist/src/features/simulation/activity/utils/getOverallLastModified.js +5 -5
  264. package/dist/src/features/simulation/activity/utils/hasDelegationActivity.cjs +1 -1
  265. package/dist/src/features/simulation/activity/utils/hasDelegationActivity.js +4 -4
  266. package/dist/src/features/simulation/activity/utils/isAddMultisigSignersActivity.cjs +1 -1
  267. package/dist/src/features/simulation/activity/utils/isAddMultisigSignersActivity.js +15 -19
  268. package/dist/src/features/simulation/activity/utils/isChangeMultisigThresholdActivity.cjs +1 -1
  269. package/dist/src/features/simulation/activity/utils/isChangeMultisigThresholdActivity.js +15 -19
  270. package/dist/src/features/simulation/activity/utils/isMulticallWithDeploymentActivity.cjs +1 -1
  271. package/dist/src/features/simulation/activity/utils/isMulticallWithDeploymentActivity.js +5 -5
  272. package/dist/src/features/simulation/activity/utils/isRejectOnChainActivity.cjs +1 -1
  273. package/dist/src/features/simulation/activity/utils/isRejectOnChainActivity.js +19 -21
  274. package/dist/src/features/simulation/activity/utils/isRemoveMultisigSignersActivity.cjs +1 -1
  275. package/dist/src/features/simulation/activity/utils/isRemoveMultisigSignersActivity.js +15 -19
  276. package/dist/src/features/simulation/activity/utils/isSwapActivity.cjs +1 -1
  277. package/dist/src/features/simulation/activity/utils/isSwapActivity.js +17 -18
  278. package/dist/src/features/simulation/activity/utils/isUpgradeActivity.cjs +1 -1
  279. package/dist/src/features/simulation/activity/utils/isUpgradeActivity.js +15 -19
  280. package/dist/src/features/simulation/activity/utils/parseAccountActivities.cjs +1 -1
  281. package/dist/src/features/simulation/activity/utils/parseAccountActivities.js +12 -12
  282. package/dist/src/features/simulation/activity/utils/parseFinanceActivities.cjs +1 -1
  283. package/dist/src/features/simulation/activity/utils/parseFinanceActivities.js +32 -32
  284. package/dist/src/features/simulation/fees/schema.cjs +1 -1
  285. package/dist/src/features/simulation/fees/schema.js +33 -47
  286. package/dist/src/features/simulation/transactionReview/getErrorMessageAndLabelFromSimulation.cjs +1 -1
  287. package/dist/src/features/simulation/transactionReview/getErrorMessageAndLabelFromSimulation.js +15 -17
  288. package/dist/src/features/simulation/transactionReview/getMessageFromSimulationError.cjs +1 -1
  289. package/dist/src/features/simulation/transactionReview/getMessageFromSimulationError.js +5 -5
  290. package/dist/src/features/simulation/transactionReview/schema.cjs +1 -1
  291. package/dist/src/features/simulation/transactionReview/schema.js +221 -242
  292. package/dist/src/features/simulation/warning/helper.cjs +1 -1
  293. package/dist/src/features/simulation/warning/helper.js +12 -11
  294. package/dist/src/features/simulation/warning/schema.cjs +1 -1
  295. package/dist/src/features/simulation/warning/schema.js +10 -11
  296. package/dist/src/features/swap/models/order.model.cjs +1 -1
  297. package/dist/src/features/swap/models/order.model.js +16 -19
  298. package/dist/src/features/swap/models/quote.model.cjs +1 -1
  299. package/dist/src/features/swap/models/quote.model.js +31 -35
  300. package/dist/src/features/swap/models/trade.model.cjs +1 -1
  301. package/dist/src/features/swap/models/trade.model.js +25 -27
  302. package/dist/src/features/swap/services/SwapSharedService.cjs +1 -1
  303. package/dist/src/features/swap/services/SwapSharedService.js +71 -75
  304. package/dist/src/features/swap/services/SwapTransactionService.cjs +1 -1
  305. package/dist/src/features/swap/services/SwapTransactionService.js +57 -63
  306. package/dist/src/features/swap/utils/slippage.cjs +1 -1
  307. package/dist/src/features/swap/utils/slippage.js +18 -25
  308. package/dist/src/features/swap/utils/totalFee.cjs +1 -1
  309. package/dist/src/features/swap/utils/totalFee.js +12 -12
  310. package/dist/src/http/DateService.cjs +1 -1
  311. package/dist/src/http/DateService.js +15 -18
  312. package/dist/src/http/HttpError.cjs +1 -1
  313. package/dist/src/http/HttpError.js +7 -7
  314. package/dist/src/http/HttpService.cjs +1 -1
  315. package/dist/src/http/HttpService.js +117 -134
  316. package/dist/src/http/IHttpService.cjs +1 -1
  317. package/dist/src/http/IHttpService.js +6 -6
  318. package/dist/src/http/SWRService.cjs +1 -1
  319. package/dist/src/http/SWRService.js +50 -57
  320. package/dist/src/http/fetcher.cjs +1 -1
  321. package/dist/src/http/fetcher.js +29 -35
  322. package/dist/src/http/time.cjs +1 -1
  323. package/dist/src/http/time.js +15 -18
  324. package/dist/src/knownDapps/KnownDappsBackendService.cjs +1 -1
  325. package/dist/src/knownDapps/KnownDappsBackendService.js +13 -14
  326. package/dist/src/knownDapps/schema.cjs +1 -1
  327. package/dist/src/knownDapps/schema.js +41 -44
  328. package/dist/src/knownDapps/utils/getDapplandUrl.cjs +1 -1
  329. package/dist/src/knownDapps/utils/getDapplandUrl.js +7 -8
  330. package/dist/src/nameResolution/ResolveNameService.cjs +1 -1
  331. package/dist/src/nameResolution/ResolveNameService.js +34 -41
  332. package/dist/src/nameResolution/schema.cjs +1 -1
  333. package/dist/src/nameResolution/schema.js +20 -25
  334. package/dist/src/nfts/BackendNftService.cjs +1 -1
  335. package/dist/src/nfts/BackendNftService.js +103 -116
  336. package/dist/src/nfts/BackendPaginationError.cjs +1 -1
  337. package/dist/src/nfts/BackendPaginationError.js +11 -12
  338. package/dist/src/nfts/utils.cjs +1 -1
  339. package/dist/src/nfts/utils.js +11 -14
  340. package/dist/src/onchainRecovery/OnchainRecoveryService.cjs +1 -1
  341. package/dist/src/onchainRecovery/OnchainRecoveryService.js +38 -68
  342. package/dist/src/onchainRecovery/schema.cjs +1 -1
  343. package/dist/src/onchainRecovery/schema.js +35 -49
  344. package/dist/src/platform/isBraveBrowser.cjs +1 -1
  345. package/dist/src/platform/isBraveBrowser.js +8 -10
  346. package/dist/src/platform/isBrowser.cjs +1 -1
  347. package/dist/src/platform/isBrowser.js +17 -22
  348. package/dist/src/signer/mergeOwnerGuardianSignatures.cjs +1 -1
  349. package/dist/src/signer/mergeOwnerGuardianSignatures.js +28 -30
  350. package/dist/src/signer/multisigner.cjs +1 -1
  351. package/dist/src/signer/multisigner.js +16 -17
  352. package/dist/src/signer/seedphrase.cjs +1 -1
  353. package/dist/src/signer/seedphrase.js +7 -7
  354. package/dist/src/staking/schema.cjs +1 -1
  355. package/dist/src/staking/schema.js +146 -162
  356. package/dist/src/storage/base.cjs +1 -1
  357. package/dist/src/storage/base.js +33 -34
  358. package/dist/src/storage/utils.cjs +1 -1
  359. package/dist/src/storage/utils.js +19 -28
  360. package/dist/src/tokens/balances.cjs +1 -1
  361. package/dist/src/tokens/balances.js +34 -38
  362. package/dist/src/tokens/constants.cjs +1 -1
  363. package/dist/src/tokens/constants.js +4 -4
  364. package/dist/src/tokens/convertCurrencyValueToTokenAmount.cjs +1 -1
  365. package/dist/src/tokens/convertCurrencyValueToTokenAmount.js +8 -9
  366. package/dist/src/tokens/convertTokenAmountToCurrencyValue.cjs +1 -1
  367. package/dist/src/tokens/convertTokenAmountToCurrencyValue.js +14 -15
  368. package/dist/src/tokens/convertTokenUnitAmountWithDecimals.cjs +1 -1
  369. package/dist/src/tokens/convertTokenUnitAmountWithDecimals.js +8 -9
  370. package/dist/src/tokens/ensureDecimals.cjs +1 -1
  371. package/dist/src/tokens/ensureDecimals.js +4 -4
  372. package/dist/src/tokens/getCurrencySymbol.cjs +1 -1
  373. package/dist/src/tokens/getCurrencySymbol.js +14 -14
  374. package/dist/src/tokens/isUnlimitedAmount.cjs +1 -1
  375. package/dist/src/tokens/isUnlimitedAmount.js +5 -5
  376. package/dist/src/tokens/prettifyCurrencyValue.cjs +1 -1
  377. package/dist/src/tokens/prettifyCurrencyValue.js +13 -14
  378. package/dist/src/tokens/prettifyTokenAmount.cjs +1 -1
  379. package/dist/src/tokens/prettifyTokenAmount.js +22 -22
  380. package/dist/src/tokens/service/implementation.cjs +1 -1
  381. package/dist/src/tokens/service/implementation.js +28 -40
  382. package/dist/src/tokens/service/tokenError.cjs +1 -1
  383. package/dist/src/tokens/service/tokenError.js +11 -12
  384. package/dist/src/tokens/service/types/backend.model.cjs +1 -1
  385. package/dist/src/tokens/service/types/backend.model.js +128 -163
  386. package/dist/src/tokens/service/types/defiPosition.model.cjs +1 -1
  387. package/dist/src/tokens/service/types/defiPosition.model.js +83 -99
  388. package/dist/src/tokens/service/types/defiPositionType.model.cjs +1 -1
  389. package/dist/src/tokens/service/types/defiPositionType.model.js +9 -9
  390. package/dist/src/tokens/service/types/unclaimedRewards.model.cjs +1 -1
  391. package/dist/src/tokens/service/types/unclaimedRewards.model.js +15 -16
  392. package/dist/src/tokens/service/types/webToken.model.cjs +1 -1
  393. package/dist/src/tokens/service/types/webToken.model.js +28 -51
  394. package/dist/src/tokens/utils.cjs +1 -1
  395. package/dist/src/tokens/utils.js +5 -9
  396. package/dist/src/transactions/amount.cjs +1 -1
  397. package/dist/src/transactions/amount.js +17 -24
  398. package/dist/src/transactions/buildTransactions.cjs +1 -1
  399. package/dist/src/transactions/buildTransactions.js +30 -33
  400. package/dist/src/transactions/errors.cjs +1 -1
  401. package/dist/src/transactions/errors.js +11 -18
  402. package/dist/src/transactions/estimate/adjustment.cjs +1 -1
  403. package/dist/src/transactions/estimate/adjustment.js +6 -6
  404. package/dist/src/transactions/estimate/argentMaxFee.cjs +1 -1
  405. package/dist/src/transactions/estimate/argentMaxFee.js +10 -13
  406. package/dist/src/transactions/estimate/error.cjs +1 -1
  407. package/dist/src/transactions/estimate/error.js +12 -13
  408. package/dist/src/transactions/estimate/model.cjs +1 -1
  409. package/dist/src/transactions/estimate/model.js +18 -13
  410. package/dist/src/transactions/estimate/utils.cjs +1 -1
  411. package/dist/src/transactions/estimate/utils.js +139 -172
  412. package/dist/src/transactions/findTransfersAndApprovals.cjs +1 -1
  413. package/dist/src/transactions/findTransfersAndApprovals.js +34 -30
  414. package/dist/src/transactions/getPrettyRcpError.cjs +1 -1
  415. package/dist/src/transactions/getPrettyRcpError.js +8 -10
  416. package/dist/src/transactions/service/implementation.cjs +1 -1
  417. package/dist/src/transactions/service/implementation.js +187 -208
  418. package/dist/src/transactions/service/types.cjs +1 -1
  419. package/dist/src/transactions/service/types.js +9 -9
  420. package/dist/src/transactions/service/utils.cjs +1 -1
  421. package/dist/src/transactions/service/utils.js +24 -25
  422. package/dist/src/transactions/transactionExecuteTypes.cjs +1 -1
  423. package/dist/src/transactions/transactionExecuteTypes.js +8 -9
  424. package/dist/src/transactions/transactionReviewTypes.cjs +1 -1
  425. package/dist/src/transactions/transactionReviewTypes.js +9 -9
  426. package/dist/src/transactions/transactionVersion.cjs +1 -1
  427. package/dist/src/transactions/transactionVersion.js +8 -13
  428. package/dist/src/transactions/txv3.cjs +1 -1
  429. package/dist/src/transactions/txv3.js +10 -11
  430. package/dist/src/utils/address.cjs +1 -1
  431. package/dist/src/utils/address.js +4 -4
  432. package/dist/src/utils/arrays.cjs +1 -1
  433. package/dist/src/utils/arrays.js +4 -4
  434. package/dist/src/utils/avatarImage.cjs +4 -4
  435. package/dist/src/utils/avatarImage.js +35 -40
  436. package/dist/src/utils/base58.cjs +1 -1
  437. package/dist/src/utils/base58.js +12 -15
  438. package/dist/src/utils/bigNumber.cjs +1 -1
  439. package/dist/src/utils/bigNumber.d.ts +1 -1
  440. package/dist/src/utils/bigNumber.js +5 -7
  441. package/dist/src/utils/bips.cjs +1 -1
  442. package/dist/src/utils/bips.js +12 -10
  443. package/dist/src/utils/daysBetween.cjs +1 -1
  444. package/dist/src/utils/daysBetween.js +6 -6
  445. package/dist/src/utils/env.cjs +1 -1
  446. package/dist/src/utils/env.js +4 -4
  447. package/dist/src/utils/hex.cjs +1 -1
  448. package/dist/src/utils/hex.js +7 -8
  449. package/dist/src/utils/id.cjs +1 -1
  450. package/dist/src/utils/id.js +7 -7
  451. package/dist/src/utils/initials.cjs +1 -1
  452. package/dist/src/utils/initials.js +12 -15
  453. package/dist/src/utils/isContractDeployed.cjs +1 -1
  454. package/dist/src/utils/isContractDeployed.js +9 -9
  455. package/dist/src/utils/nonNullable.cjs +1 -1
  456. package/dist/src/utils/nonNullable.js +6 -6
  457. package/dist/src/utils/number/abbreviateNumber.cjs +1 -1
  458. package/dist/src/utils/number/abbreviateNumber.js +13 -14
  459. package/dist/src/utils/number/isAllowedAddressHexInputValue.cjs +1 -1
  460. package/dist/src/utils/number/isAllowedAddressHexInputValue.js +4 -7
  461. package/dist/src/utils/number/isAllowedNumericInputValue.cjs +1 -1
  462. package/dist/src/utils/number/isAllowedNumericInputValue.js +5 -5
  463. package/dist/src/utils/number/isNumeric.cjs +1 -1
  464. package/dist/src/utils/number/isNumeric.js +4 -4
  465. package/dist/src/utils/number/prettifyNumber.cjs +1 -1
  466. package/dist/src/utils/number/prettifyNumber.js +65 -75
  467. package/dist/src/utils/parseAmount.cjs +1 -1
  468. package/dist/src/utils/parseAmount.js +10 -11
  469. package/dist/src/utils/pluralise.cjs +1 -1
  470. package/dist/src/utils/pluralise.js +4 -4
  471. package/dist/src/utils/readFileAsString.cjs +1 -1
  472. package/dist/src/utils/readFileAsString.js +6 -6
  473. package/dist/src/utils/retryUntilInitialised.cjs +1 -1
  474. package/dist/src/utils/retryUntilInitialised.js +21 -20
  475. package/dist/src/utils/schemas.cjs +1 -1
  476. package/dist/src/utils/schemas.js +29 -26
  477. package/dist/src/utils/starknet/starknet.cjs +1 -1
  478. package/dist/src/utils/starknet/starknet.js +64 -77
  479. package/dist/src/utils/starknet/starknetLibTypes.cjs +1 -1
  480. package/dist/src/utils/starknet/starknetLibTypes.js +7 -7
  481. package/dist/src/utils/starknet/starknetSchemas.cjs +1 -1
  482. package/dist/src/utils/starknet/starknetSchemas.js +84 -99
  483. package/dist/src/utils/transactions.cjs +1 -1
  484. package/dist/src/utils/transactions.js +10 -10
  485. package/dist/src/utils/url/urlWithQuery.cjs +1 -1
  486. package/dist/src/utils/url/urlWithQuery.js +8 -8
  487. package/dist/src/utils/voidify.cjs +1 -1
  488. package/dist/src/utils/voidify.js +7 -7
  489. package/dist/swap.cjs +1 -1
  490. package/dist/swap.js +8 -22
  491. package/package.json +15 -15
  492. package/dist/_virtual/_commonjsHelpers.cjs +0 -1
  493. package/dist/_virtual/_commonjsHelpers.js +0 -6
  494. package/dist/_virtual/numeral.cjs +0 -1
  495. package/dist/_virtual/numeral.js +0 -7
  496. package/dist/_virtual/numeral2.cjs +0 -1
  497. package/dist/_virtual/numeral2.js +0 -4
  498. package/dist/_virtual/semver.cjs +0 -1
  499. package/dist/_virtual/semver.js +0 -7
  500. package/dist/_virtual/semver2.cjs +0 -1
  501. package/dist/_virtual/semver2.js +0 -4
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../../../../../@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/hmac.cjs"),t=require("../../../../../@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/utils.cjs");require("./abstract/weierstrass.cjs");function o(e){return{hash:e,hmac:(r,...c)=>n.hmac(e,r,t.concatBytes(...c)),randomBytes:t.randomBytes}}exports.getHash=o;
1
+ require(`./abstract/weierstrass.cjs`);const e=require(`../../../../../@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/utils.cjs`),t=require(`../../../../../@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/hmac.cjs`);function n(n){return{hash:n,hmac:(r,...i)=>t.hmac(n,r,e.concatBytes(...i)),randomBytes:e.randomBytes}}exports.getHash=n;
@@ -1,13 +1,13 @@
1
- import { hmac as m } from "../../../../../@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/hmac.js";
2
- import { randomBytes as c, concatBytes as e } from "../../../../../@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/utils.js";
3
1
  import "./abstract/weierstrass.js";
4
- function p(t) {
5
- return {
6
- hash: t,
7
- hmac: (o, ...r) => m(t, o, e(...r)),
8
- randomBytes: c
9
- };
2
+ import { concatBytes as e, randomBytes as t } from "../../../../../@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/utils.js";
3
+ import { hmac as n } from "../../../../../@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/hmac.js";
4
+ //#region node_modules/.pnpm/@noble+curves@1.0.0/node_modules/@noble/curves/esm/_shortw_utils.js
5
+ function r(r) {
6
+ return {
7
+ hash: r,
8
+ hmac: (t, ...i) => n(r, t, e(...i)),
9
+ randomBytes: t
10
+ };
10
11
  }
11
- export {
12
- p as getHash
13
- };
12
+ //#endregion
13
+ export { r as getHash };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const b=require("./modular.cjs"),m=require("./utils.cjs");const O=BigInt(0),u=BigInt(1);function A(o,p){const w=(t,e)=>{const n=e.negate();return t?n:e},g=t=>{const e=Math.ceil(p/t)+1,n=2**(t-1);return{windows:e,windowSize:n}};return{constTimeNegate:w,unsafeLadder(t,e){let n=o.ZERO,a=t;for(;e>O;)e&u&&(n=n.add(a)),a=a.double(),e>>=u;return n},precomputeWindow(t,e){const{windows:n,windowSize:a}=g(e),s=[];let i=t,d=i;for(let c=0;c<n;c++){d=i,s.push(d);for(let l=1;l<a;l++)d=d.add(i),s.push(d);i=d.double()}return s},wNAF(t,e,n){const{windows:a,windowSize:s}=g(t);let i=o.ZERO,d=o.BASE;const c=BigInt(2**t-1),l=2**t,B=BigInt(t);for(let f=0;f<a;f++){const h=f*s;let r=Number(n&c);n>>=B,r>s&&(r-=l,n+=u);const N=h,S=h+Math.abs(r)-1,F=f%2!==0,I=r<0;r===0?d=d.add(w(F,e[N])):i=i.add(w(I,e[S]))}return{p:i,f:d}},wNAFCached(t,e,n,a){const s=t._WINDOW_SIZE||1;let i=e.get(t);return i||(i=this.precomputeWindow(t,s),s!==1&&e.set(t,a(i))),this.wNAF(s,i,n)}}}function y(o){return b.validateField(o.Fp),m.validateObject(o,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...b.nLength(o.n,o.nBitLength),...o,p:o.Fp.ORDER})}exports.validateBasic=y;exports.wNAF=A;
1
+ const e=require(`./utils.cjs`),t=require(`./modular.cjs`);var n=BigInt(0),r=BigInt(1);function i(e,t){let i=(e,t)=>{let n=t.negate();return e?n:t},a=e=>({windows:Math.ceil(t/e)+1,windowSize:2**(e-1)});return{constTimeNegate:i,unsafeLadder(t,i){let a=e.ZERO,o=t;for(;i>n;)i&r&&(a=a.add(o)),o=o.double(),i>>=r;return a},precomputeWindow(e,t){let{windows:n,windowSize:r}=a(t),i=[],o=e,s=o;for(let e=0;e<n;e++){s=o,i.push(s);for(let e=1;e<r;e++)s=s.add(o),i.push(s);o=s.double()}return i},wNAF(t,n,o){let{windows:s,windowSize:c}=a(t),l=e.ZERO,u=e.BASE,d=BigInt(2**t-1),f=2**t,p=BigInt(t);for(let e=0;e<s;e++){let t=e*c,a=Number(o&d);o>>=p,a>c&&(a-=f,o+=r);let s=t,m=t+Math.abs(a)-1,h=e%2!=0,g=a<0;a===0?u=u.add(i(h,n[s])):l=l.add(i(g,n[m]))}return{p:l,f:u}},wNAFCached(e,t,n,r){let i=e._WINDOW_SIZE||1,a=t.get(e);return a||(a=this.precomputeWindow(e,i),i!==1&&t.set(e,r(a))),this.wNAF(i,a,n)}}}function a(n){return t.validateField(n.Fp),e.validateObject(n,{n:`bigint`,h:`bigint`,Gx:`field`,Gy:`field`},{nBitLength:`isSafeInteger`,nByteLength:`isSafeInteger`}),Object.freeze({...t.nLength(n.n,n.nBitLength),...n,p:n.Fp.ORDER})}exports.validateBasic=a,exports.wNAF=i;
@@ -1,87 +1,64 @@
1
- import { validateField as F, nLength as S } from "./modular.js";
2
- import { validateObject as O } from "./utils.js";
3
- const A = BigInt(0), g = BigInt(1);
4
- function z(i, u) {
5
- const l = (t, n) => {
6
- const e = n.negate();
7
- return t ? e : n;
8
- }, h = (t) => {
9
- const n = Math.ceil(u / t) + 1, e = 2 ** (t - 1);
10
- return { windows: n, windowSize: e };
11
- };
12
- return {
13
- constTimeNegate: l,
14
- // non-const time multiplication ladder
15
- unsafeLadder(t, n) {
16
- let e = i.ZERO, f = t;
17
- for (; n > A; )
18
- n & g && (e = e.add(f)), f = f.double(), n >>= g;
19
- return e;
20
- },
21
- /**
22
- * Creates a wNAF precomputation window. Used for caching.
23
- * Default window size is set by `utils.precompute()` and is equal to 8.
24
- * Number of precomputed points depends on the curve size:
25
- * 2^(𝑊−1) * (Math.ceil(𝑛 / 𝑊) + 1), where:
26
- * - 𝑊 is the window size
27
- * - 𝑛 is the bitlength of the curve order.
28
- * For a 256-bit curve and window size 8, the number of precomputed points is 128 * 33 = 4224.
29
- * @returns precomputed point tables flattened to a single array
30
- */
31
- precomputeWindow(t, n) {
32
- const { windows: e, windowSize: f } = h(n), s = [];
33
- let o = t, d = o;
34
- for (let w = 0; w < e; w++) {
35
- d = o, s.push(d);
36
- for (let a = 1; a < f; a++)
37
- d = d.add(o), s.push(d);
38
- o = d.double();
39
- }
40
- return s;
41
- },
42
- /**
43
- * Implements ec multiplication using precomputed tables and w-ary non-adjacent form.
44
- * @param W window size
45
- * @param precomputes precomputed tables
46
- * @param n scalar (we don't check here, but should be less than curve order)
47
- * @returns real and fake (for const-time) points
48
- */
49
- wNAF(t, n, e) {
50
- const { windows: f, windowSize: s } = h(t);
51
- let o = i.ZERO, d = i.BASE;
52
- const w = BigInt(2 ** t - 1), a = 2 ** t, b = BigInt(t);
53
- for (let c = 0; c < f; c++) {
54
- const p = c * s;
55
- let r = Number(e & w);
56
- e >>= b, r > s && (r -= a, e += g);
57
- const B = p, m = p + Math.abs(r) - 1, I = c % 2 !== 0, N = r < 0;
58
- r === 0 ? d = d.add(l(I, n[B])) : o = o.add(l(N, n[m]));
59
- }
60
- return { p: o, f: d };
61
- },
62
- wNAFCached(t, n, e, f) {
63
- const s = t._WINDOW_SIZE || 1;
64
- let o = n.get(t);
65
- return o || (o = this.precomputeWindow(t, s), s !== 1 && n.set(t, f(o))), this.wNAF(s, o, e);
66
- }
67
- };
1
+ import { validateObject as e } from "./utils.js";
2
+ import { nLength as t, validateField as n } from "./modular.js";
3
+ //#region node_modules/.pnpm/@noble+curves@1.0.0/node_modules/@noble/curves/esm/abstract/curve.js
4
+ var r = BigInt(0), i = BigInt(1);
5
+ function a(e, t) {
6
+ let n = (e, t) => {
7
+ let n = t.negate();
8
+ return e ? n : t;
9
+ }, a = (e) => ({
10
+ windows: Math.ceil(t / e) + 1,
11
+ windowSize: 2 ** (e - 1)
12
+ });
13
+ return {
14
+ constTimeNegate: n,
15
+ unsafeLadder(t, n) {
16
+ let a = e.ZERO, o = t;
17
+ for (; n > r;) n & i && (a = a.add(o)), o = o.double(), n >>= i;
18
+ return a;
19
+ },
20
+ precomputeWindow(e, t) {
21
+ let { windows: n, windowSize: r } = a(t), i = [], o = e, s = o;
22
+ for (let e = 0; e < n; e++) {
23
+ s = o, i.push(s);
24
+ for (let e = 1; e < r; e++) s = s.add(o), i.push(s);
25
+ o = s.double();
26
+ }
27
+ return i;
28
+ },
29
+ wNAF(t, r, o) {
30
+ let { windows: s, windowSize: c } = a(t), l = e.ZERO, u = e.BASE, d = BigInt(2 ** t - 1), f = 2 ** t, p = BigInt(t);
31
+ for (let e = 0; e < s; e++) {
32
+ let t = e * c, a = Number(o & d);
33
+ o >>= p, a > c && (a -= f, o += i);
34
+ let s = t, m = t + Math.abs(a) - 1, h = e % 2 != 0, g = a < 0;
35
+ a === 0 ? u = u.add(n(h, r[s])) : l = l.add(n(g, r[m]));
36
+ }
37
+ return {
38
+ p: l,
39
+ f: u
40
+ };
41
+ },
42
+ wNAFCached(e, t, n, r) {
43
+ let i = e._WINDOW_SIZE || 1, a = t.get(e);
44
+ return a || (a = this.precomputeWindow(e, i), i !== 1 && t.set(e, r(a))), this.wNAF(i, a, n);
45
+ }
46
+ };
68
47
  }
69
- function R(i) {
70
- return F(i.Fp), O(i, {
71
- n: "bigint",
72
- h: "bigint",
73
- Gx: "field",
74
- Gy: "field"
75
- }, {
76
- nBitLength: "isSafeInteger",
77
- nByteLength: "isSafeInteger"
78
- }), Object.freeze({
79
- ...S(i.n, i.nBitLength),
80
- ...i,
81
- p: i.Fp.ORDER
82
- });
48
+ function o(r) {
49
+ return n(r.Fp), e(r, {
50
+ n: "bigint",
51
+ h: "bigint",
52
+ Gx: "field",
53
+ Gy: "field"
54
+ }, {
55
+ nBitLength: "isSafeInteger",
56
+ nByteLength: "isSafeInteger"
57
+ }), Object.freeze({
58
+ ...t(r.n, r.nBitLength),
59
+ ...r,
60
+ p: r.Fp.ORDER
61
+ });
83
62
  }
84
- export {
85
- R as validateBasic,
86
- z as wNAF
87
- };
63
+ //#endregion
64
+ export { o as validateBasic, a as wNAF };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const g=require("./utils.cjs");const f=BigInt(0),u=BigInt(1),h=BigInt(2),M=BigInt(3),b=BigInt(4),y=BigInt(5),m=BigInt(8);BigInt(9);BigInt(16);function a(e,o){const n=e%o;return n>=f?n:o+n}function T(e,o,n){if(n<=f||o<f)throw new Error("Expected power/modulo > 0");if(n===u)return f;let r=u;for(;o>f;)o&u&&(r=r*e%n),e=e*e%n,o>>=u;return r}function N(e,o){if(e===f||o<=f)throw new Error(`invert: expected positive integers, got n=${e} mod=${o}`);let n=a(e,o),r=o,s=f,c=u;for(;n!==f;){const i=r/n,t=r%n,l=s-c*i;r=n,n=t,s=c,c=l}if(r!==u)throw new Error("invert: does not exist");return a(s,o)}function L(e){const o=(e-u)/h;let n,r,s;for(n=e-u,r=0;n%h===f;n/=h,r++);for(s=h;s<e&&T(s,o,e)!==e-u;s++);if(r===1){const d=(e+u)/b;return function(t,l){const w=t.pow(l,d);if(!t.eql(t.sqr(w),l))throw new Error("Cannot find square root");return w}}const c=(n+u)/h;return function(i,t){if(i.pow(t,o)===i.neg(i.ONE))throw new Error("Cannot find square root");let l=r,w=i.pow(i.mul(i.ONE,s),n),v=i.pow(t,c),q=i.pow(t,n);for(;!i.eql(q,i.ONE);){if(i.eql(q,i.ZERO))return i.ZERO;let B=1;for(let E=i.sqr(q);B<l&&!i.eql(E,i.ONE);B++)E=i.sqr(E);const I=i.pow(w,u<<BigInt(l-B-1));w=i.sqr(I),v=i.mul(v,I),q=i.mul(q,w),l=B}return v}}function x(e){if(e%b===M){const o=(e+u)/b;return function(r,s){const c=r.pow(s,o);if(!r.eql(r.sqr(c),s))throw new Error("Cannot find square root");return c}}if(e%m===y){const o=(e-y)/m;return function(r,s){const c=r.mul(s,h),d=r.pow(c,o),i=r.mul(s,d),t=r.mul(r.mul(i,h),d),l=r.mul(i,r.sub(t,r.ONE));if(!r.eql(r.sqr(l),s))throw new Error("Cannot find square root");return l}}return L(e)}const C=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function j(e){const o={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},n=C.reduce((r,s)=>(r[s]="function",r),o);return g.validateObject(e,n)}function _(e,o,n){if(n<f)throw new Error("Expected power > 0");if(n===f)return e.ONE;if(n===u)return o;let r=e.ONE,s=o;for(;n>f;)n&u&&(r=e.mul(r,s)),s=e.sqr(s),n>>=u;return r}function $(e,o){const n=new Array(o.length),r=o.reduce((c,d,i)=>e.is0(d)?c:(n[i]=c,e.mul(c,d)),e.ONE),s=e.inv(r);return o.reduceRight((c,d,i)=>e.is0(d)?c:(n[i]=e.mul(c,n[i]),e.mul(c,d)),s),n}function S(e,o){const n=o!==void 0?o:e.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function k(e,o,n=!1,r={}){if(e<=f)throw new Error(`Expected Fp ORDER > 0, got ${e}`);const{nBitLength:s,nByteLength:c}=S(e,o);if(c>2048)throw new Error("Field lengths over 2048 bytes are not supported");const d=x(e),i=Object.freeze({ORDER:e,BITS:s,BYTES:c,MASK:g.bitMask(s),ZERO:f,ONE:u,create:t=>a(t,e),isValid:t=>{if(typeof t!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof t}`);return f<=t&&t<e},is0:t=>t===f,isOdd:t=>(t&u)===u,neg:t=>a(-t,e),eql:(t,l)=>t===l,sqr:t=>a(t*t,e),add:(t,l)=>a(t+l,e),sub:(t,l)=>a(t-l,e),mul:(t,l)=>a(t*l,e),pow:(t,l)=>_(i,t,l),div:(t,l)=>a(t*N(l,e),e),sqrN:t=>t*t,addN:(t,l)=>t+l,subN:(t,l)=>t-l,mulN:(t,l)=>t*l,inv:t=>N(t,e),sqrt:r.sqrt||(t=>d(i,t)),invertBatch:t=>$(i,t),cmov:(t,l,w)=>w?l:t,toBytes:t=>n?g.numberToBytesLE(t,c):g.numberToBytesBE(t,c),fromBytes:t=>{if(t.length!==c)throw new Error(`Fp.fromBytes: expected ${c}, got ${t.length}`);return n?g.bytesToNumberLE(t):g.bytesToNumberBE(t)}});return Object.freeze(i)}function O(e,o,n=!1){e=g.ensureBytes("privateHash",e);const r=e.length,s=S(o).nByteLength+8;if(s<24||r<s||r>1024)throw new Error(`hashToPrivateScalar: expected ${s}-1024 bytes of input, got ${r}`);const c=n?g.bytesToNumberLE(e):g.bytesToNumberBE(e);return a(c,o-u)+u}exports.Field=k;exports.FpInvertBatch=$;exports.FpPow=_;exports.FpSqrt=x;exports.hashToPrivateScalar=O;exports.invert=N;exports.mod=a;exports.nLength=S;exports.pow=T;exports.tonelliShanks=L;exports.validateField=j;
1
+ const e=require(`./utils.cjs`);var t=BigInt(0),n=BigInt(1),r=BigInt(2),i=BigInt(3),a=BigInt(4),o=BigInt(5),s=BigInt(8),c=BigInt(16);function l(e,n){let r=e%n;return r>=t?r:n+r}function u(e,r,i){if(i<=t||r<t)throw Error(`Expected power/modulo > 0`);if(i===n)return t;let a=n;for(;r>t;)r&n&&(a=a*e%i),e=e*e%i,r>>=n;return a}function d(e,r){if(e===t||r<=t)throw Error(`invert: expected positive integers, got n=${e} mod=${r}`);let i=l(e,r),a=r,o=t,s=n,c=n,u=t;for(;i!==t;){let e=a/i,t=a%i,n=o-c*e,r=s-u*e;a=i,i=t,o=c,s=u,c=n,u=r}if(a!==n)throw Error(`invert: does not exist`);return l(o,r)}function f(e){let i=(e-n)/r,o,s,c;for(o=e-n,s=0;o%r===t;o/=r,s++);for(c=r;c<e&&u(c,i,e)!==e-n;c++);if(s===1){let t=(e+n)/a;return function(e,n){let r=e.pow(n,t);if(!e.eql(e.sqr(r),n))throw Error(`Cannot find square root`);return r}}let l=(o+n)/r;return function(e,t){if(e.pow(t,i)===e.neg(e.ONE))throw Error(`Cannot find square root`);let r=s,a=e.pow(e.mul(e.ONE,c),o),u=e.pow(t,l),d=e.pow(t,o);for(;!e.eql(d,e.ONE);){if(e.eql(d,e.ZERO))return e.ZERO;let t=1;for(let n=e.sqr(d);t<r&&!e.eql(n,e.ONE);t++)n=e.sqr(n);let i=e.pow(a,n<<BigInt(r-t-1));a=e.sqr(i),u=e.mul(u,i),d=e.mul(d,a),r=t}return u}}function p(e){if(e%a===i){let t=(e+n)/a;return function(e,n){let r=e.pow(n,t);if(!e.eql(e.sqr(r),n))throw Error(`Cannot find square root`);return r}}if(e%s===o){let t=(e-o)/s;return function(e,n){let i=e.mul(n,r),a=e.pow(i,t),o=e.mul(n,a),s=e.mul(e.mul(o,r),a),c=e.mul(o,e.sub(s,e.ONE));if(!e.eql(e.sqr(c),n))throw Error(`Cannot find square root`);return c}}return e%c,f(e)}var m=[`create`,`isValid`,`is0`,`neg`,`inv`,`sqrt`,`sqr`,`eql`,`add`,`sub`,`mul`,`pow`,`div`,`addN`,`subN`,`mulN`,`sqrN`];function h(t){return e.validateObject(t,m.reduce((e,t)=>(e[t]=`function`,e),{ORDER:`bigint`,MASK:`bigint`,BYTES:`isSafeInteger`,BITS:`isSafeInteger`}))}function g(e,r,i){if(i<t)throw Error(`Expected power > 0`);if(i===t)return e.ONE;if(i===n)return r;let a=e.ONE,o=r;for(;i>t;)i&n&&(a=e.mul(a,o)),o=e.sqr(o),i>>=n;return a}function _(e,t){let n=Array(t.length),r=t.reduce((t,r,i)=>e.is0(r)?t:(n[i]=t,e.mul(t,r)),e.ONE),i=e.inv(r);return t.reduceRight((t,r,i)=>e.is0(r)?t:(n[i]=e.mul(t,n[i]),e.mul(t,r)),i),n}function v(e,t){let n=t===void 0?e.toString(2).length:t;return{nBitLength:n,nByteLength:Math.ceil(n/8)}}function y(r,i,a=!1,o={}){if(r<=t)throw Error(`Expected Fp ORDER > 0, got ${r}`);let{nBitLength:s,nByteLength:c}=v(r,i);if(c>2048)throw Error(`Field lengths over 2048 bytes are not supported`);let u=p(r),f=Object.freeze({ORDER:r,BITS:s,BYTES:c,MASK:e.bitMask(s),ZERO:t,ONE:n,create:e=>l(e,r),isValid:e=>{if(typeof e!=`bigint`)throw Error(`Invalid field element: expected bigint, got ${typeof e}`);return t<=e&&e<r},is0:e=>e===t,isOdd:e=>(e&n)===n,neg:e=>l(-e,r),eql:(e,t)=>e===t,sqr:e=>l(e*e,r),add:(e,t)=>l(e+t,r),sub:(e,t)=>l(e-t,r),mul:(e,t)=>l(e*t,r),pow:(e,t)=>g(f,e,t),div:(e,t)=>l(e*d(t,r),r),sqrN:e=>e*e,addN:(e,t)=>e+t,subN:(e,t)=>e-t,mulN:(e,t)=>e*t,inv:e=>d(e,r),sqrt:o.sqrt||(e=>u(f,e)),invertBatch:e=>_(f,e),cmov:(e,t,n)=>n?t:e,toBytes:t=>a?e.numberToBytesLE(t,c):e.numberToBytesBE(t,c),fromBytes:t=>{if(t.length!==c)throw Error(`Fp.fromBytes: expected ${c}, got ${t.length}`);return a?e.bytesToNumberLE(t):e.bytesToNumberBE(t)}});return Object.freeze(f)}function b(t,r,i=!1){t=e.ensureBytes(`privateHash`,t);let a=t.length,o=v(r).nByteLength+8;if(o<24||a<o||a>1024)throw Error(`hashToPrivateScalar: expected ${o}-1024 bytes of input, got ${a}`);return l(i?e.bytesToNumberLE(t):e.bytesToNumberBE(t),r-n)+n}exports.Field=y,exports.FpPow=g,exports.hashToPrivateScalar=b,exports.invert=d,exports.mod=l,exports.nLength=v,exports.validateField=h;
@@ -1,202 +1,165 @@
1
- import { numberToBytesLE as L, numberToBytesBE as T, bitMask as _, bytesToNumberLE as y, bytesToNumberBE as m, ensureBytes as $, validateObject as C } from "./utils.js";
2
- const f = BigInt(0), u = BigInt(1), w = BigInt(2), M = BigInt(3), E = BigInt(4), b = BigInt(5), I = BigInt(8);
3
- BigInt(9);
4
- BigInt(16);
5
- function g(e, o) {
6
- const n = e % o;
7
- return n >= f ? n : o + n;
1
+ import { bitMask as e, bytesToNumberBE as t, bytesToNumberLE as n, ensureBytes as r, numberToBytesBE as i, numberToBytesLE as a, validateObject as o } from "./utils.js";
2
+ //#region node_modules/.pnpm/@noble+curves@1.0.0/node_modules/@noble/curves/esm/abstract/modular.js
3
+ var s = BigInt(0), c = BigInt(1), l = BigInt(2), u = BigInt(3), d = BigInt(4), f = BigInt(5), p = BigInt(8), m = BigInt(16);
4
+ function h(e, t) {
5
+ let n = e % t;
6
+ return n >= s ? n : t + n;
8
7
  }
9
- function Z(e, o, n) {
10
- if (n <= f || o < f)
11
- throw new Error("Expected power/modulo > 0");
12
- if (n === u)
13
- return f;
14
- let r = u;
15
- for (; o > f; )
16
- o & u && (r = r * e % n), e = e * e % n, o >>= u;
17
- return r;
8
+ function g(e, t, n) {
9
+ if (n <= s || t < s) throw Error("Expected power/modulo > 0");
10
+ if (n === c) return s;
11
+ let r = c;
12
+ for (; t > s;) t & c && (r = r * e % n), e = e * e % n, t >>= c;
13
+ return r;
18
14
  }
19
- function S(e, o) {
20
- if (e === f || o <= f)
21
- throw new Error(`invert: expected positive integers, got n=${e} mod=${o}`);
22
- let n = g(e, o), r = o, s = f, c = u;
23
- for (; n !== f; ) {
24
- const i = r / n, t = r % n, l = s - c * i;
25
- r = n, n = t, s = c, c = l;
26
- }
27
- if (r !== u)
28
- throw new Error("invert: does not exist");
29
- return g(s, o);
15
+ function _(e, t) {
16
+ if (e === s || t <= s) throw Error(`invert: expected positive integers, got n=${e} mod=${t}`);
17
+ let n = h(e, t), r = t, i = s, a = c, o = c, l = s;
18
+ for (; n !== s;) {
19
+ let e = r / n, t = r % n, s = i - o * e, c = a - l * e;
20
+ r = n, n = t, i = o, a = l, o = s, l = c;
21
+ }
22
+ if (r !== c) throw Error("invert: does not exist");
23
+ return h(i, t);
30
24
  }
31
- function j(e) {
32
- const o = (e - u) / w;
33
- let n, r, s;
34
- for (n = e - u, r = 0; n % w === f; n /= w, r++)
35
- ;
36
- for (s = w; s < e && Z(s, o, e) !== e - u; s++)
37
- ;
38
- if (r === 1) {
39
- const d = (e + u) / E;
40
- return function(t, l) {
41
- const a = t.pow(l, d);
42
- if (!t.eql(t.sqr(a), l))
43
- throw new Error("Cannot find square root");
44
- return a;
45
- };
46
- }
47
- const c = (n + u) / w;
48
- return function(i, t) {
49
- if (i.pow(t, o) === i.neg(i.ONE))
50
- throw new Error("Cannot find square root");
51
- let l = r, a = i.pow(i.mul(i.ONE, s), n), B = i.pow(t, c), h = i.pow(t, n);
52
- for (; !i.eql(h, i.ONE); ) {
53
- if (i.eql(h, i.ZERO))
54
- return i.ZERO;
55
- let q = 1;
56
- for (let v = i.sqr(h); q < l && !i.eql(v, i.ONE); q++)
57
- v = i.sqr(v);
58
- const N = i.pow(a, u << BigInt(l - q - 1));
59
- a = i.sqr(N), B = i.mul(B, N), h = i.mul(h, a), l = q;
60
- }
61
- return B;
62
- };
25
+ function v(e) {
26
+ let t = (e - c) / l, n, r, i;
27
+ for (n = e - c, r = 0; n % l === s; n /= l, r++);
28
+ for (i = l; i < e && g(i, t, e) !== e - c; i++);
29
+ if (r === 1) {
30
+ let t = (e + c) / d;
31
+ return function(e, n) {
32
+ let r = e.pow(n, t);
33
+ if (!e.eql(e.sqr(r), n)) throw Error("Cannot find square root");
34
+ return r;
35
+ };
36
+ }
37
+ let a = (n + c) / l;
38
+ return function(e, o) {
39
+ if (e.pow(o, t) === e.neg(e.ONE)) throw Error("Cannot find square root");
40
+ let s = r, l = e.pow(e.mul(e.ONE, i), n), u = e.pow(o, a), d = e.pow(o, n);
41
+ for (; !e.eql(d, e.ONE);) {
42
+ if (e.eql(d, e.ZERO)) return e.ZERO;
43
+ let t = 1;
44
+ for (let n = e.sqr(d); t < s && !e.eql(n, e.ONE); t++) n = e.sqr(n);
45
+ let n = e.pow(l, c << BigInt(s - t - 1));
46
+ l = e.sqr(n), u = e.mul(u, n), d = e.mul(d, l), s = t;
47
+ }
48
+ return u;
49
+ };
63
50
  }
64
- function k(e) {
65
- if (e % E === M) {
66
- const o = (e + u) / E;
67
- return function(r, s) {
68
- const c = r.pow(s, o);
69
- if (!r.eql(r.sqr(c), s))
70
- throw new Error("Cannot find square root");
71
- return c;
72
- };
73
- }
74
- if (e % I === b) {
75
- const o = (e - b) / I;
76
- return function(r, s) {
77
- const c = r.mul(s, w), d = r.pow(c, o), i = r.mul(s, d), t = r.mul(r.mul(i, w), d), l = r.mul(i, r.sub(t, r.ONE));
78
- if (!r.eql(r.sqr(l), s))
79
- throw new Error("Cannot find square root");
80
- return l;
81
- };
82
- }
83
- return j(e);
51
+ function y(e) {
52
+ if (e % d === u) {
53
+ let t = (e + c) / d;
54
+ return function(e, n) {
55
+ let r = e.pow(n, t);
56
+ if (!e.eql(e.sqr(r), n)) throw Error("Cannot find square root");
57
+ return r;
58
+ };
59
+ }
60
+ if (e % p === f) {
61
+ let t = (e - f) / p;
62
+ return function(e, n) {
63
+ let r = e.mul(n, l), i = e.pow(r, t), a = e.mul(n, i), o = e.mul(e.mul(a, l), i), s = e.mul(a, e.sub(o, e.ONE));
64
+ if (!e.eql(e.sqr(s), n)) throw Error("Cannot find square root");
65
+ return s;
66
+ };
67
+ }
68
+ return e % m, v(e);
84
69
  }
85
- const A = [
86
- "create",
87
- "isValid",
88
- "is0",
89
- "neg",
90
- "inv",
91
- "sqrt",
92
- "sqr",
93
- "eql",
94
- "add",
95
- "sub",
96
- "mul",
97
- "pow",
98
- "div",
99
- "addN",
100
- "subN",
101
- "mulN",
102
- "sqrN"
70
+ var b = [
71
+ "create",
72
+ "isValid",
73
+ "is0",
74
+ "neg",
75
+ "inv",
76
+ "sqrt",
77
+ "sqr",
78
+ "eql",
79
+ "add",
80
+ "sub",
81
+ "mul",
82
+ "pow",
83
+ "div",
84
+ "addN",
85
+ "subN",
86
+ "mulN",
87
+ "sqrN"
103
88
  ];
104
- function Q(e) {
105
- const o = {
106
- ORDER: "bigint",
107
- MASK: "bigint",
108
- BYTES: "isSafeInteger",
109
- BITS: "isSafeInteger"
110
- }, n = A.reduce((r, s) => (r[s] = "function", r), o);
111
- return C(e, n);
89
+ function x(e) {
90
+ return o(e, b.reduce((e, t) => (e[t] = "function", e), {
91
+ ORDER: "bigint",
92
+ MASK: "bigint",
93
+ BYTES: "isSafeInteger",
94
+ BITS: "isSafeInteger"
95
+ }));
112
96
  }
113
- function O(e, o, n) {
114
- if (n < f)
115
- throw new Error("Expected power > 0");
116
- if (n === f)
117
- return e.ONE;
118
- if (n === u)
119
- return o;
120
- let r = e.ONE, s = o;
121
- for (; n > f; )
122
- n & u && (r = e.mul(r, s)), s = e.sqr(s), n >>= u;
123
- return r;
97
+ function S(e, t, n) {
98
+ if (n < s) throw Error("Expected power > 0");
99
+ if (n === s) return e.ONE;
100
+ if (n === c) return t;
101
+ let r = e.ONE, i = t;
102
+ for (; n > s;) n & c && (r = e.mul(r, i)), i = e.sqr(i), n >>= c;
103
+ return r;
124
104
  }
125
- function z(e, o) {
126
- const n = new Array(o.length), r = o.reduce((c, d, i) => e.is0(d) ? c : (n[i] = c, e.mul(c, d)), e.ONE), s = e.inv(r);
127
- return o.reduceRight((c, d, i) => e.is0(d) ? c : (n[i] = e.mul(c, n[i]), e.mul(c, d)), s), n;
105
+ function C(e, t) {
106
+ let n = Array(t.length), r = t.reduce((t, r, i) => e.is0(r) ? t : (n[i] = t, e.mul(t, r)), e.ONE), i = e.inv(r);
107
+ return t.reduceRight((t, r, i) => e.is0(r) ? t : (n[i] = e.mul(t, n[i]), e.mul(t, r)), i), n;
128
108
  }
129
- function x(e, o) {
130
- const n = o !== void 0 ? o : e.toString(2).length, r = Math.ceil(n / 8);
131
- return { nBitLength: n, nByteLength: r };
109
+ function w(e, t) {
110
+ let n = t === void 0 ? e.toString(2).length : t;
111
+ return {
112
+ nBitLength: n,
113
+ nByteLength: Math.ceil(n / 8)
114
+ };
132
115
  }
133
- function V(e, o, n = !1, r = {}) {
134
- if (e <= f)
135
- throw new Error(`Expected Fp ORDER > 0, got ${e}`);
136
- const { nBitLength: s, nByteLength: c } = x(e, o);
137
- if (c > 2048)
138
- throw new Error("Field lengths over 2048 bytes are not supported");
139
- const d = k(e), i = Object.freeze({
140
- ORDER: e,
141
- BITS: s,
142
- BYTES: c,
143
- MASK: _(s),
144
- ZERO: f,
145
- ONE: u,
146
- create: (t) => g(t, e),
147
- isValid: (t) => {
148
- if (typeof t != "bigint")
149
- throw new Error(`Invalid field element: expected bigint, got ${typeof t}`);
150
- return f <= t && t < e;
151
- },
152
- is0: (t) => t === f,
153
- isOdd: (t) => (t & u) === u,
154
- neg: (t) => g(-t, e),
155
- eql: (t, l) => t === l,
156
- sqr: (t) => g(t * t, e),
157
- add: (t, l) => g(t + l, e),
158
- sub: (t, l) => g(t - l, e),
159
- mul: (t, l) => g(t * l, e),
160
- pow: (t, l) => O(i, t, l),
161
- div: (t, l) => g(t * S(l, e), e),
162
- // Same as above, but doesn't normalize
163
- sqrN: (t) => t * t,
164
- addN: (t, l) => t + l,
165
- subN: (t, l) => t - l,
166
- mulN: (t, l) => t * l,
167
- inv: (t) => S(t, e),
168
- sqrt: r.sqrt || ((t) => d(i, t)),
169
- invertBatch: (t) => z(i, t),
170
- // TODO: do we really need constant cmov?
171
- // We don't have const-time bigints anyway, so probably will be not very useful
172
- cmov: (t, l, a) => a ? l : t,
173
- toBytes: (t) => n ? L(t, c) : T(t, c),
174
- fromBytes: (t) => {
175
- if (t.length !== c)
176
- throw new Error(`Fp.fromBytes: expected ${c}, got ${t.length}`);
177
- return n ? y(t) : m(t);
178
- }
179
- });
180
- return Object.freeze(i);
116
+ function T(r, o, l = !1, u = {}) {
117
+ if (r <= s) throw Error(`Expected Fp ORDER > 0, got ${r}`);
118
+ let { nBitLength: d, nByteLength: f } = w(r, o);
119
+ if (f > 2048) throw Error("Field lengths over 2048 bytes are not supported");
120
+ let p = y(r), m = Object.freeze({
121
+ ORDER: r,
122
+ BITS: d,
123
+ BYTES: f,
124
+ MASK: e(d),
125
+ ZERO: s,
126
+ ONE: c,
127
+ create: (e) => h(e, r),
128
+ isValid: (e) => {
129
+ if (typeof e != "bigint") throw Error(`Invalid field element: expected bigint, got ${typeof e}`);
130
+ return s <= e && e < r;
131
+ },
132
+ is0: (e) => e === s,
133
+ isOdd: (e) => (e & c) === c,
134
+ neg: (e) => h(-e, r),
135
+ eql: (e, t) => e === t,
136
+ sqr: (e) => h(e * e, r),
137
+ add: (e, t) => h(e + t, r),
138
+ sub: (e, t) => h(e - t, r),
139
+ mul: (e, t) => h(e * t, r),
140
+ pow: (e, t) => S(m, e, t),
141
+ div: (e, t) => h(e * _(t, r), r),
142
+ sqrN: (e) => e * e,
143
+ addN: (e, t) => e + t,
144
+ subN: (e, t) => e - t,
145
+ mulN: (e, t) => e * t,
146
+ inv: (e) => _(e, r),
147
+ sqrt: u.sqrt || ((e) => p(m, e)),
148
+ invertBatch: (e) => C(m, e),
149
+ cmov: (e, t, n) => n ? t : e,
150
+ toBytes: (e) => l ? a(e, f) : i(e, f),
151
+ fromBytes: (e) => {
152
+ if (e.length !== f) throw Error(`Fp.fromBytes: expected ${f}, got ${e.length}`);
153
+ return l ? n(e) : t(e);
154
+ }
155
+ });
156
+ return Object.freeze(m);
181
157
  }
182
- function Y(e, o, n = !1) {
183
- e = $("privateHash", e);
184
- const r = e.length, s = x(o).nByteLength + 8;
185
- if (s < 24 || r < s || r > 1024)
186
- throw new Error(`hashToPrivateScalar: expected ${s}-1024 bytes of input, got ${r}`);
187
- const c = n ? y(e) : m(e);
188
- return g(c, o - u) + u;
158
+ function E(e, i, a = !1) {
159
+ e = r("privateHash", e);
160
+ let o = e.length, s = w(i).nByteLength + 8;
161
+ if (s < 24 || o < s || o > 1024) throw Error(`hashToPrivateScalar: expected ${s}-1024 bytes of input, got ${o}`);
162
+ return h(a ? n(e) : t(e), i - c) + c;
189
163
  }
190
- export {
191
- V as Field,
192
- z as FpInvertBatch,
193
- O as FpPow,
194
- k as FpSqrt,
195
- Y as hashToPrivateScalar,
196
- S as invert,
197
- g as mod,
198
- x as nLength,
199
- Z as pow,
200
- j as tonelliShanks,
201
- Q as validateField
202
- };
164
+ //#endregion
165
+ export { T as Field, S as FpPow, E as hashToPrivateScalar, _ as invert, h as mod, w as nLength, x as validateField };