@gardenfi/utils 2.1.2-beta.6 → 2.1.2-beta.7

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 (75) hide show
  1. package/dist/index102.cjs +1 -1
  2. package/dist/index102.js +6 -20
  3. package/dist/index103.cjs +1 -1
  4. package/dist/index103.js +20 -6
  5. package/dist/index23.cjs +1 -1
  6. package/dist/index23.js +3 -3
  7. package/dist/index24.cjs +1 -1
  8. package/dist/index24.js +2 -2
  9. package/dist/index35.cjs +1 -1
  10. package/dist/index35.js +2 -2
  11. package/dist/index36.cjs +1 -1
  12. package/dist/index36.js +1 -1
  13. package/dist/index41.cjs +1 -1
  14. package/dist/index41.js +2 -2
  15. package/dist/index45.cjs +1 -1
  16. package/dist/index45.js +10 -38
  17. package/dist/index46.cjs +1 -1
  18. package/dist/index46.js +32 -32
  19. package/dist/index47.cjs +1 -1
  20. package/dist/index47.js +37 -66
  21. package/dist/index48.cjs +1 -1
  22. package/dist/index48.js +34 -112
  23. package/dist/index49.cjs +1 -1
  24. package/dist/index49.js +63 -61
  25. package/dist/index50.cjs +1 -1
  26. package/dist/index50.js +113 -2
  27. package/dist/index51.cjs +1 -1
  28. package/dist/index51.js +66 -15
  29. package/dist/index52.cjs +1 -1
  30. package/dist/index52.js +2 -224
  31. package/dist/index53.cjs +1 -1
  32. package/dist/index53.js +13 -228
  33. package/dist/index54.cjs +1 -1
  34. package/dist/index54.js +220 -9
  35. package/dist/index55.cjs +1 -1
  36. package/dist/index55.js +229 -32
  37. package/dist/index58.cjs +1 -1
  38. package/dist/index58.js +3 -3
  39. package/dist/index68.cjs +1 -1
  40. package/dist/index68.js +2 -2
  41. package/dist/index71.cjs +1 -1
  42. package/dist/index71.js +1 -1
  43. package/dist/index72.cjs +1 -1
  44. package/dist/index72.js +191 -4
  45. package/dist/index73.cjs +1 -1
  46. package/dist/index73.js +58 -185
  47. package/dist/index74.cjs +1 -1
  48. package/dist/index74.js +4 -64
  49. package/dist/index79.cjs +1 -1
  50. package/dist/index79.js +1 -1
  51. package/dist/index80.cjs +2 -1
  52. package/dist/index80.js +35 -2
  53. package/dist/index81.cjs +1 -2
  54. package/dist/index81.js +5 -34
  55. package/dist/index82.cjs +1 -1
  56. package/dist/index82.js +2 -6
  57. package/dist/index83.cjs +1 -1
  58. package/dist/index83.js +1 -1
  59. package/dist/index84.cjs +1 -1
  60. package/dist/index84.js +1 -1
  61. package/dist/index85.cjs +1 -1
  62. package/dist/index85.js +1 -1
  63. package/dist/index90.cjs +1 -1
  64. package/dist/index90.js +10 -16
  65. package/dist/index91.cjs +1 -1
  66. package/dist/index91.js +16 -641
  67. package/dist/index92.cjs +1 -1
  68. package/dist/index92.js +624 -153
  69. package/dist/index93.cjs +1 -1
  70. package/dist/index93.js +170 -10
  71. package/dist/index94.cjs +1 -1
  72. package/dist/index94.js +1 -1
  73. package/dist/index99.cjs +1 -1
  74. package/dist/index99.js +2 -2
  75. package/package.json +1 -1
