@coinbase/cdp-core 0.0.57 → 0.0.60
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.
- package/dist/esm/index.native.js +55 -54
- package/dist/esm/index.native103.js +1 -1
- package/dist/esm/index.native115.js +1 -1
- package/dist/esm/index.native127.js +1 -1
- package/dist/esm/index.native131.js +1 -1
- package/dist/esm/index.native140.js +74 -42
- package/dist/esm/index.native141.js +42 -74
- package/dist/esm/index.native146.js +7 -38
- package/dist/esm/index.native148.js +375 -67
- package/dist/esm/index.native149.js +832 -34
- package/dist/esm/index.native150.js +38 -20
- package/dist/esm/index.native151.js +2 -8
- package/dist/esm/index.native152.js +70 -2
- package/dist/esm/index.native153.js +30 -373
- package/dist/esm/index.native154.js +20 -832
- package/dist/esm/index.native16.js +8 -0
- package/dist/esm/index.native164.js +1 -1
- package/dist/esm/index.native165.js +2 -2
- package/dist/esm/index.native166.js +2 -2
- package/dist/esm/index.native167.js +2 -2
- package/dist/esm/index.native25.js +1 -1
- package/dist/esm/index.native29.js +10 -2
- package/dist/esm/index.native47.js +1 -1
- package/dist/esm/index.native7.js +52 -51
- package/dist/esm/index.web.js +59 -58
- package/dist/esm/index.web126.js +1 -1
- package/dist/esm/index.web130.js +1 -1
- package/dist/esm/index.web133.js +2 -79
- package/dist/esm/index.web134.js +109 -2
- package/dist/esm/index.web135.js +2 -109
- package/dist/esm/index.web136.js +79 -2
- package/dist/esm/index.web144.js +1 -1
- package/dist/esm/index.web145.js +7 -38
- package/dist/esm/index.web147.js +375 -67
- package/dist/esm/index.web148.js +832 -34
- package/dist/esm/index.web149.js +38 -20
- package/dist/esm/index.web15.js +8 -0
- package/dist/esm/index.web150.js +2 -8
- package/dist/esm/index.web151.js +70 -2
- package/dist/esm/index.web152.js +30 -373
- package/dist/esm/index.web153.js +20 -832
- package/dist/esm/index.web164.js +2 -2
- package/dist/esm/index.web165.js +2 -2
- package/dist/esm/index.web166.js +2 -2
- package/dist/esm/index.web23.js +1 -1
- package/dist/esm/index.web27.js +10 -2
- package/dist/esm/index.web40.js +1 -1
- package/dist/esm/index.web41.js +3 -3
- package/dist/esm/index.web46.js +377 -2
- package/dist/esm/index.web47.js +2 -379
- package/dist/esm/index.web48.js +65 -28
- package/dist/esm/index.web49.js +364 -28
- package/dist/esm/index.web50.js +4 -2
- package/dist/esm/index.web51.js +28 -65
- package/dist/esm/index.web52.js +28 -364
- package/dist/esm/index.web6.js +52 -51
- package/dist/esm/index.web97.js +1 -1
- package/dist/native/index.native.js +55 -54
- package/dist/native/index.native103.js +1 -1
- package/dist/native/index.native115.js +1 -1
- package/dist/native/index.native127.js +1 -1
- package/dist/native/index.native131.js +1 -1
- package/dist/native/index.native140.js +74 -42
- package/dist/native/index.native141.js +42 -74
- package/dist/native/index.native146.js +7 -38
- package/dist/native/index.native148.js +375 -67
- package/dist/native/index.native149.js +832 -34
- package/dist/native/index.native150.js +38 -20
- package/dist/native/index.native151.js +2 -8
- package/dist/native/index.native152.js +70 -2
- package/dist/native/index.native153.js +30 -373
- package/dist/native/index.native154.js +20 -832
- package/dist/native/index.native16.js +8 -0
- package/dist/native/index.native164.js +1 -1
- package/dist/native/index.native165.js +2 -2
- package/dist/native/index.native166.js +2 -2
- package/dist/native/index.native167.js +2 -2
- package/dist/native/index.native25.js +1 -1
- package/dist/native/index.native29.js +10 -2
- package/dist/native/index.native47.js +1 -1
- package/dist/native/index.native7.js +52 -51
- package/dist/native-types/auth/authManager.d.ts +1 -0
- package/dist/native-types/auth/types.d.ts +1 -0
- package/dist/native-types/core.d.ts +1 -0
- package/dist/native-types/mocks/mockAuthManager.d.ts +1 -0
- package/dist/native-types/types.d.ts +4 -0
- package/dist/native-types/version.d.ts +1 -1
- package/dist/types/auth/authManager.d.ts +1 -0
- package/dist/types/auth/types.d.ts +1 -0
- package/dist/types/core.d.ts +1 -0
- package/dist/types/mocks/mockAuthManager.d.ts +1 -0
- package/dist/types/types.d.ts +4 -0
- package/dist/types/version.d.ts +1 -1
- package/dist/web/index.web.js +59 -58
- package/dist/web/index.web126.js +1 -1
- package/dist/web/index.web130.js +1 -1
- package/dist/web/index.web133.js +2 -79
- package/dist/web/index.web134.js +109 -2
- package/dist/web/index.web135.js +2 -109
- package/dist/web/index.web136.js +79 -2
- package/dist/web/index.web144.js +1 -1
- package/dist/web/index.web145.js +7 -38
- package/dist/web/index.web147.js +375 -67
- package/dist/web/index.web148.js +832 -34
- package/dist/web/index.web149.js +38 -20
- package/dist/web/index.web15.js +8 -0
- package/dist/web/index.web150.js +2 -8
- package/dist/web/index.web151.js +70 -2
- package/dist/web/index.web152.js +30 -373
- package/dist/web/index.web153.js +20 -832
- package/dist/web/index.web164.js +2 -2
- package/dist/web/index.web165.js +2 -2
- package/dist/web/index.web166.js +2 -2
- package/dist/web/index.web23.js +1 -1
- package/dist/web/index.web27.js +10 -2
- package/dist/web/index.web40.js +1 -1
- package/dist/web/index.web41.js +3 -3
- package/dist/web/index.web46.js +377 -2
- package/dist/web/index.web47.js +2 -379
- package/dist/web/index.web48.js +65 -28
- package/dist/web/index.web49.js +364 -28
- package/dist/web/index.web50.js +4 -2
- package/dist/web/index.web51.js +28 -65
- package/dist/web/index.web52.js +28 -364
- package/dist/web/index.web6.js +52 -51
- package/dist/web/index.web97.js +1 -1
- package/dist/web-types/auth/authManager.d.ts +1 -0
- package/dist/web-types/auth/types.d.ts +1 -0
- package/dist/web-types/core.d.ts +1 -0
- package/dist/web-types/mocks/mockAuthManager.d.ts +1 -0
- package/dist/web-types/types.d.ts +4 -0
- package/dist/web-types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -3,22 +3,22 @@ import { nativeOAuth as o } from "./index.native3.js";
|
|
|
3
3
|
import { nativeSecureStorage as e } from "./index.native4.js";
|
|
4
4
|
import { nativeStorage as t } from "./index.native5.js";
|
|
5
5
|
import { setPlatformServices as n } from "./index.native6.js";
|
|
6
|
-
import { exportEvmAccount as
|
|
7
|
-
import { createSpendPermission as
|
|
8
|
-
import { listSpendPermissions as
|
|
9
|
-
import { APIError as
|
|
10
|
-
import { revokeSpendPermission as
|
|
11
|
-
import { linkGoogle as
|
|
12
|
-
import { linkSms as
|
|
13
|
-
import { linkEmail as
|
|
14
|
-
import { linkOAuth as
|
|
15
|
-
import { linkApple as
|
|
16
|
-
import { AuthManager as
|
|
6
|
+
import { exportEvmAccount as E, exportSolanaAccount as S, getAccessToken as d, getAccessTokenExpiration as u, getCurrentUser as A, getUserOperation as v, initialize as x, isSignedIn as h, onAuthStateChange as T, onOAuthStateChange as O, sendEvmTransaction as y, sendSolanaTransaction as P, sendUserOperation as k, signEvmHash as I, signEvmMessage as C, signEvmTransaction as W, signEvmTypedData as D, signInWithEmail as R, signInWithOAuth as U, signInWithSms as M, signOut as N, signSolanaMessage as w, signSolanaTransaction as B, verifyEmailOTP as H, verifyOAuth as V, verifySmsOTP as _ } from "./index.native7.js";
|
|
7
|
+
import { createSpendPermission as z } from "./index.native8.js";
|
|
8
|
+
import { listSpendPermissions as j } from "./index.native9.js";
|
|
9
|
+
import { APIError as F, ErrorType as J, HttpErrorType as K, OAuth2ProviderType as L, SendEvmTransactionWithEndUserAccountBodyNetwork as Q, SendSolanaTransactionWithEndUserAccountBodyNetwork as X } from "@coinbase/cdp-api-client";
|
|
10
|
+
import { revokeSpendPermission as Z } from "./index.native10.js";
|
|
11
|
+
import { linkGoogle as rr } from "./index.native11.js";
|
|
12
|
+
import { linkSms as er } from "./index.native12.js";
|
|
13
|
+
import { linkEmail as nr } from "./index.native13.js";
|
|
14
|
+
import { linkOAuth as ar } from "./index.native14.js";
|
|
15
|
+
import { linkApple as mr } from "./index.native15.js";
|
|
16
|
+
import { AuthManager as cr } from "./index.native16.js";
|
|
17
17
|
import "viem";
|
|
18
18
|
import { toViemAccount as fr } from "./index.native17.js";
|
|
19
|
-
import { InputValidationError as
|
|
20
|
-
import { createCDPEmbeddedWallet as
|
|
21
|
-
import { EIP1193ProviderError as vr, STANDARD_ERROR_CODES as
|
|
19
|
+
import { InputValidationError as Er, ModuleResolutionError as Sr } from "./index.native18.js";
|
|
20
|
+
import { createCDPEmbeddedWallet as ur } from "./index.native19.js";
|
|
21
|
+
import { EIP1193ProviderError as vr, STANDARD_ERROR_CODES as xr } from "./index.native20.js";
|
|
22
22
|
import "zustand";
|
|
23
23
|
n({
|
|
24
24
|
crypto: r,
|
|
@@ -27,50 +27,51 @@ n({
|
|
|
27
27
|
oauth: o
|
|
28
28
|
});
|
|
29
29
|
export {
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
F as APIError,
|
|
31
|
+
cr as AuthManager,
|
|
32
32
|
vr as EIP1193ProviderError,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
J as ErrorType,
|
|
34
|
+
K as HttpErrorType,
|
|
35
|
+
Er as InputValidationError,
|
|
36
36
|
Sr as ModuleResolutionError,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
37
|
+
L as OAuth2ProviderType,
|
|
38
|
+
xr as STANDARD_ERROR_CODES,
|
|
39
|
+
Q as SendEvmTransactionWithEndUserAccountBodyNetwork,
|
|
40
|
+
X as SendSolanaTransactionWithEndUserAccountBodyNetwork,
|
|
41
|
+
ur as createCDPEmbeddedWallet,
|
|
42
|
+
z as createSpendPermission,
|
|
43
|
+
E as exportEvmAccount,
|
|
44
|
+
S as exportSolanaAccount,
|
|
45
45
|
d as getAccessToken,
|
|
46
|
-
u as
|
|
46
|
+
u as getAccessTokenExpiration,
|
|
47
|
+
A as getCurrentUser,
|
|
47
48
|
v as getUserOperation,
|
|
48
|
-
|
|
49
|
+
x as initialize,
|
|
49
50
|
h as isSignedIn,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
51
|
+
mr as linkApple,
|
|
52
|
+
nr as linkEmail,
|
|
53
|
+
rr as linkGoogle,
|
|
54
|
+
ar as linkOAuth,
|
|
55
|
+
er as linkSms,
|
|
56
|
+
j as listSpendPermissions,
|
|
57
|
+
T as onAuthStateChange,
|
|
58
|
+
O as onOAuthStateChange,
|
|
59
|
+
Z as revokeSpendPermission,
|
|
60
|
+
y as sendEvmTransaction,
|
|
61
|
+
P as sendSolanaTransaction,
|
|
62
|
+
k as sendUserOperation,
|
|
63
|
+
I as signEvmHash,
|
|
64
|
+
C as signEvmMessage,
|
|
65
|
+
W as signEvmTransaction,
|
|
66
|
+
D as signEvmTypedData,
|
|
67
|
+
R as signInWithEmail,
|
|
68
|
+
U as signInWithOAuth,
|
|
69
|
+
M as signInWithSms,
|
|
70
|
+
N as signOut,
|
|
71
|
+
w as signSolanaMessage,
|
|
72
|
+
B as signSolanaTransaction,
|
|
72
73
|
fr as toViemAccount,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
H as verifyEmailOTP,
|
|
75
|
+
V as verifyOAuth,
|
|
76
|
+
_ as verifySmsOTP
|
|
76
77
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HashMD as D, SHA256_IV as b, Chi as g, Maj as p } from "./index.
|
|
1
|
+
import { HashMD as D, SHA256_IV as b, Chi as g, Maj as p } from "./index.native140.js";
|
|
2
2
|
import { createHasher as u, clean as C, rotr as i } from "./index.native130.js";
|
|
3
3
|
const B = /* @__PURE__ */ Uint32Array.from([
|
|
4
4
|
1116352408,
|
|
@@ -1,49 +1,81 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
const u = typeof n == "bigint" && r ? -n - 1n : 0;
|
|
8
|
-
if (n && o > n || o < u) {
|
|
9
|
-
const s = typeof t == "bigint" ? "n" : "";
|
|
10
|
-
throw new d({
|
|
11
|
-
max: n ? `${n}${s}` : void 0,
|
|
12
|
-
min: `${u}${s}`,
|
|
13
|
-
signed: r,
|
|
14
|
-
size: e,
|
|
15
|
-
value: `${t}${s}`
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
const a = `0x${(r && o < 0 ? (1n << BigInt(e * 8)) + BigInt(o) : o).toString(16)}`;
|
|
19
|
-
return e ? c(a, e) : a;
|
|
1
|
+
import { Hash as g, createView as l, aexists as b, toBytes as a, abytes as d, aoutput as x, clean as w } from "./index.native130.js";
|
|
2
|
+
function y(o, t, s, n) {
|
|
3
|
+
if (typeof o.setBigUint64 == "function")
|
|
4
|
+
return o.setBigUint64(t, s, n);
|
|
5
|
+
const i = BigInt(32), h = BigInt(4294967295), e = Number(s >> i & h), r = Number(s & h), c = n ? 4 : 0, u = n ? 0 : 4;
|
|
6
|
+
o.setUint32(t + c, e, n), o.setUint32(t + u, r, n);
|
|
20
7
|
}
|
|
21
|
-
function
|
|
22
|
-
return
|
|
8
|
+
function U(o, t, s) {
|
|
9
|
+
return o & t ^ ~o & s;
|
|
23
10
|
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
super(`Number \`${n}\` is not in safe${o ? ` ${o * 8}-bit` : ""}${e ? " signed" : " unsigned"} integer range ${i ? `(\`${r}\` to \`${i}\`)` : `(above \`${r}\`)`}`), Object.defineProperty(this, "name", {
|
|
27
|
-
enumerable: !0,
|
|
28
|
-
configurable: !0,
|
|
29
|
-
writable: !0,
|
|
30
|
-
value: "Hex.IntegerOutOfRangeError"
|
|
31
|
-
});
|
|
32
|
-
}
|
|
11
|
+
function _(o, t, s) {
|
|
12
|
+
return o & t ^ o & s ^ t & s;
|
|
33
13
|
}
|
|
34
|
-
class
|
|
35
|
-
constructor(
|
|
36
|
-
super(
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
14
|
+
class m extends g {
|
|
15
|
+
constructor(t, s, n, i) {
|
|
16
|
+
super(), this.finished = !1, this.length = 0, this.pos = 0, this.destroyed = !1, this.blockLen = t, this.outputLen = s, this.padOffset = n, this.isLE = i, this.buffer = new Uint8Array(t), this.view = l(this.buffer);
|
|
17
|
+
}
|
|
18
|
+
update(t) {
|
|
19
|
+
b(this), t = a(t), d(t);
|
|
20
|
+
const { view: s, buffer: n, blockLen: i } = this, h = t.length;
|
|
21
|
+
for (let e = 0; e < h; ) {
|
|
22
|
+
const r = Math.min(i - this.pos, h - e);
|
|
23
|
+
if (r === i) {
|
|
24
|
+
const c = l(t);
|
|
25
|
+
for (; i <= h - e; e += i)
|
|
26
|
+
this.process(c, e);
|
|
27
|
+
continue;
|
|
28
|
+
}
|
|
29
|
+
n.set(t.subarray(e, e + r), this.pos), this.pos += r, e += r, this.pos === i && (this.process(s, 0), this.pos = 0);
|
|
30
|
+
}
|
|
31
|
+
return this.length += t.length, this.roundClean(), this;
|
|
32
|
+
}
|
|
33
|
+
digestInto(t) {
|
|
34
|
+
b(this), x(t, this), this.finished = !0;
|
|
35
|
+
const { buffer: s, view: n, blockLen: i, isLE: h } = this;
|
|
36
|
+
let { pos: e } = this;
|
|
37
|
+
s[e++] = 128, w(this.buffer.subarray(e)), this.padOffset > i - e && (this.process(n, 0), e = 0);
|
|
38
|
+
for (let f = e; f < i; f++)
|
|
39
|
+
s[f] = 0;
|
|
40
|
+
y(n, i - 8, BigInt(this.length * 8), h), this.process(n, 0);
|
|
41
|
+
const r = l(t), c = this.outputLen;
|
|
42
|
+
if (c % 4)
|
|
43
|
+
throw new Error("_sha2: outputLen should be aligned to 32bit");
|
|
44
|
+
const u = c / 4, p = this.get();
|
|
45
|
+
if (u > p.length)
|
|
46
|
+
throw new Error("_sha2: outputLen bigger than state");
|
|
47
|
+
for (let f = 0; f < u; f++)
|
|
48
|
+
r.setUint32(4 * f, p[f], h);
|
|
49
|
+
}
|
|
50
|
+
digest() {
|
|
51
|
+
const { buffer: t, outputLen: s } = this;
|
|
52
|
+
this.digestInto(t);
|
|
53
|
+
const n = t.slice(0, s);
|
|
54
|
+
return this.destroy(), n;
|
|
55
|
+
}
|
|
56
|
+
_cloneInto(t) {
|
|
57
|
+
t || (t = new this.constructor()), t.set(...this.get());
|
|
58
|
+
const { blockLen: s, buffer: n, length: i, finished: h, destroyed: e, pos: r } = this;
|
|
59
|
+
return t.destroyed = e, t.finished = h, t.length = i, t.pos = r, i % s && t.buffer.set(n), t;
|
|
60
|
+
}
|
|
61
|
+
clone() {
|
|
62
|
+
return this._cloneInto();
|
|
42
63
|
}
|
|
43
64
|
}
|
|
65
|
+
const B = /* @__PURE__ */ Uint32Array.from([
|
|
66
|
+
1779033703,
|
|
67
|
+
3144134277,
|
|
68
|
+
1013904242,
|
|
69
|
+
2773480762,
|
|
70
|
+
1359893119,
|
|
71
|
+
2600822924,
|
|
72
|
+
528734635,
|
|
73
|
+
1541459225
|
|
74
|
+
]);
|
|
44
75
|
export {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
76
|
+
U as Chi,
|
|
77
|
+
m as HashMD,
|
|
78
|
+
_ as Maj,
|
|
79
|
+
B as SHA256_IV,
|
|
80
|
+
y as setBigUint64
|
|
49
81
|
};
|
|
@@ -1,81 +1,49 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { BaseError as f } from "./index.native55.js";
|
|
2
|
+
import { pad as g } from "./index.native164.js";
|
|
3
|
+
function m(t, i = {}) {
|
|
4
|
+
const { signed: r, size: e } = i, o = BigInt(t);
|
|
5
|
+
let n;
|
|
6
|
+
e ? r ? n = (1n << BigInt(e) * 8n - 1n) - 1n : n = 2n ** (BigInt(e) * 8n) - 1n : typeof t == "number" && (n = BigInt(Number.MAX_SAFE_INTEGER));
|
|
7
|
+
const u = typeof n == "bigint" && r ? -n - 1n : 0;
|
|
8
|
+
if (n && o > n || o < u) {
|
|
9
|
+
const s = typeof t == "bigint" ? "n" : "";
|
|
10
|
+
throw new d({
|
|
11
|
+
max: n ? `${n}${s}` : void 0,
|
|
12
|
+
min: `${u}${s}`,
|
|
13
|
+
signed: r,
|
|
14
|
+
size: e,
|
|
15
|
+
value: `${t}${s}`
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
const a = `0x${(r && o < 0 ? (1n << BigInt(e * 8)) + BigInt(o) : o).toString(16)}`;
|
|
19
|
+
return e ? c(a, e) : a;
|
|
10
20
|
}
|
|
11
|
-
function
|
|
12
|
-
return
|
|
21
|
+
function c(t, i) {
|
|
22
|
+
return g(t, { dir: "left", size: i });
|
|
13
23
|
}
|
|
14
|
-
class
|
|
15
|
-
constructor(
|
|
16
|
-
super(
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
const r = Math.min(i - this.pos, h - e);
|
|
23
|
-
if (r === i) {
|
|
24
|
-
const c = l(t);
|
|
25
|
-
for (; i <= h - e; e += i)
|
|
26
|
-
this.process(c, e);
|
|
27
|
-
continue;
|
|
28
|
-
}
|
|
29
|
-
n.set(t.subarray(e, e + r), this.pos), this.pos += r, e += r, this.pos === i && (this.process(s, 0), this.pos = 0);
|
|
30
|
-
}
|
|
31
|
-
return this.length += t.length, this.roundClean(), this;
|
|
32
|
-
}
|
|
33
|
-
digestInto(t) {
|
|
34
|
-
b(this), x(t, this), this.finished = !0;
|
|
35
|
-
const { buffer: s, view: n, blockLen: i, isLE: h } = this;
|
|
36
|
-
let { pos: e } = this;
|
|
37
|
-
s[e++] = 128, w(this.buffer.subarray(e)), this.padOffset > i - e && (this.process(n, 0), e = 0);
|
|
38
|
-
for (let f = e; f < i; f++)
|
|
39
|
-
s[f] = 0;
|
|
40
|
-
y(n, i - 8, BigInt(this.length * 8), h), this.process(n, 0);
|
|
41
|
-
const r = l(t), c = this.outputLen;
|
|
42
|
-
if (c % 4)
|
|
43
|
-
throw new Error("_sha2: outputLen should be aligned to 32bit");
|
|
44
|
-
const u = c / 4, p = this.get();
|
|
45
|
-
if (u > p.length)
|
|
46
|
-
throw new Error("_sha2: outputLen bigger than state");
|
|
47
|
-
for (let f = 0; f < u; f++)
|
|
48
|
-
r.setUint32(4 * f, p[f], h);
|
|
24
|
+
class d extends f {
|
|
25
|
+
constructor({ max: i, min: r, signed: e, size: o, value: n }) {
|
|
26
|
+
super(`Number \`${n}\` is not in safe${o ? ` ${o * 8}-bit` : ""}${e ? " signed" : " unsigned"} integer range ${i ? `(\`${r}\` to \`${i}\`)` : `(above \`${r}\`)`}`), Object.defineProperty(this, "name", {
|
|
27
|
+
enumerable: !0,
|
|
28
|
+
configurable: !0,
|
|
29
|
+
writable: !0,
|
|
30
|
+
value: "Hex.IntegerOutOfRangeError"
|
|
31
|
+
});
|
|
49
32
|
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
return t.destroyed = e, t.finished = h, t.length = i, t.pos = r, i % s && t.buffer.set(n), t;
|
|
60
|
-
}
|
|
61
|
-
clone() {
|
|
62
|
-
return this._cloneInto();
|
|
33
|
+
}
|
|
34
|
+
class p extends f {
|
|
35
|
+
constructor({ size: i, targetSize: r, type: e }) {
|
|
36
|
+
super(`${e.charAt(0).toUpperCase()}${e.slice(1).toLowerCase()} size (\`${i}\`) exceeds padding size (\`${r}\`).`), Object.defineProperty(this, "name", {
|
|
37
|
+
enumerable: !0,
|
|
38
|
+
configurable: !0,
|
|
39
|
+
writable: !0,
|
|
40
|
+
value: "Hex.SizeExceedsPaddingSizeError"
|
|
41
|
+
});
|
|
63
42
|
}
|
|
64
43
|
}
|
|
65
|
-
const B = /* @__PURE__ */ Uint32Array.from([
|
|
66
|
-
1779033703,
|
|
67
|
-
3144134277,
|
|
68
|
-
1013904242,
|
|
69
|
-
2773480762,
|
|
70
|
-
1359893119,
|
|
71
|
-
2600822924,
|
|
72
|
-
528734635,
|
|
73
|
-
1541459225
|
|
74
|
-
]);
|
|
75
44
|
export {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
y as setBigUint64
|
|
45
|
+
d as IntegerOutOfRangeError,
|
|
46
|
+
p as SizeExceedsPaddingSizeError,
|
|
47
|
+
m as fromNumber,
|
|
48
|
+
c as padLeft
|
|
81
49
|
};
|
|
@@ -1,41 +1,10 @@
|
|
|
1
|
-
import { __module as
|
|
2
|
-
import { __require as
|
|
3
|
-
import { __require as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return x ? h.exports : (x = 1, function() {
|
|
8
|
-
var v = S(), p = q().utf8, B = w(), F = q().bin, d = function(o, f) {
|
|
9
|
-
o.constructor == String ? f && f.encoding === "binary" ? o = F.stringToBytes(o) : o = p.stringToBytes(o) : B(o) ? o = Array.prototype.slice.call(o, 0) : !Array.isArray(o) && o.constructor !== Uint8Array && (o = o.toString());
|
|
10
|
-
for (var u = v.bytesToWords(o), a = o.length * 8, n = 1732584193, r = -271733879, i = -1732584194, t = 271733878, e = 0; e < u.length; e++)
|
|
11
|
-
u[e] = (u[e] << 8 | u[e] >>> 24) & 16711935 | (u[e] << 24 | u[e] >>> 8) & 4278255360;
|
|
12
|
-
u[a >>> 5] |= 128 << a % 32, u[(a + 64 >>> 9 << 4) + 14] = a;
|
|
13
|
-
for (var _ = d._ff, c = d._gg, l = d._hh, y = d._ii, e = 0; e < u.length; e += 16) {
|
|
14
|
-
var T = n, b = r, A = i, I = t;
|
|
15
|
-
n = _(n, r, i, t, u[e + 0], 7, -680876936), t = _(t, n, r, i, u[e + 1], 12, -389564586), i = _(i, t, n, r, u[e + 2], 17, 606105819), r = _(r, i, t, n, u[e + 3], 22, -1044525330), n = _(n, r, i, t, u[e + 4], 7, -176418897), t = _(t, n, r, i, u[e + 5], 12, 1200080426), i = _(i, t, n, r, u[e + 6], 17, -1473231341), r = _(r, i, t, n, u[e + 7], 22, -45705983), n = _(n, r, i, t, u[e + 8], 7, 1770035416), t = _(t, n, r, i, u[e + 9], 12, -1958414417), i = _(i, t, n, r, u[e + 10], 17, -42063), r = _(r, i, t, n, u[e + 11], 22, -1990404162), n = _(n, r, i, t, u[e + 12], 7, 1804603682), t = _(t, n, r, i, u[e + 13], 12, -40341101), i = _(i, t, n, r, u[e + 14], 17, -1502002290), r = _(r, i, t, n, u[e + 15], 22, 1236535329), n = c(n, r, i, t, u[e + 1], 5, -165796510), t = c(t, n, r, i, u[e + 6], 9, -1069501632), i = c(i, t, n, r, u[e + 11], 14, 643717713), r = c(r, i, t, n, u[e + 0], 20, -373897302), n = c(n, r, i, t, u[e + 5], 5, -701558691), t = c(t, n, r, i, u[e + 10], 9, 38016083), i = c(i, t, n, r, u[e + 15], 14, -660478335), r = c(r, i, t, n, u[e + 4], 20, -405537848), n = c(n, r, i, t, u[e + 9], 5, 568446438), t = c(t, n, r, i, u[e + 14], 9, -1019803690), i = c(i, t, n, r, u[e + 3], 14, -187363961), r = c(r, i, t, n, u[e + 8], 20, 1163531501), n = c(n, r, i, t, u[e + 13], 5, -1444681467), t = c(t, n, r, i, u[e + 2], 9, -51403784), i = c(i, t, n, r, u[e + 7], 14, 1735328473), r = c(r, i, t, n, u[e + 12], 20, -1926607734), n = l(n, r, i, t, u[e + 5], 4, -378558), t = l(t, n, r, i, u[e + 8], 11, -2022574463), i = l(i, t, n, r, u[e + 11], 16, 1839030562), r = l(r, i, t, n, u[e + 14], 23, -35309556), n = l(n, r, i, t, u[e + 1], 4, -1530992060), t = l(t, n, r, i, u[e + 4], 11, 1272893353), i = l(i, t, n, r, u[e + 7], 16, -155497632), r = l(r, i, t, n, u[e + 10], 23, -1094730640), n = l(n, r, i, t, u[e + 13], 4, 681279174), t = l(t, n, r, i, u[e + 0], 11, -358537222), i = l(i, t, n, r, u[e + 3], 16, -722521979), r = l(r, i, t, n, u[e + 6], 23, 76029189), n = l(n, r, i, t, u[e + 9], 4, -640364487), t = l(t, n, r, i, u[e + 12], 11, -421815835), i = l(i, t, n, r, u[e + 15], 16, 530742520), r = l(r, i, t, n, u[e + 2], 23, -995338651), n = y(n, r, i, t, u[e + 0], 6, -198630844), t = y(t, n, r, i, u[e + 7], 10, 1126891415), i = y(i, t, n, r, u[e + 14], 15, -1416354905), r = y(r, i, t, n, u[e + 5], 21, -57434055), n = y(n, r, i, t, u[e + 12], 6, 1700485571), t = y(t, n, r, i, u[e + 3], 10, -1894986606), i = y(i, t, n, r, u[e + 10], 15, -1051523), r = y(r, i, t, n, u[e + 1], 21, -2054922799), n = y(n, r, i, t, u[e + 8], 6, 1873313359), t = y(t, n, r, i, u[e + 15], 10, -30611744), i = y(i, t, n, r, u[e + 6], 15, -1560198380), r = y(r, i, t, n, u[e + 13], 21, 1309151649), n = y(n, r, i, t, u[e + 4], 6, -145523070), t = y(t, n, r, i, u[e + 11], 10, -1120210379), i = y(i, t, n, r, u[e + 2], 15, 718787259), r = y(r, i, t, n, u[e + 9], 21, -343485551), n = n + T >>> 0, r = r + b >>> 0, i = i + A >>> 0, t = t + I >>> 0;
|
|
16
|
-
}
|
|
17
|
-
return v.endian([n, r, i, t]);
|
|
18
|
-
};
|
|
19
|
-
d._ff = function(o, f, u, a, n, r, i) {
|
|
20
|
-
var t = o + (f & u | ~f & a) + (n >>> 0) + i;
|
|
21
|
-
return (t << r | t >>> 32 - r) + f;
|
|
22
|
-
}, d._gg = function(o, f, u, a, n, r, i) {
|
|
23
|
-
var t = o + (f & a | u & ~a) + (n >>> 0) + i;
|
|
24
|
-
return (t << r | t >>> 32 - r) + f;
|
|
25
|
-
}, d._hh = function(o, f, u, a, n, r, i) {
|
|
26
|
-
var t = o + (f ^ u ^ a) + (n >>> 0) + i;
|
|
27
|
-
return (t << r | t >>> 32 - r) + f;
|
|
28
|
-
}, d._ii = function(o, f, u, a, n, r, i) {
|
|
29
|
-
var t = o + (u ^ (f | ~a)) + (n >>> 0) + i;
|
|
30
|
-
return (t << r | t >>> 32 - r) + f;
|
|
31
|
-
}, d._blocksize = 16, d._digestsize = 16, h.exports = function(o, f) {
|
|
32
|
-
if (o == null)
|
|
33
|
-
throw new Error("Illegal argument " + o);
|
|
34
|
-
var u = v.wordsToBytes(d(o, f));
|
|
35
|
-
return f && f.asBytes ? u : f && f.asString ? F.bytesToString(u) : v.bytesToHex(u);
|
|
36
|
-
};
|
|
37
|
-
}(), h.exports);
|
|
1
|
+
import { __module as e } from "./index.native147.js";
|
|
2
|
+
import { __require as o } from "./index.native148.js";
|
|
3
|
+
import { __require as t } from "./index.native149.js";
|
|
4
|
+
var r;
|
|
5
|
+
function s() {
|
|
6
|
+
return r ? e.exports : (r = 1, process.env.NODE_ENV === "production" ? e.exports = o() : e.exports = t(), e.exports);
|
|
38
7
|
}
|
|
39
8
|
export {
|
|
40
|
-
|
|
9
|
+
s as __require
|
|
41
10
|
};
|