package/dist/index93.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index56.cjs");class i extends t.BaseError{constructor({offset:r,position:s,size:e}){super(`Slice ${s==="start"?"starting":"ending"} at offset "${r}" is out-of-bounds (size: ${e}).`,{name:"SliceOffsetOutOfBoundsError"})}}class d extends t.BaseError{constructor({size:r,targetSize:s,type:e}){super(`${e.charAt(0).toUpperCase()}${e.slice(1).toLowerCase()} size (${r}) exceeds padding size (${s}).`,{name:"SizeExceedsPaddingSizeError"})}}exports.SizeExceedsPaddingSizeError=d;exports.SliceOffsetOutOfBoundsError=i;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const A=require("./index54.cjs"),y=require("./index55.cjs");/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const I=BigInt(0),p=BigInt(1);function m(e,r){const t=r.negate();return e?t:r}function E(e,r){if(!Number.isSafeInteger(e)||e<=0||e>r)throw new Error("invalid window size, expected [1.."+r+"], got W="+e)}function b(e,r){E(e,r);const t=Math.ceil(r/e)+1,n=2**(e-1);return{windows:t,windowSize:n}}function O(e,r){if(!Array.isArray(e))throw new Error("array expected");e.forEach((t,n)=>{if(!(t instanceof r))throw new Error("invalid point at index "+n)})}function x(e,r){if(!Array.isArray(e))throw new Error("array of scalars expected");e.forEach((t,n)=>{if(!r.isValid(t))throw new Error("invalid scalar at index "+n)})}const B=new WeakMap,N=new WeakMap;function S(e){return N.get(e)||1}function L(e,r){return{constTimeNegate:m,hasPrecomputes(t){return S(t)!==1},unsafeLadder(t,n,o=e.ZERO){let i=t;for(;n>I;)n&p&&(o=o.add(i)),i=i.double(),n>>=p;return o},precomputeWindow(t,n){const{windows:o,windowSize:i}=b(n,r),a=[];let c=t,d=c;for(let g=0;g<o;g++){d=c,a.push(d);for(let l=1;l<i;l++)d=d.add(c),a.push(d);c=d.double()}return a},wNAF(t,n,o){const{windows:i,windowSize:a}=b(t,r);let c=e.ZERO,d=e.BASE;const g=BigInt(2**t-1),l=2**t,w=BigInt(t);for(let u=0;u<i;u++){const s=u*a;let f=Number(o&g);o>>=w,f>a&&(f-=l,o+=p);const h=s,M=s+Math.abs(f)-1,F=u%2!==0,z=f<0;f===0?d=d.add(m(F,n[h])):c=c.add(m(z,n[M]))}return{p:c,f:d}},wNAFUnsafe(t,n,o,i=e.ZERO){const{windows:a,windowSize:c}=b(t,r),d=BigInt(2**t-1),g=2**t,l=BigInt(t);for(let w=0;w<a;w++){const u=w*c;if(o===I)break;let s=Number(o&d);if(o>>=l,s>c&&(s-=g,o+=p),s===0)continue;let f=n[u+Math.abs(s)-1];s<0&&(f=f.negate()),i=i.add(f)}return i},getPrecomputes(t,n,o){let i=B.get(n);return i||(i=this.precomputeWindow(n,t),t!==1&&B.set(n,o(i))),i},wNAFCached(t,n,o){const i=S(t);return this.wNAF(i,this.getPrecomputes(i,t,o),n)},wNAFCachedUnsafe(t,n,o,i){const a=S(t);return a===1?this.unsafeLadder(t,n,i):this.wNAFUnsafe(a,this.getPrecomputes(a,t,o),n,i)},setWindowSize(t,n){E(n,r),N.set(t,n),B.delete(t)}}}function j(e,r,t,n){if(O(t,e),x(n,r),t.length!==n.length)throw new Error("arrays of points and scalars must have equal length");const o=e.ZERO,i=y.bitLen(BigInt(t.length)),a=i>12?i-3:i>4?i-2:i?2:1,c=(1<<a)-1,d=new Array(c+1).fill(o),g=Math.floor((r.BITS-1)/a)*a;let l=o;for(let w=g;w>=0;w-=a){d.fill(o);for(let s=0;s<n.length;s++){const f=n[s],h=Number(f>>BigInt(w)&BigInt(c));d[h]=d[h].add(t[s])}let u=o;for(let s=d.length-1,f=o;s>0;s--)f=f.add(d[s]),u=u.add(f);if(l=l.add(u),w!==0)for(let s=0;s<a;s++)l=l.double()}return l}function k(e){return A.validateField(e.Fp),y.validateObject(e,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...A.nLength(e.n,e.nBitLength),...e,p:e.Fp.ORDER})}exports.pippenger=j;exports.validateBasic=k;exports.wNAF=L;
package/dist/index93.js CHANGED
@@ -1,15 +1,175 @@
1
- import { BaseError as o } from "./index56.js";
2
- class d extends o {
3
- constructor({ offset: r, position: s, size: e }) {
4
- super(`Slice ${s === "start" ? "starting" : "ending"} at offset "${r}" is out-of-bounds (size: ${e}).`, { name: "SliceOffsetOutOfBoundsError" });
5
- }
1
+ import { validateField as z, nLength as F } from "./index54.js";
2
+ import { validateObject as x, bitLen as O } from "./index55.js";
3
+ /*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
4
+ const I = BigInt(0), p = BigInt(1);
5
+ function m(e, r) {
6
+ const t = r.negate();
7
+ return e ? t : r;
8
+ }
9
+ function A(e, r) {
10
+ if (!Number.isSafeInteger(e) || e <= 0 || e > r)
11
+ throw new Error("invalid window size, expected [1.." + r + "], got W=" + e);
12
+ }
13
+ function b(e, r) {
14
+ A(e, r);
15
+ const t = Math.ceil(r / e) + 1, n = 2 ** (e - 1);
16
+ return { windows: t, windowSize: n };
17
+ }
18
+ function L(e, r) {
19
+ if (!Array.isArray(e))
20
+ throw new Error("array expected");
21
+ e.forEach((t, n) => {
22
+ if (!(t instanceof r))
23
+ throw new Error("invalid point at index " + n);
24
+ });
6
25
  }
7
- class n extends o {
8
- constructor({ size: r, targetSize: s, type: e }) {
9
- super(`${e.charAt(0).toUpperCase()}${e.slice(1).toLowerCase()} size (${r}) exceeds padding size (${s}).`, { name: "SizeExceedsPaddingSizeError" });
26
+ function k(e, r) {
27
+ if (!Array.isArray(e))
28
+ throw new Error("array of scalars expected");
29
+ e.forEach((t, n) => {
30
+ if (!r.isValid(t))
31
+ throw new Error("invalid scalar at index " + n);
32
+ });
33
+ }
34
+ const B = /* @__PURE__ */ new WeakMap(), E = /* @__PURE__ */ new WeakMap();
35
+ function S(e) {
36
+ return E.get(e) || 1;
37
+ }
38
+ function v(e, r) {
39
+ return {
40
+ constTimeNegate: m,
41
+ hasPrecomputes(t) {
42
+ return S(t) !== 1;
43
+ },
44
+ // non-const time multiplication ladder
45
+ unsafeLadder(t, n, i = e.ZERO) {
46
+ let o = t;
47
+ for (; n > I; )
48
+ n & p && (i = i.add(o)), o = o.double(), n >>= p;
49
+ return i;
50
+ },
51
+ /**
52
+ * Creates a wNAF precomputation window. Used for caching.
53
+ * Default window size is set by `utils.precompute()` and is equal to 8.
54
+ * Number of precomputed points depends on the curve size:
55
+ * 2^(𝑊−1) * (Math.ceil(𝑛 / 𝑊) + 1), where:
56
+ * - 𝑊 is the window size
57
+ * - 𝑛 is the bitlength of the curve order.
58
+ * For a 256-bit curve and window size 8, the number of precomputed points is 128 * 33 = 4224.
59
+ * @param elm Point instance
60
+ * @param W window size
61
+ * @returns precomputed point tables flattened to a single array
62
+ */
63
+ precomputeWindow(t, n) {
64
+ const { windows: i, windowSize: o } = b(n, r), a = [];
65
+ let c = t, d = c;
66
+ for (let h = 0; h < i; h++) {
67
+ d = c, a.push(d);
68
+ for (let w = 1; w < o; w++)
69
+ d = d.add(c), a.push(d);
70
+ c = d.double();
71
+ }
72
+ return a;
73
+ },
74
+ /**
75
+ * Implements ec multiplication using precomputed tables and w-ary non-adjacent form.
76
+ * @param W window size
77
+ * @param precomputes precomputed tables
78
+ * @param n scalar (we don't check here, but should be less than curve order)
79
+ * @returns real and fake (for const-time) points
80
+ */
81
+ wNAF(t, n, i) {
82
+ const { windows: o, windowSize: a } = b(t, r);
83
+ let c = e.ZERO, d = e.BASE;
84
+ const h = BigInt(2 ** t - 1), w = 2 ** t, l = BigInt(t);
85
+ for (let u = 0; u < o; u++) {
86
+ const s = u * a;
87
+ let f = Number(i & h);
88
+ i >>= l, f > a && (f -= w, i += p);
89
+ const g = s, N = s + Math.abs(f) - 1, y = u % 2 !== 0, M = f < 0;
90
+ f === 0 ? d = d.add(m(y, n[g])) : c = c.add(m(M, n[N]));
91
+ }
92
+ return { p: c, f: d };
93
+ },
94
+ /**
95
+ * Implements ec unsafe (non const-time) multiplication using precomputed tables and w-ary non-adjacent form.
96
+ * @param W window size
97
+ * @param precomputes precomputed tables
98
+ * @param n scalar (we don't check here, but should be less than curve order)
99
+ * @param acc accumulator point to add result of multiplication
100
+ * @returns point
101
+ */
102
+ wNAFUnsafe(t, n, i, o = e.ZERO) {
103
+ const { windows: a, windowSize: c } = b(t, r), d = BigInt(2 ** t - 1), h = 2 ** t, w = BigInt(t);
104
+ for (let l = 0; l < a; l++) {
105
+ const u = l * c;
106
+ if (i === I)
107
+ break;
108
+ let s = Number(i & d);
109
+ if (i >>= w, s > c && (s -= h, i += p), s === 0)
110
+ continue;
111
+ let f = n[u + Math.abs(s) - 1];
112
+ s < 0 && (f = f.negate()), o = o.add(f);
113
+ }
114
+ return o;
115
+ },
116
+ getPrecomputes(t, n, i) {
117
+ let o = B.get(n);
118
+ return o || (o = this.precomputeWindow(n, t), t !== 1 && B.set(n, i(o))), o;
119
+ },
120
+ wNAFCached(t, n, i) {
121
+ const o = S(t);
122
+ return this.wNAF(o, this.getPrecomputes(o, t, i), n);
123
+ },
124
+ wNAFCachedUnsafe(t, n, i, o) {
125
+ const a = S(t);
126
+ return a === 1 ? this.unsafeLadder(t, n, o) : this.wNAFUnsafe(a, this.getPrecomputes(a, t, i), n, o);
127
+ },
128
+ // We calculate precomputes for elliptic curve point multiplication
129
+ // using windowed method. This specifies window size and
130
+ // stores precomputed values. Usually only base point would be precomputed.
131
+ setWindowSize(t, n) {
132
+ A(n, r), E.set(t, n), B.delete(t);
133
+ }
134
+ };
135
+ }
136
+ function Z(e, r, t, n) {
137
+ if (L(t, e), k(n, r), t.length !== n.length)
138
+ throw new Error("arrays of points and scalars must have equal length");
139
+ const i = e.ZERO, o = O(BigInt(t.length)), a = o > 12 ? o - 3 : o > 4 ? o - 2 : o ? 2 : 1, c = (1 << a) - 1, d = new Array(c + 1).fill(i), h = Math.floor((r.BITS - 1) / a) * a;
140
+ let w = i;
141
+ for (let l = h; l >= 0; l -= a) {
142
+ d.fill(i);
143
+ for (let s = 0; s < n.length; s++) {
144
+ const f = n[s], g = Number(f >> BigInt(l) & BigInt(c));
145
+ d[g] = d[g].add(t[s]);
146
+ }
147
+ let u = i;
148
+ for (let s = d.length - 1, f = i; s > 0; s--)
149
+ f = f.add(d[s]), u = u.add(f);
150
+ if (w = w.add(u), l !== 0)
151
+ for (let s = 0; s < a; s++)
152
+ w = w.double();
10
153
  }
154
+ return w;
155
+ }
156
+ function U(e) {
157
+ return z(e.Fp), x(e, {
158
+ n: "bigint",
159
+ h: "bigint",
160
+ Gx: "field",
161
+ Gy: "field"
162
+ }, {
163
+ nBitLength: "isSafeInteger",
164
+ nByteLength: "isSafeInteger"
165
+ }), Object.freeze({
166
+ ...F(e.n, e.nBitLength),
167
+ ...e,
168
+ p: e.Fp.ORDER
169
+ });
11
170
  }
12
171
  export {
13
- n as SizeExceedsPaddingSizeError,
14
- d as SliceOffsetOutOfBoundsError
172
+ Z as pippenger,
173
+ U as validateBasic,
174
+ v as wNAF
15
175
  };
package/dist/index94.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index102.cjs"),e={bytes:new Uint8Array,dataView:new DataView(new ArrayBuffer(0)),position:0,positionReadCount:new Map,recursiveReadCount:0,recursiveReadLimit:Number.POSITIVE_INFINITY,assertReadLimit(){if(this.recursiveReadCount>=this.recursiveReadLimit)throw new o.RecursiveReadLimitExceededError({count:this.recursiveReadCount+1,limit:this.recursiveReadLimit})},assertPosition(t){if(t<0||t>this.bytes.length-1)throw new o.PositionOutOfBoundsError({length:this.bytes.length,position:t})},decrementPosition(t){if(t<0)throw new o.NegativeOffsetError({offset:t});const i=this.position-t;this.assertPosition(i),this.position=i},getReadCount(t){return this.positionReadCount.get(t||this.position)||0},incrementPosition(t){if(t<0)throw new o.NegativeOffsetError({offset:t});const i=this.position+t;this.assertPosition(i),this.position=i},inspectByte(t){const i=t??this.position;return this.assertPosition(i),this.bytes[i]},inspectBytes(t,i){const s=i??this.position;return this.assertPosition(s+t-1),this.bytes.subarray(s,s+t)},inspectUint8(t){const i=t??this.position;return this.assertPosition(i),this.bytes[i]},inspectUint16(t){const i=t??this.position;return this.assertPosition(i+1),this.dataView.getUint16(i)},inspectUint24(t){const i=t??this.position;return this.assertPosition(i+2),(this.dataView.getUint16(i)<<8)+this.dataView.getUint8(i+2)},inspectUint32(t){const i=t??this.position;return this.assertPosition(i+3),this.dataView.getUint32(i)},pushByte(t){this.assertPosition(this.position),this.bytes[this.position]=t,this.position++},pushBytes(t){this.assertPosition(this.position+t.length-1),this.bytes.set(t,this.position),this.position+=t.length},pushUint8(t){this.assertPosition(this.position),this.bytes[this.position]=t,this.position++},pushUint16(t){this.assertPosition(this.position+1),this.dataView.setUint16(this.position,t),this.position+=2},pushUint24(t){this.assertPosition(this.position+2),this.dataView.setUint16(this.position,t>>8),this.dataView.setUint8(this.position+2,t&255),this.position+=3},pushUint32(t){this.assertPosition(this.position+3),this.dataView.setUint32(this.position,t),this.position+=4},readByte(){this.assertReadLimit(),this._touch();const t=this.inspectByte();return this.position++,t},readBytes(t,i){this.assertReadLimit(),this._touch();const s=this.inspectBytes(t);return this.position+=i??t,s},readUint8(){this.assertReadLimit(),this._touch();const t=this.inspectUint8();return this.position+=1,t},readUint16(){this.assertReadLimit(),this._touch();const t=this.inspectUint16();return this.position+=2,t},readUint24(){this.assertReadLimit(),this._touch();const t=this.inspectUint24();return this.position+=3,t},readUint32(){this.assertReadLimit(),this._touch();const t=this.inspectUint32();return this.position+=4,t},get remaining(){return this.bytes.length-this.position},setPosition(t){const i=this.position;return this.assertPosition(t),this.position=t,()=>this.position=i},_touch(){if(this.recursiveReadLimit===Number.POSITIVE_INFINITY)return;const t=this.getReadCount();this.positionReadCount.set(this.position,t+1),t>0&&this.recursiveReadCount++}};function n(t,{recursiveReadLimit:i=8192}={}){const s=Object.create(e);return s.bytes=t,s.dataView=new DataView(t.buffer,t.byteOffset,t.byteLength),s.positionReadCount=new Map,s.recursiveReadLimit=i,s}exports.createCursor=n;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index103.cjs"),e={bytes:new Uint8Array,dataView:new DataView(new ArrayBuffer(0)),position:0,positionReadCount:new Map,recursiveReadCount:0,recursiveReadLimit:Number.POSITIVE_INFINITY,assertReadLimit(){if(this.recursiveReadCount>=this.recursiveReadLimit)throw new o.RecursiveReadLimitExceededError({count:this.recursiveReadCount+1,limit:this.recursiveReadLimit})},assertPosition(t){if(t<0||t>this.bytes.length-1)throw new o.PositionOutOfBoundsError({length:this.bytes.length,position:t})},decrementPosition(t){if(t<0)throw new o.NegativeOffsetError({offset:t});const i=this.position-t;this.assertPosition(i),this.position=i},getReadCount(t){return this.positionReadCount.get(t||this.position)||0},incrementPosition(t){if(t<0)throw new o.NegativeOffsetError({offset:t});const i=this.position+t;this.assertPosition(i),this.position=i},inspectByte(t){const i=t??this.position;return this.assertPosition(i),this.bytes[i]},inspectBytes(t,i){const s=i??this.position;return this.assertPosition(s+t-1),this.bytes.subarray(s,s+t)},inspectUint8(t){const i=t??this.position;return this.assertPosition(i),this.bytes[i]},inspectUint16(t){const i=t??this.position;return this.assertPosition(i+1),this.dataView.getUint16(i)},inspectUint24(t){const i=t??this.position;return this.assertPosition(i+2),(this.dataView.getUint16(i)<<8)+this.dataView.getUint8(i+2)},inspectUint32(t){const i=t??this.position;return this.assertPosition(i+3),this.dataView.getUint32(i)},pushByte(t){this.assertPosition(this.position),this.bytes[this.position]=t,this.position++},pushBytes(t){this.assertPosition(this.position+t.length-1),this.bytes.set(t,this.position),this.position+=t.length},pushUint8(t){this.assertPosition(this.position),this.bytes[this.position]=t,this.position++},pushUint16(t){this.assertPosition(this.position+1),this.dataView.setUint16(this.position,t),this.position+=2},pushUint24(t){this.assertPosition(this.position+2),this.dataView.setUint16(this.position,t>>8),this.dataView.setUint8(this.position+2,t&255),this.position+=3},pushUint32(t){this.assertPosition(this.position+3),this.dataView.setUint32(this.position,t),this.position+=4},readByte(){this.assertReadLimit(),this._touch();const t=this.inspectByte();return this.position++,t},readBytes(t,i){this.assertReadLimit(),this._touch();const s=this.inspectBytes(t);return this.position+=i??t,s},readUint8(){this.assertReadLimit(),this._touch();const t=this.inspectUint8();return this.position+=1,t},readUint16(){this.assertReadLimit(),this._touch();const t=this.inspectUint16();return this.position+=2,t},readUint24(){this.assertReadLimit(),this._touch();const t=this.inspectUint24();return this.position+=3,t},readUint32(){this.assertReadLimit(),this._touch();const t=this.inspectUint32();return this.position+=4,t},get remaining(){return this.bytes.length-this.position},setPosition(t){const i=this.position;return this.assertPosition(t),this.position=t,()=>this.position=i},_touch(){if(this.recursiveReadLimit===Number.POSITIVE_INFINITY)return;const t=this.getReadCount();this.positionReadCount.set(this.position,t+1),t>0&&this.recursiveReadCount++}};function n(t,{recursiveReadLimit:i=8192}={}){const s=Object.create(e);return s.bytes=t,s.dataView=new DataView(t.buffer,t.byteOffset,t.byteLength),s.positionReadCount=new Map,s.recursiveReadLimit=i,s}exports.createCursor=n;
package/dist/index94.js CHANGED
@@ -1,4 +1,4 @@
1
- import { NegativeOffsetError as o, PositionOutOfBoundsError as e, RecursiveReadLimitExceededError as n } from "./index102.js";
1
+ import { NegativeOffsetError as o, PositionOutOfBoundsError as e, RecursiveReadLimitExceededError as n } from "./index103.js";
2
2
  const h = {
3
3
  bytes: new Uint8Array(),
4
4
  dataView: new DataView(new ArrayBuffer(0)),
package/dist/index99.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index93.cjs"),O=require("./index59.cjs"),n=require("./index72.cjs");function p(i,e,s,{strict:f}={}){return O.isHex(i,{strict:!1})?l(i,e,s,{strict:f}):u(i,e,s,{strict:f})}function r(i,e){if(typeof e=="number"&&e>0&&e>n.size(i)-1)throw new t.SliceOffsetOutOfBoundsError({offset:e,position:"start",size:n.size(i)})}function c(i,e,s){if(typeof e=="number"&&typeof s=="number"&&n.size(i)!==s-e)throw new t.SliceOffsetOutOfBoundsError({offset:s,position:"end",size:n.size(i)})}function u(i,e,s,{strict:f}={}){r(i,e);const o=i.slice(e,s);return f&&c(o,e,s),o}function l(i,e,s,{strict:f}={}){r(i,e);const o=`0x${i.replace("0x","").slice((e??0)*2,(s??i.length)*2)}`;return f&&c(o,e,s),o}exports.slice=p;exports.sliceBytes=u;exports.sliceHex=l;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index90.cjs"),O=require("./index59.cjs"),n=require("./index74.cjs");function p(i,e,s,{strict:f}={}){return O.isHex(i,{strict:!1})?l(i,e,s,{strict:f}):u(i,e,s,{strict:f})}function r(i,e){if(typeof e=="number"&&e>0&&e>n.size(i)-1)throw new t.SliceOffsetOutOfBoundsError({offset:e,position:"start",size:n.size(i)})}function c(i,e,s){if(typeof e=="number"&&typeof s=="number"&&n.size(i)!==s-e)throw new t.SliceOffsetOutOfBoundsError({offset:s,position:"end",size:n.size(i)})}function u(i,e,s,{strict:f}={}){r(i,e);const o=i.slice(e,s);return f&&c(o,e,s),o}function l(i,e,s,{strict:f}={}){r(i,e);const o=`0x${i.replace("0x","").slice((e??0)*2,(s??i.length)*2)}`;return f&&c(o,e,s),o}exports.slice=p;exports.sliceBytes=u;exports.sliceHex=l;
package/dist/index99.js CHANGED
@@ -1,6 +1,6 @@
1
- import { SliceOffsetOutOfBoundsError as t } from "./index93.js";
1
+ import { SliceOffsetOutOfBoundsError as t } from "./index90.js";
2
2
  import { isHex as p } from "./index59.js";
3
- import { size as r } from "./index72.js";
3
+ import { size as r } from "./index74.js";
4
4
  function w(e, f, i, { strict: o } = {}) {
5
5
  return p(e, { strict: !1 }) ? u(e, f, i, {
6
6
  strict: o
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gardenfi/utils",
3
- "version": "2.1.2-beta.6",
3
+ "version": "2.1.2-beta.7",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "vite build",