mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 16:51:02 +00:00
1 line
104 KiB
Plaintext
1 line
104 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/classCallCheck","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"yg7e6laZwmpbIvId5jovq9ugXp8=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/createClass","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"Z6pzkVZ2fvxBLkFTgVVOy4UDj30=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/callSuper","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"378KbBHdmndC3iMXZ2Ix8oB3LeE=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/inherits","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"y0uNg4LxF1CLscQChxzgo5dfjvA=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"@noble/hashes/sha2.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":14,"column":18,"index":826},"end":{"line":14,"column":50,"index":858}}],"key":"vu3GrmX7IyKWLC5hFxoq1UnCcJ8=","exportNames":["*"],"imports":1}},{"name":"@noble/hashes/utils.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":15,"column":19,"index":879},"end":{"line":15,"column":52,"index":912}}],"key":"p7DyZ5tsNLZq/3XRYBR2CQCL188=","exportNames":["*"],"imports":1}},{"name":"./abstract/curve.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":16,"column":19,"index":933},"end":{"line":16,"column":49,"index":963}}],"key":"uG6BB1yHvnPNURhjNoN1pAfNFaM=","exportNames":["*"],"imports":1}},{"name":"./abstract/edwards.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":17,"column":21,"index":986},"end":{"line":17,"column":53,"index":1018}}],"key":"k0DK349sxldzfwgSnX/LZHIvzB4=","exportNames":["*"],"imports":1}},{"name":"./abstract/hash-to-curve.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":18,"column":27,"index":1047},"end":{"line":18,"column":65,"index":1085}}],"key":"V7aW6RTrVrmfWtSF3dQ4BGgJnvk=","exportNames":["*"],"imports":1}},{"name":"./abstract/modular.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":19,"column":21,"index":1108},"end":{"line":19,"column":53,"index":1140}}],"key":"+wqfTwYuIjwX8vzKXzerMvYz6ok=","exportNames":["*"],"imports":1}},{"name":"./abstract/montgomery.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":20,"column":24,"index":1166},"end":{"line":20,"column":59,"index":1201}}],"key":"Cyntt6J/58VrRo+pvu/rGjpR1VM=","exportNames":["*"],"imports":1}},{"name":"./utils.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":21,"column":19,"index":1222},"end":{"line":21,"column":40,"index":1243}}],"key":"v6h+l9IeOWbEcXdtKQqd2f4now4=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _classCallCheck = require(_dependencyMap[0], \"@babel/runtime/helpers/classCallCheck\").default;\n var _createClass = require(_dependencyMap[1], \"@babel/runtime/helpers/createClass\").default;\n var _callSuper = require(_dependencyMap[2], \"@babel/runtime/helpers/callSuper\").default;\n var _inherits = require(_dependencyMap[3], \"@babel/runtime/helpers/inherits\").default;\n var _slicedToArray = require(_dependencyMap[4], \"@babel/runtime/helpers/slicedToArray\").default;\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.hash_to_ristretto255 = exports.hashToRistretto255 = exports.encodeToCurve = exports.hashToCurve = exports.RistrettoPoint = exports.edwardsToMontgomery = exports.ED25519_TORSION_SUBGROUP = exports.ristretto255_hasher = exports.ristretto255 = exports.ed25519_hasher = exports.x25519 = exports.ed25519ph = exports.ed25519ctx = exports.ed25519 = void 0;\n exports.edwardsToMontgomeryPub = edwardsToMontgomeryPub;\n exports.edwardsToMontgomeryPriv = edwardsToMontgomeryPriv;\n /**\n * ed25519 Twisted Edwards curve with following addons:\n * - X25519 ECDH\n * - Ristretto cofactor elimination\n * - Elligator hash-to-group / point indistinguishability\n * @module\n */\n /*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */\n var sha2_js_1 = require(_dependencyMap[5], \"@noble/hashes/sha2.js\");\n var utils_js_1 = require(_dependencyMap[6], \"@noble/hashes/utils.js\");\n var curve_ts_1 = require(_dependencyMap[7], \"./abstract/curve.js\");\n var edwards_ts_1 = require(_dependencyMap[8], \"./abstract/edwards.js\");\n var hash_to_curve_ts_1 = require(_dependencyMap[9], \"./abstract/hash-to-curve.js\");\n var modular_ts_1 = require(_dependencyMap[10], \"./abstract/modular.js\");\n var montgomery_ts_1 = require(_dependencyMap[11], \"./abstract/montgomery.js\");\n var utils_ts_1 = require(_dependencyMap[12], \"./utils.js\");\n // prettier-ignore\n var _0n = /* @__PURE__ */BigInt(0),\n _1n = BigInt(1),\n _2n = BigInt(2),\n _3n = BigInt(3);\n // prettier-ignore\n var _5n = BigInt(5),\n _8n = BigInt(8);\n // P = 2n**255n-19n\n var ed25519_CURVE_p = BigInt('0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed');\n // N = 2n**252n + 27742317777372353535851937790883648493n\n // a = Fp.create(BigInt(-1))\n // d = -121665/121666 a.k.a. Fp.neg(121665 * Fp.inv(121666))\n var ed25519_CURVE = /* @__PURE__ */function () {\n return {\n p: ed25519_CURVE_p,\n n: BigInt('0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3ed'),\n h: _8n,\n a: BigInt('0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec'),\n d: BigInt('0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3'),\n Gx: BigInt('0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a'),\n Gy: BigInt('0x6666666666666666666666666666666666666666666666666666666666666658')\n };\n }();\n function ed25519_pow_2_252_3(x) {\n // prettier-ignore\n var _10n = BigInt(10),\n _20n = BigInt(20),\n _40n = BigInt(40),\n _80n = BigInt(80);\n var P = ed25519_CURVE_p;\n var x2 = x * x % P;\n var b2 = x2 * x % P; // x^3, 11\n var b4 = (0, modular_ts_1.pow2)(b2, _2n, P) * b2 % P; // x^15, 1111\n var b5 = (0, modular_ts_1.pow2)(b4, _1n, P) * x % P; // x^31\n var b10 = (0, modular_ts_1.pow2)(b5, _5n, P) * b5 % P;\n var b20 = (0, modular_ts_1.pow2)(b10, _10n, P) * b10 % P;\n var b40 = (0, modular_ts_1.pow2)(b20, _20n, P) * b20 % P;\n var b80 = (0, modular_ts_1.pow2)(b40, _40n, P) * b40 % P;\n var b160 = (0, modular_ts_1.pow2)(b80, _80n, P) * b80 % P;\n var b240 = (0, modular_ts_1.pow2)(b160, _80n, P) * b80 % P;\n var b250 = (0, modular_ts_1.pow2)(b240, _10n, P) * b10 % P;\n var pow_p_5_8 = (0, modular_ts_1.pow2)(b250, _2n, P) * x % P;\n // ^ To pow to (p+3)/8, multiply it by x.\n return {\n pow_p_5_8: pow_p_5_8,\n b2: b2\n };\n }\n function adjustScalarBytes(bytes) {\n // Section 5: For X25519, in order to decode 32 random bytes as an integer scalar,\n // set the three least significant bits of the first byte\n bytes[0] &= 248; // 0b1111_1000\n // and the most significant bit of the last to zero,\n bytes[31] &= 127; // 0b0111_1111\n // set the second most significant bit of the last byte to 1\n bytes[31] |= 64; // 0b0100_0000\n return bytes;\n }\n // √(-1) aka √(a) aka 2^((p-1)/4)\n // Fp.sqrt(Fp.neg(1))\n var ED25519_SQRT_M1 = /* @__PURE__ */BigInt('19681161376707505956807079304988542015446066515923890162744021073123829784752');\n // sqrt(u/v)\n function uvRatio(u, v) {\n var P = ed25519_CURVE_p;\n var v3 = (0, modular_ts_1.mod)(v * v * v, P); // v³\n var v7 = (0, modular_ts_1.mod)(v3 * v3 * v, P); // v⁷\n // (p+3)/8 and (p-5)/8\n var pow = ed25519_pow_2_252_3(u * v7).pow_p_5_8;\n var x = (0, modular_ts_1.mod)(u * v3 * pow, P); // (uv³)(uv⁷)^(p-5)/8\n var vx2 = (0, modular_ts_1.mod)(v * x * x, P); // vx²\n var root1 = x; // First root candidate\n var root2 = (0, modular_ts_1.mod)(x * ED25519_SQRT_M1, P); // Second root candidate\n var useRoot1 = vx2 === u; // If vx² = u (mod p), x is a square root\n var useRoot2 = vx2 === (0, modular_ts_1.mod)(-u, P); // If vx² = -u, set x <-- x * 2^((p-1)/4)\n var noRoot = vx2 === (0, modular_ts_1.mod)(-u * ED25519_SQRT_M1, P); // There is no valid root, vx² = -u√(-1)\n if (useRoot1) x = root1;\n if (useRoot2 || noRoot) x = root2; // We return root2 anyway, for const-time\n if ((0, modular_ts_1.isNegativeLE)(x, P)) x = (0, modular_ts_1.mod)(-x, P);\n return {\n isValid: useRoot1 || useRoot2,\n value: x\n };\n }\n var Fp = /* @__PURE__ */function () {\n return (0, modular_ts_1.Field)(ed25519_CURVE.p, {\n isLE: true\n });\n }();\n var Fn = /* @__PURE__ */function () {\n return (0, modular_ts_1.Field)(ed25519_CURVE.n, {\n isLE: true\n });\n }();\n var ed25519Defaults = /* @__PURE__ */function () {\n return Object.assign({}, ed25519_CURVE, {\n Fp: Fp,\n hash: sha2_js_1.sha512,\n adjustScalarBytes: adjustScalarBytes,\n // dom2\n // Ratio of u to v. Allows us to combine inversion and square root. Uses algo from RFC8032 5.1.3.\n // Constant-time, u/√v\n uvRatio: uvRatio\n });\n }();\n /**\n * ed25519 curve with EdDSA signatures.\n * @example\n * import { ed25519 } from '@noble/curves/ed25519';\n * const { secretKey, publicKey } = ed25519.keygen();\n * const msg = new TextEncoder().encode('hello');\n * const sig = ed25519.sign(msg, priv);\n * ed25519.verify(sig, msg, pub); // Default mode: follows ZIP215\n * ed25519.verify(sig, msg, pub, { zip215: false }); // RFC8032 / FIPS 186-5\n */\n exports.ed25519 = function () {\n return (0, edwards_ts_1.twistedEdwards)(ed25519Defaults);\n }();\n function ed25519_domain(data, ctx, phflag) {\n if (ctx.length > 255) throw new Error('Context is too big');\n return (0, utils_js_1.concatBytes)((0, utils_js_1.utf8ToBytes)('SigEd25519 no Ed25519 collisions'), new Uint8Array([phflag ? 1 : 0, ctx.length]), ctx, data);\n }\n /** Context of ed25519. Uses context for domain separation. */\n exports.ed25519ctx = function () {\n return (0, edwards_ts_1.twistedEdwards)(Object.assign({}, ed25519Defaults, {\n domain: ed25519_domain\n }));\n }();\n /** Prehashed version of ed25519. Accepts already-hashed messages in sign() and verify(). */\n exports.ed25519ph = function () {\n return (0, edwards_ts_1.twistedEdwards)(Object.assign({}, ed25519Defaults, {\n domain: ed25519_domain,\n prehash: sha2_js_1.sha512\n }));\n }();\n /**\n * ECDH using curve25519 aka x25519.\n * @example\n * import { x25519 } from '@noble/curves/ed25519';\n * const priv = 'a546e36bf0527c9d3b16154b82465edd62144c0ac1fc5a18506a2244ba449ac4';\n * const pub = 'e6db6867583030db3594c1a424b15f7c726624ec26b3353b10a903a6d0ab1c4c';\n * x25519.getSharedSecret(priv, pub) === x25519.scalarMult(priv, pub); // aliases\n * x25519.getPublicKey(priv) === x25519.scalarMultBase(priv);\n * x25519.getPublicKey(x25519.utils.randomSecretKey());\n */\n exports.x25519 = function () {\n var P = Fp.ORDER;\n return (0, montgomery_ts_1.montgomery)({\n P: P,\n type: 'x25519',\n powPminus2: function powPminus2(x) {\n // x^(p-2) aka x^(2^255-21)\n var _ed25519_pow_2_252_ = ed25519_pow_2_252_3(x),\n pow_p_5_8 = _ed25519_pow_2_252_.pow_p_5_8,\n b2 = _ed25519_pow_2_252_.b2;\n return (0, modular_ts_1.mod)((0, modular_ts_1.pow2)(pow_p_5_8, _3n, P) * b2, P);\n },\n adjustScalarBytes: adjustScalarBytes\n });\n }();\n // Hash To Curve Elligator2 Map (NOTE: different from ristretto255 elligator)\n // NOTE: very important part is usage of FpSqrtEven for ELL2_C1_EDWARDS, since\n // SageMath returns different root first and everything falls apart\n var ELL2_C1 = /* @__PURE__ */function () {\n return (ed25519_CURVE_p + _3n) / _8n;\n }(); // 1. c1 = (q + 3) / 8 # Integer arithmetic\n var ELL2_C2 = /* @__PURE__ */function () {\n return Fp.pow(_2n, ELL2_C1);\n }(); // 2. c2 = 2^c1\n var ELL2_C3 = /* @__PURE__ */function () {\n return Fp.sqrt(Fp.neg(Fp.ONE));\n }(); // 3. c3 = sqrt(-1)\n // prettier-ignore\n function map_to_curve_elligator2_curve25519(u) {\n var ELL2_C4 = (ed25519_CURVE_p - _5n) / _8n; // 4. c4 = (q - 5) / 8 # Integer arithmetic\n var ELL2_J = BigInt(486662);\n var tv1 = Fp.sqr(u); // 1. tv1 = u^2\n tv1 = Fp.mul(tv1, _2n); // 2. tv1 = 2 * tv1\n var xd = Fp.add(tv1, Fp.ONE); // 3. xd = tv1 + 1 # Nonzero: -1 is square (mod p), tv1 is not\n var x1n = Fp.neg(ELL2_J); // 4. x1n = -J # x1 = x1n / xd = -J / (1 + 2 * u^2)\n var tv2 = Fp.sqr(xd); // 5. tv2 = xd^2\n var gxd = Fp.mul(tv2, xd); // 6. gxd = tv2 * xd # gxd = xd^3\n var gx1 = Fp.mul(tv1, ELL2_J); // 7. gx1 = J * tv1 # x1n + J * xd\n gx1 = Fp.mul(gx1, x1n); // 8. gx1 = gx1 * x1n # x1n^2 + J * x1n * xd\n gx1 = Fp.add(gx1, tv2); // 9. gx1 = gx1 + tv2 # x1n^2 + J * x1n * xd + xd^2\n gx1 = Fp.mul(gx1, x1n); // 10. gx1 = gx1 * x1n # x1n^3 + J * x1n^2 * xd + x1n * xd^2\n var tv3 = Fp.sqr(gxd); // 11. tv3 = gxd^2\n tv2 = Fp.sqr(tv3); // 12. tv2 = tv3^2 # gxd^4\n tv3 = Fp.mul(tv3, gxd); // 13. tv3 = tv3 * gxd # gxd^3\n tv3 = Fp.mul(tv3, gx1); // 14. tv3 = tv3 * gx1 # gx1 * gxd^3\n tv2 = Fp.mul(tv2, tv3); // 15. tv2 = tv2 * tv3 # gx1 * gxd^7\n var y11 = Fp.pow(tv2, ELL2_C4); // 16. y11 = tv2^c4 # (gx1 * gxd^7)^((p - 5) / 8)\n y11 = Fp.mul(y11, tv3); // 17. y11 = y11 * tv3 # gx1*gxd^3*(gx1*gxd^7)^((p-5)/8)\n var y12 = Fp.mul(y11, ELL2_C3); // 18. y12 = y11 * c3\n tv2 = Fp.sqr(y11); // 19. tv2 = y11^2\n tv2 = Fp.mul(tv2, gxd); // 20. tv2 = tv2 * gxd\n var e1 = Fp.eql(tv2, gx1); // 21. e1 = tv2 == gx1\n var y1 = Fp.cmov(y12, y11, e1); // 22. y1 = CMOV(y12, y11, e1) # If g(x1) is square, this is its sqrt\n var x2n = Fp.mul(x1n, tv1); // 23. x2n = x1n * tv1 # x2 = x2n / xd = 2 * u^2 * x1n / xd\n var y21 = Fp.mul(y11, u); // 24. y21 = y11 * u\n y21 = Fp.mul(y21, ELL2_C2); // 25. y21 = y21 * c2\n var y22 = Fp.mul(y21, ELL2_C3); // 26. y22 = y21 * c3\n var gx2 = Fp.mul(gx1, tv1); // 27. gx2 = gx1 * tv1 # g(x2) = gx2 / gxd = 2 * u^2 * g(x1)\n tv2 = Fp.sqr(y21); // 28. tv2 = y21^2\n tv2 = Fp.mul(tv2, gxd); // 29. tv2 = tv2 * gxd\n var e2 = Fp.eql(tv2, gx2); // 30. e2 = tv2 == gx2\n var y2 = Fp.cmov(y22, y21, e2); // 31. y2 = CMOV(y22, y21, e2) # If g(x2) is square, this is its sqrt\n tv2 = Fp.sqr(y1); // 32. tv2 = y1^2\n tv2 = Fp.mul(tv2, gxd); // 33. tv2 = tv2 * gxd\n var e3 = Fp.eql(tv2, gx1); // 34. e3 = tv2 == gx1\n var xn = Fp.cmov(x2n, x1n, e3); // 35. xn = CMOV(x2n, x1n, e3) # If e3, x = x1, else x = x2\n var y = Fp.cmov(y2, y1, e3); // 36. y = CMOV(y2, y1, e3) # If e3, y = y1, else y = y2\n var e4 = Fp.isOdd(y); // 37. e4 = sgn0(y) == 1 # Fix sign of y\n y = Fp.cmov(y, Fp.neg(y), e3 !== e4); // 38. y = CMOV(y, -y, e3 XOR e4)\n return {\n xMn: xn,\n xMd: xd,\n yMn: y,\n yMd: _1n\n }; // 39. return (xn, xd, y, 1)\n }\n var ELL2_C1_EDWARDS = /* @__PURE__ */function () {\n return (0, modular_ts_1.FpSqrtEven)(Fp, Fp.neg(BigInt(486664)));\n }(); // sgn0(c1) MUST equal 0\n function map_to_curve_elligator2_edwards25519(u) {\n var _map_to_curve_elligat = map_to_curve_elligator2_curve25519(u),\n xMn = _map_to_curve_elligat.xMn,\n xMd = _map_to_curve_elligat.xMd,\n yMn = _map_to_curve_elligat.yMn,\n yMd = _map_to_curve_elligat.yMd; // 1. (xMn, xMd, yMn, yMd) =\n // map_to_curve_elligator2_curve25519(u)\n var xn = Fp.mul(xMn, yMd); // 2. xn = xMn * yMd\n xn = Fp.mul(xn, ELL2_C1_EDWARDS); // 3. xn = xn * c1\n var xd = Fp.mul(xMd, yMn); // 4. xd = xMd * yMn # xn / xd = c1 * xM / yM\n var yn = Fp.sub(xMn, xMd); // 5. yn = xMn - xMd\n var yd = Fp.add(xMn, xMd); // 6. yd = xMn + xMd # (n / d - 1) / (n / d + 1) = (n - d) / (n + d)\n var tv1 = Fp.mul(xd, yd); // 7. tv1 = xd * yd\n var e = Fp.eql(tv1, Fp.ZERO); // 8. e = tv1 == 0\n xn = Fp.cmov(xn, Fp.ZERO, e); // 9. xn = CMOV(xn, 0, e)\n xd = Fp.cmov(xd, Fp.ONE, e); // 10. xd = CMOV(xd, 1, e)\n yn = Fp.cmov(yn, Fp.ONE, e); // 11. yn = CMOV(yn, 1, e)\n yd = Fp.cmov(yd, Fp.ONE, e); // 12. yd = CMOV(yd, 1, e)\n var _ref = (0, modular_ts_1.FpInvertBatch)(Fp, [xd, yd], true),\n _ref2 = _slicedToArray(_ref, 2),\n xd_inv = _ref2[0],\n yd_inv = _ref2[1]; // batch division\n return {\n x: Fp.mul(xn, xd_inv),\n y: Fp.mul(yn, yd_inv)\n }; // 13. return (xn, xd, yn, yd)\n }\n /** Hashing to ed25519 points / field. RFC 9380 methods. */\n exports.ed25519_hasher = function () {\n return (0, hash_to_curve_ts_1.createHasher)(exports.ed25519.Point, function (scalars) {\n return map_to_curve_elligator2_edwards25519(scalars[0]);\n }, {\n DST: 'edwards25519_XMD:SHA-512_ELL2_RO_',\n encodeDST: 'edwards25519_XMD:SHA-512_ELL2_NU_',\n p: ed25519_CURVE_p,\n m: 1,\n k: 128,\n expand: 'xmd',\n hash: sha2_js_1.sha512\n });\n }();\n // √(-1) aka √(a) aka 2^((p-1)/4)\n var SQRT_M1 = ED25519_SQRT_M1;\n // √(ad - 1)\n var SQRT_AD_MINUS_ONE = /* @__PURE__ */BigInt('25063068953384623474111414158702152701244531502492656460079210482610430750235');\n // 1 / √(a-d)\n var INVSQRT_A_MINUS_D = /* @__PURE__ */BigInt('54469307008909316920995813868745141605393597292927456921205312896311721017578');\n // 1-d²\n var ONE_MINUS_D_SQ = /* @__PURE__ */BigInt('1159843021668779879193775521855586647937357759715417654439879720876111806838');\n // (d-1)²\n var D_MINUS_ONE_SQ = /* @__PURE__ */BigInt('40440834346308536858101042469323190826248399146238708352240133220865137265952');\n // Calculates 1/√(number)\n var invertSqrt = function invertSqrt(number) {\n return uvRatio(_1n, number);\n };\n var MAX_255B = /* @__PURE__ */BigInt('0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff');\n var bytes255ToNumberLE = function bytes255ToNumberLE(bytes) {\n return exports.ed25519.Point.Fp.create((0, utils_ts_1.bytesToNumberLE)(bytes) & MAX_255B);\n };\n /**\n * Computes Elligator map for Ristretto255.\n * Described in [RFC9380](https://www.rfc-editor.org/rfc/rfc9380#appendix-B) and on\n * the [website](https://ristretto.group/formulas/elligator.html).\n */\n function calcElligatorRistrettoMap(r0) {\n var d = ed25519_CURVE.d;\n var P = ed25519_CURVE_p;\n var mod = function mod(n) {\n return Fp.create(n);\n };\n var r = mod(SQRT_M1 * r0 * r0); // 1\n var Ns = mod((r + _1n) * ONE_MINUS_D_SQ); // 2\n var c = BigInt(-1); // 3\n var D = mod((c - d * r) * mod(r + d)); // 4\n var _uvRatio = uvRatio(Ns, D),\n Ns_D_is_sq = _uvRatio.isValid,\n s = _uvRatio.value; // 5\n var s_ = mod(s * r0); // 6\n if (!(0, modular_ts_1.isNegativeLE)(s_, P)) s_ = mod(-s_);\n if (!Ns_D_is_sq) s = s_; // 7\n if (!Ns_D_is_sq) c = r; // 8\n var Nt = mod(c * (r - _1n) * D_MINUS_ONE_SQ - D); // 9\n var s2 = s * s;\n var W0 = mod((s + s) * D); // 10\n var W1 = mod(Nt * SQRT_AD_MINUS_ONE); // 11\n var W2 = mod(_1n - s2); // 12\n var W3 = mod(_1n + s2); // 13\n return new exports.ed25519.Point(mod(W0 * W3), mod(W2 * W1), mod(W1 * W3), mod(W0 * W2));\n }\n function ristretto255_map(bytes) {\n (0, utils_js_1.abytes)(bytes, 64);\n var r1 = bytes255ToNumberLE(bytes.subarray(0, 32));\n var R1 = calcElligatorRistrettoMap(r1);\n var r2 = bytes255ToNumberLE(bytes.subarray(32, 64));\n var R2 = calcElligatorRistrettoMap(r2);\n return new _RistrettoPoint(R1.add(R2));\n }\n /**\n * Wrapper over Edwards Point for ristretto255.\n *\n * Each ed25519/ExtendedPoint has 8 different equivalent points. This can be\n * a source of bugs for protocols like ring signatures. Ristretto was created to solve this.\n * Ristretto point operates in X:Y:Z:T extended coordinates like ExtendedPoint,\n * but it should work in its own namespace: do not combine those two.\n * See [RFC9496](https://www.rfc-editor.org/rfc/rfc9496).\n */\n var _RistrettoPoint = /*#__PURE__*/function (_edwards_ts_1$PrimeEd) {\n function _RistrettoPoint(ep) {\n _classCallCheck(this, _RistrettoPoint);\n return _callSuper(this, _RistrettoPoint, [ep]);\n }\n _inherits(_RistrettoPoint, _edwards_ts_1$PrimeEd);\n return _createClass(_RistrettoPoint, [{\n key: \"assertSame\",\n value: function assertSame(other) {\n if (!(other instanceof _RistrettoPoint)) throw new Error('RistrettoPoint expected');\n }\n }, {\n key: \"init\",\n value: function init(ep) {\n return new _RistrettoPoint(ep);\n }\n /** @deprecated use `import { ristretto255_hasher } from '@noble/curves/ed25519.js';` */\n }, {\n key: \"toBytes\",\n value:\n /**\n * Encodes ristretto point to Uint8Array.\n * Described in [RFC9496](https://www.rfc-editor.org/rfc/rfc9496#name-encode).\n */\n function toBytes() {\n var _this$ep = this.ep,\n X = _this$ep.X,\n Y = _this$ep.Y,\n Z = _this$ep.Z,\n T = _this$ep.T;\n var P = ed25519_CURVE_p;\n var mod = function mod(n) {\n return Fp.create(n);\n };\n var u1 = mod(mod(Z + Y) * mod(Z - Y)); // 1\n var u2 = mod(X * Y); // 2\n // Square root always exists\n var u2sq = mod(u2 * u2);\n var _invertSqrt = invertSqrt(mod(u1 * u2sq)),\n invsqrt = _invertSqrt.value; // 3\n var D1 = mod(invsqrt * u1); // 4\n var D2 = mod(invsqrt * u2); // 5\n var zInv = mod(D1 * D2 * T); // 6\n var D; // 7\n if ((0, modular_ts_1.isNegativeLE)(T * zInv, P)) {\n var _x = mod(Y * SQRT_M1);\n var _y = mod(X * SQRT_M1);\n X = _x;\n Y = _y;\n D = mod(D1 * INVSQRT_A_MINUS_D);\n } else {\n D = D2; // 8\n }\n if ((0, modular_ts_1.isNegativeLE)(X * zInv, P)) Y = mod(-Y); // 9\n var s = mod((Z - Y) * D); // 10 (check footer's note, no sqrt(-a))\n if ((0, modular_ts_1.isNegativeLE)(s, P)) s = mod(-s);\n return Fp.toBytes(s); // 11\n }\n /**\n * Compares two Ristretto points.\n * Described in [RFC9496](https://www.rfc-editor.org/rfc/rfc9496#name-equals).\n */\n }, {\n key: \"equals\",\n value: function equals(other) {\n this.assertSame(other);\n var _this$ep2 = this.ep,\n X1 = _this$ep2.X,\n Y1 = _this$ep2.Y;\n var _other$ep = other.ep,\n X2 = _other$ep.X,\n Y2 = _other$ep.Y;\n var mod = function mod(n) {\n return Fp.create(n);\n };\n // (x1 * y2 == y1 * x2) | (y1 * y2 == x1 * x2)\n var one = mod(X1 * Y2) === mod(Y1 * X2);\n var two = mod(Y1 * Y2) === mod(X1 * X2);\n return one || two;\n }\n }, {\n key: \"is0\",\n value: function is0() {\n return this.equals(_RistrettoPoint.ZERO);\n }\n }], [{\n key: \"fromAffine\",\n value: function fromAffine(ap) {\n return new _RistrettoPoint(exports.ed25519.Point.fromAffine(ap));\n }\n }, {\n key: \"hashToCurve\",\n value: function hashToCurve(hex) {\n return ristretto255_map((0, utils_ts_1.ensureBytes)('ristrettoHash', hex, 64));\n }\n }, {\n key: \"fromBytes\",\n value: function fromBytes(bytes) {\n (0, utils_js_1.abytes)(bytes, 32);\n var a = ed25519_CURVE.a,\n d = ed25519_CURVE.d;\n var P = ed25519_CURVE_p;\n var mod = function mod(n) {\n return Fp.create(n);\n };\n var s = bytes255ToNumberLE(bytes);\n // 1. Check that s_bytes is the canonical encoding of a field element, or else abort.\n // 3. Check that s is non-negative, or else abort\n if (!(0, utils_ts_1.equalBytes)(Fp.toBytes(s), bytes) || (0, modular_ts_1.isNegativeLE)(s, P)) throw new Error('invalid ristretto255 encoding 1');\n var s2 = mod(s * s);\n var u1 = mod(_1n + a * s2); // 4 (a is -1)\n var u2 = mod(_1n - a * s2); // 5\n var u1_2 = mod(u1 * u1);\n var u2_2 = mod(u2 * u2);\n var v = mod(a * d * u1_2 - u2_2); // 6\n var _invertSqrt2 = invertSqrt(mod(v * u2_2)),\n isValid = _invertSqrt2.isValid,\n I = _invertSqrt2.value; // 7\n var Dx = mod(I * u2); // 8\n var Dy = mod(I * Dx * v); // 9\n var x = mod((s + s) * Dx); // 10\n if ((0, modular_ts_1.isNegativeLE)(x, P)) x = mod(-x); // 10\n var y = mod(u1 * Dy); // 11\n var t = mod(x * y); // 12\n if (!isValid || (0, modular_ts_1.isNegativeLE)(t, P) || y === _0n) throw new Error('invalid ristretto255 encoding 2');\n return new _RistrettoPoint(new exports.ed25519.Point(x, y, _1n, t));\n }\n /**\n * Converts ristretto-encoded string to ristretto point.\n * Described in [RFC9496](https://www.rfc-editor.org/rfc/rfc9496#name-decode).\n * @param hex Ristretto-encoded 32 bytes. Not every 32-byte string is valid ristretto encoding\n */\n }, {\n key: \"fromHex\",\n value: function fromHex(hex) {\n return _RistrettoPoint.fromBytes((0, utils_ts_1.ensureBytes)('ristrettoHex', hex, 32));\n }\n }, {\n key: \"msm\",\n value: function msm(points, scalars) {\n return (0, curve_ts_1.pippenger)(_RistrettoPoint, exports.ed25519.Point.Fn, points, scalars);\n }\n }]);\n }(edwards_ts_1.PrimeEdwardsPoint); // Do NOT change syntax: the following gymnastics is done,\n // because typescript strips comments, which makes bundlers disable tree-shaking.\n // prettier-ignore\n _RistrettoPoint.BASE = /* @__PURE__ */function () {\n return new _RistrettoPoint(exports.ed25519.Point.BASE);\n }();\n // prettier-ignore\n _RistrettoPoint.ZERO = /* @__PURE__ */function () {\n return new _RistrettoPoint(exports.ed25519.Point.ZERO);\n }();\n // prettier-ignore\n _RistrettoPoint.Fp = /* @__PURE__ */function () {\n return Fp;\n }();\n // prettier-ignore\n _RistrettoPoint.Fn = /* @__PURE__ */function () {\n return Fn;\n }();\n exports.ristretto255 = {\n Point: _RistrettoPoint\n };\n /** Hashing to ristretto255 points / field. RFC 9380 methods. */\n exports.ristretto255_hasher = {\n hashToCurve: function hashToCurve(msg, options) {\n var DST = (options == null ? void 0 : options.DST) || 'ristretto255_XMD:SHA-512_R255MAP_RO_';\n var xmd = (0, hash_to_curve_ts_1.expand_message_xmd)(msg, DST, 64, sha2_js_1.sha512);\n return ristretto255_map(xmd);\n },\n hashToScalar: function hashToScalar(msg) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n DST: hash_to_curve_ts_1._DST_scalar\n };\n var xmd = (0, hash_to_curve_ts_1.expand_message_xmd)(msg, options.DST, 64, sha2_js_1.sha512);\n return Fn.create((0, utils_ts_1.bytesToNumberLE)(xmd));\n }\n };\n // export const ristretto255_oprf: OPRF = createORPF({\n // name: 'ristretto255-SHA512',\n // Point: RistrettoPoint,\n // hash: sha512,\n // hashToGroup: ristretto255_hasher.hashToCurve,\n // hashToScalar: ristretto255_hasher.hashToScalar,\n // });\n /**\n * Weird / bogus points, useful for debugging.\n * All 8 ed25519 points of 8-torsion subgroup can be generated from the point\n * T = `26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc05`.\n * ⟨T⟩ = { O, T, 2T, 3T, 4T, 5T, 6T, 7T }\n */\n exports.ED25519_TORSION_SUBGROUP = ['0100000000000000000000000000000000000000000000000000000000000000', 'c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac037a', '0000000000000000000000000000000000000000000000000000000000000080', '26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc05', 'ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f', '26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc85', '0000000000000000000000000000000000000000000000000000000000000000', 'c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac03fa'];\n /** @deprecated use `ed25519.utils.toMontgomery` */\n function edwardsToMontgomeryPub(edwardsPub) {\n return exports.ed25519.utils.toMontgomery((0, utils_ts_1.ensureBytes)('pub', edwardsPub));\n }\n /** @deprecated use `ed25519.utils.toMontgomery` */\n exports.edwardsToMontgomery = edwardsToMontgomeryPub;\n /** @deprecated use `ed25519.utils.toMontgomerySecret` */\n function edwardsToMontgomeryPriv(edwardsPriv) {\n return exports.ed25519.utils.toMontgomerySecret((0, utils_ts_1.ensureBytes)('pub', edwardsPriv));\n }\n /** @deprecated use `ristretto255.Point` */\n exports.RistrettoPoint = _RistrettoPoint;\n /** @deprecated use `import { ed25519_hasher } from '@noble/curves/ed25519.js';` */\n exports.hashToCurve = function () {\n return exports.ed25519_hasher.hashToCurve;\n }();\n /** @deprecated use `import { ed25519_hasher } from '@noble/curves/ed25519.js';` */\n exports.encodeToCurve = function () {\n return exports.ed25519_hasher.encodeToCurve;\n }();\n /** @deprecated use `import { ristretto255_hasher } from '@noble/curves/ed25519.js';` */\n exports.hashToRistretto255 = function () {\n return exports.ristretto255_hasher.hashToCurve;\n }();\n /** @deprecated use `import { ristretto255_hasher } from '@noble/curves/ed25519.js';` */\n exports.hash_to_ristretto255 = function () {\n return exports.ristretto255_hasher.hashToCurve;\n }();\n});","lineCount":582,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13],[4,6,1,13,"_classCallCheck"],[4,21,1,13],[4,24,1,13,"require"],[4,31,1,13],[4,32,1,13,"_dependencyMap"],[4,46,1,13],[4,92,1,13,"default"],[4,99,1,13],[5,2,1,13],[5,6,1,13,"_createClass"],[5,18,1,13],[5,21,1,13,"require"],[5,28,1,13],[5,29,1,13,"_dependencyMap"],[5,43,1,13],[5,86,1,13,"default"],[5,93,1,13],[6,2,1,13],[6,6,1,13,"_callSuper"],[6,16,1,13],[6,19,1,13,"require"],[6,26,1,13],[6,27,1,13,"_dependencyMap"],[6,41,1,13],[6,82,1,13,"default"],[6,89,1,13],[7,2,1,13],[7,6,1,13,"_inherits"],[7,15,1,13],[7,18,1,13,"require"],[7,25,1,13],[7,26,1,13,"_dependencyMap"],[7,40,1,13],[7,80,1,13,"default"],[7,87,1,13],[8,2,1,13],[8,6,1,13,"_slicedToArray"],[8,20,1,13],[8,23,1,13,"require"],[8,30,1,13],[8,31,1,13,"_dependencyMap"],[8,45,1,13],[8,90,1,13,"default"],[8,97,1,13],[9,2,2,0,"Object"],[9,8,2,6],[9,9,2,7,"defineProperty"],[9,23,2,21],[9,24,2,22,"exports"],[9,31,2,29],[9,33,2,31],[9,45,2,43],[9,47,2,45],[10,4,2,47,"value"],[10,9,2,52],[10,11,2,54],[11,2,2,59],[11,3,2,60],[11,4,2,61],[12,2,3,0,"exports"],[12,9,3,7],[12,10,3,8,"hash_to_ristretto255"],[12,30,3,28],[12,33,3,31,"exports"],[12,40,3,38],[12,41,3,39,"hashToRistretto255"],[12,59,3,57],[12,62,3,60,"exports"],[12,69,3,67],[12,70,3,68,"encodeToCurve"],[12,83,3,81],[12,86,3,84,"exports"],[12,93,3,91],[12,94,3,92,"hashToCurve"],[12,105,3,103],[12,108,3,106,"exports"],[12,115,3,113],[12,116,3,114,"RistrettoPoint"],[12,130,3,128],[12,133,3,131,"exports"],[12,140,3,138],[12,141,3,139,"edwardsToMontgomery"],[12,160,3,158],[12,163,3,161,"exports"],[12,170,3,168],[12,171,3,169,"ED25519_TORSION_SUBGROUP"],[12,195,3,193],[12,198,3,196,"exports"],[12,205,3,203],[12,206,3,204,"ristretto255_hasher"],[12,225,3,223],[12,228,3,226,"exports"],[12,235,3,233],[12,236,3,234,"ristretto255"],[12,248,3,246],[12,251,3,249,"exports"],[12,258,3,256],[12,259,3,257,"ed25519_hasher"],[12,273,3,271],[12,276,3,274,"exports"],[12,283,3,281],[12,284,3,282,"x25519"],[12,290,3,288],[12,293,3,291,"exports"],[12,300,3,298],[12,301,3,299,"ed25519ph"],[12,310,3,308],[12,313,3,311,"exports"],[12,320,3,318],[12,321,3,319,"ed25519ctx"],[12,331,3,329],[12,334,3,332,"exports"],[12,341,3,339],[12,342,3,340,"ed25519"],[12,349,3,347],[12,352,3,350],[12,357,3,355],[12,358,3,356],[13,2,4,0,"exports"],[13,9,4,7],[13,10,4,8,"edwardsToMontgomeryPub"],[13,32,4,30],[13,35,4,33,"edwardsToMontgomeryPub"],[13,57,4,55],[14,2,5,0,"exports"],[14,9,5,7],[14,10,5,8,"edwardsToMontgomeryPriv"],[14,33,5,31],[14,36,5,34,"edwardsToMontgomeryPriv"],[14,59,5,57],[15,2,6,0],[16,0,7,0],[17,0,8,0],[18,0,9,0],[19,0,10,0],[20,0,11,0],[21,0,12,0],[22,2,13,0],[23,2,14,0],[23,6,14,6,"sha2_js_1"],[23,15,14,15],[23,18,14,18,"require"],[23,25,14,25],[23,26,14,25,"_dependencyMap"],[23,40,14,25],[23,68,14,49],[23,69,14,50],[24,2,15,0],[24,6,15,6,"utils_js_1"],[24,16,15,16],[24,19,15,19,"require"],[24,26,15,26],[24,27,15,26,"_dependencyMap"],[24,41,15,26],[24,70,15,51],[24,71,15,52],[25,2,16,0],[25,6,16,6,"curve_ts_1"],[25,16,16,16],[25,19,16,19,"require"],[25,26,16,26],[25,27,16,26,"_dependencyMap"],[25,41,16,26],[25,67,16,48],[25,68,16,49],[26,2,17,0],[26,6,17,6,"edwards_ts_1"],[26,18,17,18],[26,21,17,21,"require"],[26,28,17,28],[26,29,17,28,"_dependencyMap"],[26,43,17,28],[26,71,17,52],[26,72,17,53],[27,2,18,0],[27,6,18,6,"hash_to_curve_ts_1"],[27,24,18,24],[27,27,18,27,"require"],[27,34,18,34],[27,35,18,34,"_dependencyMap"],[27,49,18,34],[27,83,18,64],[27,84,18,65],[28,2,19,0],[28,6,19,6,"modular_ts_1"],[28,18,19,18],[28,21,19,21,"require"],[28,28,19,28],[28,29,19,28,"_dependencyMap"],[28,43,19,28],[28,72,19,52],[28,73,19,53],[29,2,20,0],[29,6,20,6,"montgomery_ts_1"],[29,21,20,21],[29,24,20,24,"require"],[29,31,20,31],[29,32,20,31,"_dependencyMap"],[29,46,20,31],[29,78,20,58],[29,79,20,59],[30,2,21,0],[30,6,21,6,"utils_ts_1"],[30,16,21,16],[30,19,21,19,"require"],[30,26,21,26],[30,27,21,26,"_dependencyMap"],[30,41,21,26],[30,59,21,39],[30,60,21,40],[31,2,22,0],[32,2,23,0],[32,6,23,6,"_0n"],[32,9,23,9],[32,12,23,12],[32,27,23,28,"BigInt"],[32,33,23,34],[32,34,23,35],[32,35,23,36],[32,36,23,37],[33,4,23,39,"_1n"],[33,7,23,42],[33,10,23,45,"BigInt"],[33,16,23,51],[33,17,23,52],[33,18,23,53],[33,19,23,54],[34,4,23,56,"_2n"],[34,7,23,59],[34,10,23,62,"BigInt"],[34,16,23,68],[34,17,23,69],[34,18,23,70],[34,19,23,71],[35,4,23,73,"_3n"],[35,7,23,76],[35,10,23,79,"BigInt"],[35,16,23,85],[35,17,23,86],[35,18,23,87],[35,19,23,88],[36,2,24,0],[37,2,25,0],[37,6,25,6,"_5n"],[37,9,25,9],[37,12,25,12,"BigInt"],[37,18,25,18],[37,19,25,19],[37,20,25,20],[37,21,25,21],[38,4,25,23,"_8n"],[38,7,25,26],[38,10,25,29,"BigInt"],[38,16,25,35],[38,17,25,36],[38,18,25,37],[38,19,25,38],[39,2,26,0],[40,2,27,0],[40,6,27,6,"ed25519_CURVE_p"],[40,21,27,21],[40,24,27,24,"BigInt"],[40,30,27,30],[40,31,27,31],[40,99,27,99],[40,100,27,100],[41,2,28,0],[42,2,29,0],[43,2,30,0],[44,2,31,0],[44,6,31,6,"ed25519_CURVE"],[44,19,31,19],[44,22,31,22],[44,37,31,39],[45,4,31,39],[45,11,31,46],[46,6,32,4,"p"],[46,7,32,5],[46,9,32,7,"ed25519_CURVE_p"],[46,24,32,22],[47,6,33,4,"n"],[47,7,33,5],[47,9,33,7,"BigInt"],[47,15,33,13],[47,16,33,14],[47,84,33,82],[47,85,33,83],[48,6,34,4,"h"],[48,7,34,5],[48,9,34,7,"_8n"],[48,12,34,10],[49,6,35,4,"a"],[49,7,35,5],[49,9,35,7,"BigInt"],[49,15,35,13],[49,16,35,14],[49,84,35,82],[49,85,35,83],[50,6,36,4,"d"],[50,7,36,5],[50,9,36,7,"BigInt"],[50,15,36,13],[50,16,36,14],[50,84,36,82],[50,85,36,83],[51,6,37,4,"Gx"],[51,8,37,6],[51,10,37,8,"BigInt"],[51,16,37,14],[51,17,37,15],[51,85,37,83],[51,86,37,84],[52,6,38,4,"Gy"],[52,8,38,6],[52,10,38,8,"BigInt"],[52,16,38,14],[52,17,38,15],[52,85,38,83],[53,4,39,0],[53,5,39,1],[54,2,39,1],[54,3,39,2],[54,4,39,4],[54,5,39,5],[55,2,40,0],[55,11,40,9,"ed25519_pow_2_252_3"],[55,30,40,28,"ed25519_pow_2_252_3"],[55,31,40,29,"x"],[55,32,40,30],[55,34,40,32],[56,4,41,4],[57,4,42,4],[57,8,42,10,"_10n"],[57,12,42,14],[57,15,42,17,"BigInt"],[57,21,42,23],[57,22,42,24],[57,24,42,26],[57,25,42,27],[58,6,42,29,"_20n"],[58,10,42,33],[58,13,42,36,"BigInt"],[58,19,42,42],[58,20,42,43],[58,22,42,45],[58,23,42,46],[59,6,42,48,"_40n"],[59,10,42,52],[59,13,42,55,"BigInt"],[59,19,42,61],[59,20,42,62],[59,22,42,64],[59,23,42,65],[60,6,42,67,"_80n"],[60,10,42,71],[60,13,42,74,"BigInt"],[60,19,42,80],[60,20,42,81],[60,22,42,83],[60,23,42,84],[61,4,43,4],[61,8,43,10,"P"],[61,9,43,11],[61,12,43,14,"ed25519_CURVE_p"],[61,27,43,29],[62,4,44,4],[62,8,44,10,"x2"],[62,10,44,12],[62,13,44,16,"x"],[62,14,44,17],[62,17,44,20,"x"],[62,18,44,21],[62,21,44,25,"P"],[62,22,44,26],[63,4,45,4],[63,8,45,10,"b2"],[63,10,45,12],[63,13,45,16,"x2"],[63,15,45,18],[63,18,45,21,"x"],[63,19,45,22],[63,22,45,26,"P"],[63,23,45,27],[63,24,45,28],[63,25,45,29],[64,4,46,4],[64,8,46,10,"b4"],[64,10,46,12],[64,13,46,16],[64,14,46,17],[64,15,46,18],[64,17,46,20,"modular_ts_1"],[64,29,46,32],[64,30,46,33,"pow2"],[64,34,46,37],[64,36,46,39,"b2"],[64,38,46,41],[64,40,46,43,"_2n"],[64,43,46,46],[64,45,46,48,"P"],[64,46,46,49],[64,47,46,50],[64,50,46,53,"b2"],[64,52,46,55],[64,55,46,59,"P"],[64,56,46,60],[64,57,46,61],[64,58,46,62],[65,4,47,4],[65,8,47,10,"b5"],[65,10,47,12],[65,13,47,16],[65,14,47,17],[65,15,47,18],[65,17,47,20,"modular_ts_1"],[65,29,47,32],[65,30,47,33,"pow2"],[65,34,47,37],[65,36,47,39,"b4"],[65,38,47,41],[65,40,47,43,"_1n"],[65,43,47,46],[65,45,47,48,"P"],[65,46,47,49],[65,47,47,50],[65,50,47,53,"x"],[65,51,47,54],[65,54,47,58,"P"],[65,55,47,59],[65,56,47,60],[65,57,47,61],[66,4,48,4],[66,8,48,10,"b10"],[66,11,48,13],[66,14,48,17],[66,15,48,18],[66,16,48,19],[66,18,48,21,"modular_ts_1"],[66,30,48,33],[66,31,48,34,"pow2"],[66,35,48,38],[66,37,48,40,"b5"],[66,39,48,42],[66,41,48,44,"_5n"],[66,44,48,47],[66,46,48,49,"P"],[66,47,48,50],[66,48,48,51],[66,51,48,54,"b5"],[66,53,48,56],[66,56,48,60,"P"],[66,57,48,61],[67,4,49,4],[67,8,49,10,"b20"],[67,11,49,13],[67,14,49,17],[67,15,49,18],[67,16,49,19],[67,18,49,21,"modular_ts_1"],[67,30,49,33],[67,31,49,34,"pow2"],[67,35,49,38],[67,37,49,40,"b10"],[67,40,49,43],[67,42,49,45,"_10n"],[67,46,49,49],[67,48,49,51,"P"],[67,49,49,52],[67,50,49,53],[67,53,49,56,"b10"],[67,56,49,59],[67,59,49,63,"P"],[67,60,49,64],[68,4,50,4],[68,8,50,10,"b40"],[68,11,50,13],[68,14,50,17],[68,15,50,18],[68,16,50,19],[68,18,50,21,"modular_ts_1"],[68,30,50,33],[68,31,50,34,"pow2"],[68,35,50,38],[68,37,50,40,"b20"],[68,40,50,43],[68,42,50,45,"_20n"],[68,46,50,49],[68,48,50,51,"P"],[68,49,50,52],[68,50,50,53],[68,53,50,56,"b20"],[68,56,50,59],[68,59,50,63,"P"],[68,60,50,64],[69,4,51,4],[69,8,51,10,"b80"],[69,11,51,13],[69,14,51,17],[69,15,51,18],[69,16,51,19],[69,18,51,21,"modular_ts_1"],[69,30,51,33],[69,31,51,34,"pow2"],[69,35,51,38],[69,37,51,40,"b40"],[69,40,51,43],[69,42,51,45,"_40n"],[69,46,51,49],[69,48,51,51,"P"],[69,49,51,52],[69,50,51,53],[69,53,51,56,"b40"],[69,56,51,59],[69,59,51,63,"P"],[69,60,51,64],[70,4,52,4],[70,8,52,10,"b160"],[70,12,52,14],[70,15,52,18],[70,16,52,19],[70,17,52,20],[70,19,52,22,"modular_ts_1"],[70,31,52,34],[70,32,52,35,"pow2"],[70,36,52,39],[70,38,52,41,"b80"],[70,41,52,44],[70,43,52,46,"_80n"],[70,47,52,50],[70,49,52,52,"P"],[70,50,52,53],[70,51,52,54],[70,54,52,57,"b80"],[70,57,52,60],[70,60,52,64,"P"],[70,61,52,65],[71,4,53,4],[71,8,53,10,"b240"],[71,12,53,14],[71,15,53,18],[71,16,53,19],[71,17,53,20],[71,19,53,22,"modular_ts_1"],[71,31,53,34],[71,32,53,35,"pow2"],[71,36,53,39],[71,38,53,41,"b160"],[71,42,53,45],[71,44,53,47,"_80n"],[71,48,53,51],[71,50,53,53,"P"],[71,51,53,54],[71,52,53,55],[71,55,53,58,"b80"],[71,58,53,61],[71,61,53,65,"P"],[71,62,53,66],[72,4,54,4],[72,8,54,10,"b250"],[72,12,54,14],[72,15,54,18],[72,16,54,19],[72,17,54,20],[72,19,54,22,"modular_ts_1"],[72,31,54,34],[72,32,54,35,"pow2"],[72,36,54,39],[72,38,54,41,"b240"],[72,42,54,45],[72,44,54,47,"_10n"],[72,48,54,51],[72,50,54,53,"P"],[72,51,54,54],[72,52,54,55],[72,55,54,58,"b10"],[72,58,54,61],[72,61,54,65,"P"],[72,62,54,66],[73,4,55,4],[73,8,55,10,"pow_p_5_8"],[73,17,55,19],[73,20,55,23],[73,21,55,24],[73,22,55,25],[73,24,55,27,"modular_ts_1"],[73,36,55,39],[73,37,55,40,"pow2"],[73,41,55,44],[73,43,55,46,"b250"],[73,47,55,50],[73,49,55,52,"_2n"],[73,52,55,55],[73,54,55,57,"P"],[73,55,55,58],[73,56,55,59],[73,59,55,62,"x"],[73,60,55,63],[73,63,55,67,"P"],[73,64,55,68],[74,4,56,4],[75,4,57,4],[75,11,57,11],[76,6,57,13,"pow_p_5_8"],[76,15,57,22],[76,17,57,13,"pow_p_5_8"],[76,26,57,22],[77,6,57,24,"b2"],[77,8,57,26],[77,10,57,24,"b2"],[78,4,57,27],[78,5,57,28],[79,2,58,0],[80,2,59,0],[80,11,59,9,"adjustScalarBytes"],[80,28,59,26,"adjustScalarBytes"],[80,29,59,27,"bytes"],[80,34,59,32],[80,36,59,34],[81,4,60,4],[82,4,61,4],[83,4,62,4,"bytes"],[83,9,62,9],[83,10,62,10],[83,11,62,11],[83,12,62,12],[83,16,62,16],[83,19,62,19],[83,20,62,20],[83,21,62,21],[84,4,63,4],[85,4,64,4,"bytes"],[85,9,64,9],[85,10,64,10],[85,12,64,12],[85,13,64,13],[85,17,64,17],[85,20,64,20],[85,21,64,21],[85,22,64,22],[86,4,65,4],[87,4,66,4,"bytes"],[87,9,66,9],[87,10,66,10],[87,12,66,12],[87,13,66,13],[87,17,66,17],[87,19,66,19],[87,20,66,20],[87,21,66,21],[88,4,67,4],[88,11,67,11,"bytes"],[88,16,67,16],[89,2,68,0],[90,2,69,0],[91,2,70,0],[92,2,71,0],[92,6,71,6,"ED25519_SQRT_M1"],[92,21,71,21],[92,24,71,24],[92,39,71,40,"BigInt"],[92,45,71,46],[92,46,71,47],[92,125,71,126],[92,126,71,127],[93,2,72,0],[94,2,73,0],[94,11,73,9,"uvRatio"],[94,18,73,16,"uvRatio"],[94,19,73,17,"u"],[94,20,73,18],[94,22,73,20,"v"],[94,23,73,21],[94,25,73,23],[95,4,74,4],[95,8,74,10,"P"],[95,9,74,11],[95,12,74,14,"ed25519_CURVE_p"],[95,27,74,29],[96,4,75,4],[96,8,75,10,"v3"],[96,10,75,12],[96,13,75,15],[96,14,75,16],[96,15,75,17],[96,17,75,19,"modular_ts_1"],[96,29,75,31],[96,30,75,32,"mod"],[96,33,75,35],[96,35,75,37,"v"],[96,36,75,38],[96,39,75,41,"v"],[96,40,75,42],[96,43,75,45,"v"],[96,44,75,46],[96,46,75,48,"P"],[96,47,75,49],[96,48,75,50],[96,49,75,51],[96,50,75,52],[97,4,76,4],[97,8,76,10,"v7"],[97,10,76,12],[97,13,76,15],[97,14,76,16],[97,15,76,17],[97,17,76,19,"modular_ts_1"],[97,29,76,31],[97,30,76,32,"mod"],[97,33,76,35],[97,35,76,37,"v3"],[97,37,76,39],[97,40,76,42,"v3"],[97,42,76,44],[97,45,76,47,"v"],[97,46,76,48],[97,48,76,50,"P"],[97,49,76,51],[97,50,76,52],[97,51,76,53],[97,52,76,54],[98,4,77,4],[99,4,78,4],[99,8,78,10,"pow"],[99,11,78,13],[99,14,78,16,"ed25519_pow_2_252_3"],[99,33,78,35],[99,34,78,36,"u"],[99,35,78,37],[99,38,78,40,"v7"],[99,40,78,42],[99,41,78,43],[99,42,78,44,"pow_p_5_8"],[99,51,78,53],[100,4,79,4],[100,8,79,8,"x"],[100,9,79,9],[100,12,79,12],[100,13,79,13],[100,14,79,14],[100,16,79,16,"modular_ts_1"],[100,28,79,28],[100,29,79,29,"mod"],[100,32,79,32],[100,34,79,34,"u"],[100,35,79,35],[100,38,79,38,"v3"],[100,40,79,40],[100,43,79,43,"pow"],[100,46,79,46],[100,48,79,48,"P"],[100,49,79,49],[100,50,79,50],[100,51,79,51],[100,52,79,52],[101,4,80,4],[101,8,80,10,"vx2"],[101,11,80,13],[101,14,80,16],[101,15,80,17],[101,16,80,18],[101,18,80,20,"modular_ts_1"],[101,30,80,32],[101,31,80,33,"mod"],[101,34,80,36],[101,36,80,38,"v"],[101,37,80,39],[101,40,80,42,"x"],[101,41,80,43],[101,44,80,46,"x"],[101,45,80,47],[101,47,80,49,"P"],[101,48,80,50],[101,49,80,51],[101,50,80,52],[101,51,80,53],[102,4,81,4],[102,8,81,10,"root1"],[102,13,81,15],[102,16,81,18,"x"],[102,17,81,19],[102,18,81,20],[102,19,81,21],[103,4,82,4],[103,8,82,10,"root2"],[103,13,82,15],[103,16,82,18],[103,17,82,19],[103,18,82,20],[103,20,82,22,"modular_ts_1"],[103,32,82,34],[103,33,82,35,"mod"],[103,36,82,38],[103,38,82,40,"x"],[103,39,82,41],[103,42,82,44,"ED25519_SQRT_M1"],[103,57,82,59],[103,59,82,61,"P"],[103,60,82,62],[103,61,82,63],[103,62,82,64],[103,63,82,65],[104,4,83,4],[104,8,83,10,"useRoot1"],[104,16,83,18],[104,19,83,21,"vx2"],[104,22,83,24],[104,27,83,29,"u"],[104,28,83,30],[104,29,83,31],[104,30,83,32],[105,4,84,4],[105,8,84,10,"useRoot2"],[105,16,84,18],[105,19,84,21,"vx2"],[105,22,84,24],[105,27,84,29],[105,28,84,30],[105,29,84,31],[105,31,84,33,"modular_ts_1"],[105,43,84,45],[105,44,84,46,"mod"],[105,47,84,49],[105,49,84,51],[105,50,84,52,"u"],[105,51,84,53],[105,53,84,55,"P"],[105,54,84,56],[105,55,84,57],[105,56,84,58],[105,57,84,59],[106,4,85,4],[106,8,85,10,"noRoot"],[106,14,85,16],[106,17,85,19,"vx2"],[106,20,85,22],[106,25,85,27],[106,26,85,28],[106,27,85,29],[106,29,85,31,"modular_ts_1"],[106,41,85,43],[106,42,85,44,"mod"],[106,45,85,47],[106,47,85,49],[106,48,85,50,"u"],[106,49,85,51],[106,52,85,54,"ED25519_SQRT_M1"],[106,67,85,69],[106,69,85,71,"P"],[106,70,85,72],[106,71,85,73],[106,72,85,74],[106,73,85,75],[107,4,86,4],[107,8,86,8,"useRoot1"],[107,16,86,16],[107,18,87,8,"x"],[107,19,87,9],[107,22,87,12,"root1"],[107,27,87,17],[108,4,88,4],[108,8,88,8,"useRoot2"],[108,16,88,16],[108,20,88,20,"noRoot"],[108,26,88,26],[108,28,89,8,"x"],[108,29,89,9],[108,32,89,12,"root2"],[108,37,89,17],[108,38,89,18],[108,39,89,19],[109,4,90,4],[109,8,90,8],[109,9,90,9],[109,10,90,10],[109,12,90,12,"modular_ts_1"],[109,24,90,24],[109,25,90,25,"isNegativeLE"],[109,37,90,37],[109,39,90,39,"x"],[109,40,90,40],[109,42,90,42,"P"],[109,43,90,43],[109,44,90,44],[109,46,91,8,"x"],[109,47,91,9],[109,50,91,12],[109,51,91,13],[109,52,91,14],[109,54,91,16,"modular_ts_1"],[109,66,91,28],[109,67,91,29,"mod"],[109,70,91,32],[109,72,91,34],[109,73,91,35,"x"],[109,74,91,36],[109,76,91,38,"P"],[109,77,91,39],[109,78,91,40],[110,4,92,4],[110,11,92,11],[111,6,92,13,"isValid"],[111,13,92,20],[111,15,92,22,"useRoot1"],[111,23,92,30],[111,27,92,34,"useRoot2"],[111,35,92,42],[112,6,92,44,"value"],[112,11,92,49],[112,13,92,51,"x"],[113,4,92,53],[113,5,92,54],[114,2,93,0],[115,2,94,0],[115,6,94,6,"Fp"],[115,8,94,8],[115,11,94,11],[115,26,94,28],[116,4,94,28],[116,11,94,34],[116,12,94,35],[116,13,94,36],[116,15,94,38,"modular_ts_1"],[116,27,94,50],[116,28,94,51,"Field"],[116,33,94,56],[116,35,94,58,"ed25519_CURVE"],[116,48,94,71],[116,49,94,72,"p"],[116,50,94,73],[116,52,94,75],[117,6,94,77,"isLE"],[117,10,94,81],[117,12,94,83],[118,4,94,88],[118,5,94,89],[118,6,94,90],[119,2,94,90],[119,4,94,92],[119,5,94,93],[120,2,95,0],[120,6,95,6,"Fn"],[120,8,95,8],[120,11,95,11],[120,26,95,28],[121,4,95,28],[121,11,95,34],[121,12,95,35],[121,13,95,36],[121,15,95,38,"modular_ts_1"],[121,27,95,50],[121,28,95,51,"Field"],[121,33,95,56],[121,35,95,58,"ed25519_CURVE"],[121,48,95,71],[121,49,95,72,"n"],[121,50,95,73],[121,52,95,75],[122,6,95,77,"isLE"],[122,10,95,81],[122,12,95,83],[123,4,95,88],[123,5,95,89],[123,6,95,90],[124,2,95,90],[124,4,95,92],[124,5,95,93],[125,2,96,0],[125,6,96,6,"ed25519Defaults"],[125,21,96,21],[125,24,96,24],[125,39,96,41],[126,4,96,41],[126,11,96,41,"Object"],[126,17,96,41],[126,18,96,41,"assign"],[126,24,96,41],[126,29,97,7,"ed25519_CURVE"],[126,42,97,20],[127,6,98,4,"Fp"],[127,8,98,6],[127,10,98,4,"Fp"],[127,12,98,6],[128,6,99,4,"hash"],[128,10,99,8],[128,12,99,10,"sha2_js_1"],[128,21,99,19],[128,22,99,20,"sha512"],[128,28,99,26],[129,6,100,4,"adjustScalarBytes"],[129,23,100,21],[129,25,100,4,"adjustScalarBytes"],[129,42,100,21],[130,6,101,4],[131,6,102,4],[132,6,103,4],[133,6,104,4,"uvRatio"],[133,13,104,11],[133,15,104,4,"uvRatio"],[134,4,104,11],[135,2,104,11],[135,3,105,2],[135,4,105,4],[135,5,105,5],[136,2,106,0],[137,0,107,0],[138,0,108,0],[139,0,109,0],[140,0,110,0],[141,0,111,0],[142,0,112,0],[143,0,113,0],[144,0,114,0],[145,0,115,0],[146,2,116,0,"exports"],[146,9,116,7],[146,10,116,8,"ed25519"],[146,17,116,15],[146,20,116,19],[147,4,116,19],[147,11,116,25],[147,12,116,26],[147,13,116,27],[147,15,116,29,"edwards_ts_1"],[147,27,116,41],[147,28,116,42,"twistedEdwards"],[147,42,116,56],[147,44,116,58,"ed25519Defaults"],[147,59,116,73],[147,60,116,74],[148,2,116,74],[148,4,116,76],[148,5,116,77],[149,2,117,0],[149,11,117,9,"ed25519_domain"],[149,25,117,23,"ed25519_domain"],[149,26,117,24,"data"],[149,30,117,28],[149,32,117,30,"ctx"],[149,35,117,33],[149,37,117,35,"phflag"],[149,43,117,41],[149,45,117,43],[150,4,118,4],[150,8,118,8,"ctx"],[150,11,118,11],[150,12,118,12,"length"],[150,18,118,18],[150,21,118,21],[150,24,118,24],[150,26,119,8],[150,32,119,14],[150,36,119,18,"Error"],[150,41,119,23],[150,42,119,24],[150,62,119,44],[150,63,119,45],[151,4,120,4],[151,11,120,11],[151,12,120,12],[151,13,120,13],[151,15,120,15,"utils_js_1"],[151,25,120,25],[151,26,120,26,"concatBytes"],[151,37,120,37],[151,39,120,39],[151,40,120,40],[151,41,120,41],[151,43,120,43,"utils_js_1"],[151,53,120,53],[151,54,120,54,"utf8ToBytes"],[151,65,120,65],[151,67,120,67],[151,101,120,101],[151,102,120,102],[151,104,120,104],[151,108,120,108,"Uint8Array"],[151,118,120,118],[151,119,120,119],[151,120,120,120,"phflag"],[151,126,120,126],[151,129,120,129],[151,130,120,130],[151,133,120,133],[151,134,120,134],[151,136,120,136,"ctx"],[151,139,120,139],[151,140,120,140,"length"],[151,146,120,146],[151,147,120,147],[151,148,120,148],[151,150,120,150,"ctx"],[151,153,120,153],[151,155,120,155,"data"],[151,159,120,159],[151,160,120,160],[152,2,121,0],[153,2,122,0],[154,2,123,0,"exports"],[154,9,123,7],[154,10,123,8,"ed25519ctx"],[154,20,123,18],[154,23,123,22],[155,4,123,22],[155,11,123,28],[155,12,123,29],[155,13,123,30],[155,15,123,32,"edwards_ts_1"],[155,27,123,44],[155,28,123,45,"twistedEdwards"],[155,42,123,59],[155,44,123,59,"Object"],[155,50,123,59],[155,51,123,59,"assign"],[155,57,123,59],[155,62,124,7,"ed25519Defaults"],[155,77,124,22],[156,6,125,4,"domain"],[156,12,125,10],[156,14,125,12,"ed25519_domain"],[157,4,125,26],[157,6,126,1],[157,7,126,2],[158,2,126,2],[158,4,126,4],[158,5,126,5],[159,2,127,0],[160,2,128,0,"exports"],[160,9,128,7],[160,10,128,8,"ed25519ph"],[160,19,128,17],[160,22,128,21],[161,4,128,21],[161,11,128,27],[161,12,128,28],[161,13,128,29],[161,15,128,31,"edwards_ts_1"],[161,27,128,43],[161,28,128,44,"twistedEdwards"],[161,42,128,58],[161,44,128,60,"Object"],[161,50,128,66],[161,51,128,67,"assign"],[161,57,128,73],[161,58,128,74],[161,59,128,75],[161,60,128,76],[161,62,128,78,"ed25519Defaults"],[161,77,128,93],[161,79,128,95],[162,6,129,4,"domain"],[162,12,129,10],[162,14,129,12,"ed25519_domain"],[162,28,129,26],[163,6,130,4,"prehash"],[163,13,130,11],[163,15,130,13,"sha2_js_1"],[163,24,130,22],[163,25,130,23,"sha512"],[164,4,131,0],[164,5,131,1],[164,6,131,2],[164,7,131,3],[165,2,131,3],[165,4,131,5],[165,5,131,6],[166,2,132,0],[167,0,133,0],[168,0,134,0],[169,0,135,0],[170,0,136,0],[171,0,137,0],[172,0,138,0],[173,0,139,0],[174,0,140,0],[175,0,141,0],[176,2,142,0,"exports"],[176,9,142,7],[176,10,142,8,"x25519"],[176,16,142,14],[176,19,142,18],[176,31,142,24],[177,4,143,4],[177,8,143,10,"P"],[177,9,143,11],[177,12,143,14,"Fp"],[177,14,143,16],[177,15,143,17,"ORDER"],[177,20,143,22],[178,4,144,4],[178,11,144,11],[178,12,144,12],[178,13,144,13],[178,15,144,15,"montgomery_ts_1"],[178,30,144,30],[178,31,144,31,"montgomery"],[178,41,144,41],[178,43,144,43],[179,6,145,8,"P"],[179,7,145,9],[179,9,145,8,"P"],[179,10,145,9],[180,6,146,8,"type"],[180,10,146,12],[180,12,146,14],[180,20,146,22],[181,6,147,8,"powPminus2"],[181,16,147,18],[181,18,147,20],[181,27,147,8,"powPminus2"],[181,37,147,18,"powPminus2"],[181,38,147,21,"x"],[181,39,147,22],[181,41,147,27],[182,8,148,12],[183,8,149,12],[183,12,149,12,"_ed25519_pow_2_252_"],[183,31,149,12],[183,34,149,38,"ed25519_pow_2_252_3"],[183,53,149,57],[183,54,149,58,"x"],[183,55,149,59],[183,56,149,60],[184,10,149,20,"pow_p_5_8"],[184,19,149,29],[184,22,149,29,"_ed25519_pow_2_252_"],[184,41,149,29],[184,42,149,20,"pow_p_5_8"],[184,51,149,29],[185,10,149,31,"b2"],[185,12,149,33],[185,15,149,33,"_ed25519_pow_2_252_"],[185,34,149,33],[185,35,149,31,"b2"],[185,37,149,33],[186,8,150,12],[186,15,150,19],[186,16,150,20],[186,17,150,21],[186,19,150,23,"modular_ts_1"],[186,31,150,35],[186,32,150,36,"mod"],[186,35,150,39],[186,37,150,41],[186,38,150,42],[186,39,150,43],[186,41,150,45,"modular_ts_1"],[186,53,150,57],[186,54,150,58,"pow2"],[186,58,150,62],[186,60,150,64,"pow_p_5_8"],[186,69,150,73],[186,71,150,75,"_3n"],[186,74,150,78],[186,76,150,80,"P"],[186,77,150,81],[186,78,150,82],[186,81,150,85,"b2"],[186,83,150,87],[186,85,150,89,"P"],[186,86,150,90],[186,87,150,91],[187,6,151,8],[187,7,151,9],[188,6,152,8,"adjustScalarBytes"],[188,23,152,25],[188,25,152,8,"adjustScalarBytes"],[189,4,153,4],[189,5,153,5],[189,6,153,6],[190,2,154,0],[190,3,154,1],[190,4,154,3],[190,5,154,4],[191,2,155,0],[192,2,156,0],[193,2,157,0],[194,2,158,0],[194,6,158,6,"ELL2_C1"],[194,13,158,13],[194,16,158,16],[194,31,158,33],[195,4,158,33],[195,11,158,39],[195,12,158,40,"ed25519_CURVE_p"],[195,27,158,55],[195,30,158,58,"_3n"],[195,33,158,61],[195,37,158,65,"_8n"],[195,40,158,68],[196,2,158,68],[196,4,158,70],[196,5,158,71],[196,6,158,72],[196,7,158,73],[197,2,159,0],[197,6,159,6,"ELL2_C2"],[197,13,159,13],[197,16,159,16],[197,31,159,33],[198,4,159,33],[198,11,159,39,"Fp"],[198,13,159,41],[198,14,159,42,"pow"],[198,17,159,45],[198,18,159,46,"_2n"],[198,21,159,49],[198,23,159,51,"ELL2_C1"],[198,30,159,58],[198,31,159,59],[199,2,159,59],[199,4,159,61],[199,5,159,62],[199,6,159,63],[199,7,159,64],[200,2,160,0],[200,6,160,6,"ELL2_C3"],[200,13,160,13],[200,16,160,16],[200,31,160,33],[201,4,160,33],[201,11,160,39,"Fp"],[201,13,160,41],[201,14,160,42,"sqrt"],[201,18,160,46],[201,19,160,47,"Fp"],[201,21,160,49],[201,22,160,50,"neg"],[201,25,160,53],[201,26,160,54,"Fp"],[201,28,160,56],[201,29,160,57,"ONE"],[201,32,160,60],[201,33,160,61],[201,34,160,62],[202,2,160,62],[202,4,160,64],[202,5,160,65],[202,6,160,66],[202,7,160,67],[203,2,161,0],[204,2,162,0],[204,11,162,9,"map_to_curve_elligator2_curve25519"],[204,45,162,43,"map_to_curve_elligator2_curve25519"],[204,46,162,44,"u"],[204,47,162,45],[204,49,162,47],[205,4,163,4],[205,8,163,10,"ELL2_C4"],[205,15,163,17],[205,18,163,20],[205,19,163,21,"ed25519_CURVE_p"],[205,34,163,36],[205,37,163,39,"_5n"],[205,40,163,42],[205,44,163,46,"_8n"],[205,47,163,49],[205,48,163,50],[205,49,163,51],[206,4,164,4],[206,8,164,10,"ELL2_J"],[206,14,164,16],[206,17,164,19,"BigInt"],[206,23,164,25],[206,24,164,26],[206,30,164,32],[206,31,164,33],[207,4,165,4],[207,8,165,8,"tv1"],[207,11,165,11],[207,14,165,14,"Fp"],[207,16,165,16],[207,17,165,17,"sqr"],[207,20,165,20],[207,21,165,21,"u"],[207,22,165,22],[207,23,165,23],[207,24,165,24],[207,25,165,25],[208,4,166,4,"tv1"],[208,7,166,7],[208,10,166,10,"Fp"],[208,12,166,12],[208,13,166,13,"mul"],[208,16,166,16],[208,17,166,17,"tv1"],[208,20,166,20],[208,22,166,22,"_2n"],[208,25,166,25],[208,26,166,26],[208,27,166,27],[208,28,166,28],[209,4,167,4],[209,8,167,8,"xd"],[209,10,167,10],[209,13,167,13,"Fp"],[209,15,167,15],[209,16,167,16,"add"],[209,19,167,19],[209,20,167,20,"tv1"],[209,23,167,23],[209,25,167,25,"Fp"],[209,27,167,27],[209,28,167,28,"ONE"],[209,31,167,31],[209,32,167,32],[209,33,167,33],[209,34,167,34],[210,4,168,4],[210,8,168,8,"x1n"],[210,11,168,11],[210,14,168,14,"Fp"],[210,16,168,16],[210,17,168,17,"neg"],[210,20,168,20],[210,21,168,21,"ELL2_J"],[210,27,168,27],[210,28,168,28],[210,29,168,29],[210,30,168,30],[211,4,169,4],[211,8,169,8,"tv2"],[211,11,169,11],[211,14,169,14,"Fp"],[211,16,169,16],[211,17,169,17,"sqr"],[211,20,169,20],[211,21,169,21,"xd"],[211,23,169,23],[211,24,169,24],[211,25,169,25],[211,26,169,26],[212,4,170,4],[212,8,170,8,"gxd"],[212,11,170,11],[212,14,170,14,"Fp"],[212,16,170,16],[212,17,170,17,"mul"],[212,20,170,20],[212,21,170,21,"tv2"],[212,24,170,24],[212,26,170,26,"xd"],[212,28,170,28],[212,29,170,29],[212,30,170,30],[212,31,170,31],[213,4,171,4],[213,8,171,8,"gx1"],[213,11,171,11],[213,14,171,14,"Fp"],[213,16,171,16],[213,17,171,17,"mul"],[213,20,171,20],[213,21,171,21,"tv1"],[213,24,171,24],[213,26,171,26,"ELL2_J"],[213,32,171,32],[213,33,171,33],[213,34,171,34],[213,35,171,35],[214,4,172,4,"gx1"],[214,7,172,7],[214,10,172,10,"Fp"],[214,12,172,12],[214,13,172,13,"mul"],[214,16,172,16],[214,17,172,17,"gx1"],[214,20,172,20],[214,22,172,22,"x1n"],[214,25,172,25],[214,26,172,26],[214,27,172,27],[214,28,172,28],[215,4,173,4,"gx1"],[215,7,173,7],[215,10,173,10,"Fp"],[215,12,173,12],[215,13,173,13,"add"],[215,16,173,16],[215,17,173,17,"gx1"],[215,20,173,20],[215,22,173,22,"tv2"],[215,25,173,25],[215,26,173,26],[215,27,173,27],[215,28,173,28],[216,4,174,4,"gx1"],[216,7,174,7],[216,10,174,10,"Fp"],[216,12,174,12],[216,13,174,13,"mul"],[216,16,174,16],[216,17,174,17,"gx1"],[216,20,174,20],[216,22,174,22,"x1n"],[216,25,174,25],[216,26,174,26],[216,27,174,27],[216,28,174,28],[217,4,175,4],[217,8,175,8,"tv3"],[217,11,175,11],[217,14,175,14,"Fp"],[217,16,175,16],[217,17,175,17,"sqr"],[217,20,175,20],[217,21,175,21,"gxd"],[217,24,175,24],[217,25,175,25],[217,26,175,26],[217,27,175,27],[218,4,176,4,"tv2"],[218,7,176,7],[218,10,176,10,"Fp"],[218,12,176,12],[218,13,176,13,"sqr"],[218,16,176,16],[218,17,176,17,"tv3"],[218,20,176,20],[218,21,176,21],[218,22,176,22],[218,23,176,23],[219,4,177,4,"tv3"],[219,7,177,7],[219,10,177,10,"Fp"],[219,12,177,12],[219,13,177,13,"mul"],[219,16,177,16],[219,17,177,17,"tv3"],[219,20,177,20],[219,22,177,22,"gxd"],[219,25,177,25],[219,26,177,26],[219,27,177,27],[219,28,177,28],[220,4,178,4,"tv3"],[220,7,178,7],[220,10,178,10,"Fp"],[220,12,178,12],[220,13,178,13,"mul"],[220,16,178,16],[220,17,178,17,"tv3"],[220,20,178,20],[220,22,178,22,"gx1"],[220,25,178,25],[220,26,178,26],[220,27,178,27],[220,28,178,28],[221,4,179,4,"tv2"],[221,7,179,7],[221,10,179,10,"Fp"],[221,12,179,12],[221,13,179,13,"mul"],[221,16,179,16],[221,17,179,17,"tv2"],[221,20,179,20],[221,22,179,22,"tv3"],[221,25,179,25],[221,26,179,26],[221,27,179,27],[221,28,179,28],[222,4,180,4],[222,8,180,8,"y11"],[222,11,180,11],[222,14,180,14,"Fp"],[222,16,180,16],[222,17,180,17,"pow"],[222,20,180,20],[222,21,180,21,"tv2"],[222,24,180,24],[222,26,180,26,"ELL2_C4"],[222,33,180,33],[222,34,180,34],[222,35,180,35],[222,36,180,36],[223,4,181,4,"y11"],[223,7,181,7],[223,10,181,10,"Fp"],[223,12,181,12],[223,13,181,13,"mul"],[223,16,181,16],[223,17,181,17,"y11"],[223,20,181,20],[223,22,181,22,"tv3"],[223,25,181,25],[223,26,181,26],[223,27,181,27],[223,28,181,28],[224,4,182,4],[224,8,182,8,"y12"],[224,11,182,11],[224,14,182,14,"Fp"],[224,16,182,16],[224,17,182,17,"mul"],[224,20,182,20],[224,21,182,21,"y11"],[224,24,182,24],[224,26,182,26,"ELL2_C3"],[224,33,182,33],[224,34,182,34],[224,35,182,35],[224,36,182,36],[225,4,183,4,"tv2"],[225,7,183,7],[225,10,183,10,"Fp"],[225,12,183,12],[225,13,183,13,"sqr"],[225,16,183,16],[225,17,183,17,"y11"],[225,20,183,20],[225,21,183,21],[225,22,183,22],[225,23,183,23],[226,4,184,4,"tv2"],[226,7,184,7],[226,10,184,10,"Fp"],[226,12,184,12],[226,13,184,13,"mul"],[226,16,184,16],[226,17,184,17,"tv2"],[226,20,184,20],[226,22,184,22,"gxd"],[226,25,184,25],[226,26,184,26],[226,27,184,27],[226,28,184,28],[227,4,185,4],[227,8,185,8,"e1"],[227,10,185,10],[227,13,185,13,"Fp"],[227,15,185,15],[227,16,185,16,"eql"],[227,19,185,19],[227,20,185,20,"tv2"],[227,23,185,23],[227,25,185,25,"gx1"],[227,28,185,28],[227,29,185,29],[227,30,185,30],[227,31,185,31],[228,4,186,4],[228,8,186,8,"y1"],[228,10,186,10],[228,13,186,13,"Fp"],[228,15,186,15],[228,16,186,16,"cmov"],[228,20,186,20],[228,21,186,21,"y12"],[228,24,186,24],[228,26,186,26,"y11"],[228,29,186,29],[228,31,186,31,"e1"],[228,33,186,33],[228,34,186,34],[228,35,186,35],[228,36,186,36],[229,4,187,4],[229,8,187,8,"x2n"],[229,11,187,11],[229,14,187,14,"Fp"],[229,16,187,16],[229,17,187,17,"mul"],[229,20,187,20],[229,21,187,21,"x1n"],[229,24,187,24],[229,26,187,26,"tv1"],[229,29,187,29],[229,30,187,30],[229,31,187,31],[229,32,187,32],[230,4,188,4],[230,8,188,8,"y21"],[230,11,188,11],[230,14,188,14,"Fp"],[230,16,188,16],[230,17,188,17,"mul"],[230,20,188,20],[230,21,188,21,"y11"],[230,24,188,24],[230,26,188,26,"u"],[230,27,188,27],[230,28,188,28],[230,29,188,29],[230,30,188,30],[231,4,189,4,"y21"],[231,7,189,7],[231,10,189,10,"Fp"],[231,12,189,12],[231,13,189,13,"mul"],[231,16,189,16],[231,17,189,17,"y21"],[231,20,189,20],[231,22,189,22,"ELL2_C2"],[231,29,189,29],[231,30,189,30],[231,31,189,31],[231,32,189,32],[232,4,190,4],[232,8,190,8,"y22"],[232,11,190,11],[232,14,190,14,"Fp"],[232,16,190,16],[232,17,190,17,"mul"],[232,20,190,20],[232,21,190,21,"y21"],[232,24,190,24],[232,26,190,26,"ELL2_C3"],[232,33,190,33],[232,34,190,34],[232,35,190,35],[232,36,190,36],[233,4,191,4],[233,8,191,8,"gx2"],[233,11,191,11],[233,14,191,14,"Fp"],[233,16,191,16],[233,17,191,17,"mul"],[233,20,191,20],[233,21,191,21,"gx1"],[233,24,191,24],[233,26,191,26,"tv1"],[233,29,191,29],[233,30,191,30],[233,31,191,31],[233,32,191,32],[234,4,192,4,"tv2"],[234,7,192,7],[234,10,192,10,"Fp"],[234,12,192,12],[234,13,192,13,"sqr"],[234,16,192,16],[234,17,192,17,"y21"],[234,20,192,20],[234,21,192,21],[234,22,192,22],[234,23,192,23],[235,4,193,4,"tv2"],[235,7,193,7],[235,10,193,10,"Fp"],[235,12,193,12],[235,13,193,13,"mul"],[235,16,193,16],[235,17,193,17,"tv2"],[235,20,193,20],[235,22,193,22,"gxd"],[235,25,193,25],[235,26,193,26],[235,27,193,27],[235,28,193,28],[236,4,194,4],[236,8,194,8,"e2"],[236,10,194,10],[236,13,194,13,"Fp"],[236,15,194,15],[236,16,194,16,"eql"],[236,19,194,19],[236,20,194,20,"tv2"],[236,23,194,23],[236,25,194,25,"gx2"],[236,28,194,28],[236,29,194,29],[236,30,194,30],[236,31,194,31],[237,4,195,4],[237,8,195,8,"y2"],[237,10,195,10],[237,13,195,13,"Fp"],[237,15,195,15],[237,16,195,16,"cmov"],[237,20,195,20],[237,21,195,21,"y22"],[237,24,195,24],[237,26,195,26,"y21"],[237,29,195,29],[237,31,195,31,"e2"],[237,33,195,33],[237,34,195,34],[237,35,195,35],[237,36,195,36],[238,4,196,4,"tv2"],[238,7,196,7],[238,10,196,10,"Fp"],[238,12,196,12],[238,13,196,13,"sqr"],[238,16,196,16],[238,17,196,17,"y1"],[238,19,196,19],[238,20,196,20],[238,21,196,21],[238,22,196,22],[239,4,197,4,"tv2"],[239,7,197,7],[239,10,197,10,"Fp"],[239,12,197,12],[239,13,197,13,"mul"],[239,16,197,16],[239,17,197,17,"tv2"],[239,20,197,20],[239,22,197,22,"gxd"],[239,25,197,25],[239,26,197,26],[239,27,197,27],[239,28,197,28],[240,4,198,4],[240,8,198,8,"e3"],[240,10,198,10],[240,13,198,13,"Fp"],[240,15,198,15],[240,16,198,16,"eql"],[240,19,198,19],[240,20,198,20,"tv2"],[240,23,198,23],[240,25,198,25,"gx1"],[240,28,198,28],[240,29,198,29],[240,30,198,30],[240,31,198,31],[241,4,199,4],[241,8,199,8,"xn"],[241,10,199,10],[241,13,199,13,"Fp"],[241,15,199,15],[241,16,199,16,"cmov"],[241,20,199,20],[241,21,199,21,"x2n"],[241,24,199,24],[241,26,199,26,"x1n"],[241,29,199,29],[241,31,199,31,"e3"],[241,33,199,33],[241,34,199,34],[241,35,199,35],[241,36,199,36],[242,4,200,4],[242,8,200,8,"y"],[242,9,200,9],[242,12,200,12,"Fp"],[242,14,200,14],[242,15,200,15,"cmov"],[242,19,200,19],[242,20,200,20,"y2"],[242,22,200,22],[242,24,200,24,"y1"],[242,26,200,26],[242,28,200,28,"e3"],[242,30,200,30],[242,31,200,31],[242,32,200,32],[242,33,200,33],[243,4,201,4],[243,8,201,8,"e4"],[243,10,201,10],[243,13,201,13,"Fp"],[243,15,201,15],[243,16,201,16,"isOdd"],[243,21,201,21],[243,22,201,22,"y"],[243,23,201,23],[243,24,201,24],[243,25,201,25],[243,26,201,26],[244,4,202,4,"y"],[244,5,202,5],[244,8,202,8,"Fp"],[244,10,202,10],[244,11,202,11,"cmov"],[244,15,202,15],[244,16,202,16,"y"],[244,17,202,17],[244,19,202,19,"Fp"],[244,21,202,21],[244,22,202,22,"neg"],[244,25,202,25],[244,26,202,26,"y"],[244,27,202,27],[244,28,202,28],[244,30,202,30,"e3"],[244,32,202,32],[244,37,202,37,"e4"],[244,39,202,39],[244,40,202,40],[244,41,202,41],[244,42,202,42],[245,4,203,4],[245,11,203,11],[246,6,203,13,"xMn"],[246,9,203,16],[246,11,203,18,"xn"],[246,13,203,20],[247,6,203,22,"xMd"],[247,9,203,25],[247,11,203,27,"xd"],[247,13,203,29],[248,6,203,31,"yMn"],[248,9,203,34],[248,11,203,36,"y"],[248,12,203,37],[249,6,203,39,"yMd"],[249,9,203,42],[249,11,203,44,"_1n"],[250,4,203,48],[250,5,203,49],[250,6,203,50],[250,7,203,51],[251,2,204,0],[252,2,205,0],[252,6,205,6,"ELL2_C1_EDWARDS"],[252,21,205,21],[252,24,205,24],[252,39,205,41],[253,4,205,41],[253,11,205,47],[253,12,205,48],[253,13,205,49],[253,15,205,51,"modular_ts_1"],[253,27,205,63],[253,28,205,64,"FpSqrtEven"],[253,38,205,74],[253,40,205,76,"Fp"],[253,42,205,78],[253,44,205,80,"Fp"],[253,46,205,82],[253,47,205,83,"neg"],[253,50,205,86],[253,51,205,87,"BigInt"],[253,57,205,93],[253,58,205,94],[253,64,205,100],[253,65,205,101],[253,66,205,102],[253,67,205,103],[254,2,205,103],[254,4,205,105],[254,5,205,106],[254,6,205,107],[254,7,205,108],[255,2,206,0],[255,11,206,9,"map_to_curve_elligator2_edwards25519"],[255,47,206,45,"map_to_curve_elligator2_edwards25519"],[255,48,206,46,"u"],[255,49,206,47],[255,51,206,49],[256,4,207,4],[256,8,207,4,"_map_to_curve_elligat"],[256,29,207,4],[256,32,207,35,"map_to_curve_elligator2_curve25519"],[256,66,207,69],[256,67,207,70,"u"],[256,68,207,71],[256,69,207,72],[257,6,207,12,"xMn"],[257,9,207,15],[257,12,207,15,"_map_to_curve_elligat"],[257,33,207,15],[257,34,207,12,"xMn"],[257,37,207,15],[258,6,207,17,"xMd"],[258,9,207,20],[258,12,207,20,"_map_to_curve_elligat"],[258,33,207,20],[258,34,207,17,"xMd"],[258,37,207,20],[259,6,207,22,"yMn"],[259,9,207,25],[259,12,207,25,"_map_to_curve_elligat"],[259,33,207,25],[259,34,207,22,"yMn"],[259,37,207,25],[260,6,207,27,"yMd"],[260,9,207,30],[260,12,207,30,"_map_to_curve_elligat"],[260,33,207,30],[260,34,207,27,"yMd"],[260,37,207,30],[260,38,207,73],[260,39,207,74],[261,4,208,4],[262,4,209,4],[262,8,209,8,"xn"],[262,10,209,10],[262,13,209,13,"Fp"],[262,15,209,15],[262,16,209,16,"mul"],[262,19,209,19],[262,20,209,20,"xMn"],[262,23,209,23],[262,25,209,25,"yMd"],[262,28,209,28],[262,29,209,29],[262,30,209,30],[262,31,209,31],[263,4,210,4,"xn"],[263,6,210,6],[263,9,210,9,"Fp"],[263,11,210,11],[263,12,210,12,"mul"],[263,15,210,15],[263,16,210,16,"xn"],[263,18,210,18],[263,20,210,20,"ELL2_C1_EDWARDS"],[263,35,210,35],[263,36,210,36],[263,37,210,37],[263,38,210,38],[264,4,211,4],[264,8,211,8,"xd"],[264,10,211,10],[264,13,211,13,"Fp"],[264,15,211,15],[264,16,211,16,"mul"],[264,19,211,19],[264,20,211,20,"xMd"],[264,23,211,23],[264,25,211,25,"yMn"],[264,28,211,28],[264,29,211,29],[264,30,211,30],[264,31,211,31],[265,4,212,4],[265,8,212,8,"yn"],[265,10,212,10],[265,13,212,13,"Fp"],[265,15,212,15],[265,16,212,16,"sub"],[265,19,212,19],[265,20,212,20,"xMn"],[265,23,212,23],[265,25,212,25,"xMd"],[265,28,212,28],[265,29,212,29],[265,30,212,30],[265,31,212,31],[266,4,213,4],[266,8,213,8,"yd"],[266,10,213,10],[266,13,213,13,"Fp"],[266,15,213,15],[266,16,213,16,"add"],[266,19,213,19],[266,20,213,20,"xMn"],[266,23,213,23],[266,25,213,25,"xMd"],[266,28,213,28],[266,29,213,29],[266,30,213,30],[266,31,213,31],[267,4,214,4],[267,8,214,8,"tv1"],[267,11,214,11],[267,14,214,14,"Fp"],[267,16,214,16],[267,17,214,17,"mul"],[267,20,214,20],[267,21,214,21,"xd"],[267,23,214,23],[267,25,214,25,"yd"],[267,27,214,27],[267,28,214,28],[267,29,214,29],[267,30,214,30],[268,4,215,4],[268,8,215,8,"e"],[268,9,215,9],[268,12,215,12,"Fp"],[268,14,215,14],[268,15,215,15,"eql"],[268,18,215,18],[268,19,215,19,"tv1"],[268,22,215,22],[268,24,215,24,"Fp"],[268,26,215,26],[268,27,215,27,"ZERO"],[268,31,215,31],[268,32,215,32],[268,33,215,33],[268,34,215,34],[269,4,216,4,"xn"],[269,6,216,6],[269,9,216,9,"Fp"],[269,11,216,11],[269,12,216,12,"cmov"],[269,16,216,16],[269,17,216,17,"xn"],[269,19,216,19],[269,21,216,21,"Fp"],[269,23,216,23],[269,24,216,24,"ZERO"],[269,28,216,28],[269,30,216,30,"e"],[269,31,216,31],[269,32,216,32],[269,33,216,33],[269,34,216,34],[270,4,217,4,"xd"],[270,6,217,6],[270,9,217,9,"Fp"],[270,11,217,11],[270,12,217,12,"cmov"],[270,16,217,16],[270,17,217,17,"xd"],[270,19,217,19],[270,21,217,21,"Fp"],[270,23,217,23],[270,24,217,24,"ONE"],[270,27,217,27],[270,29,217,29,"e"],[270,30,217,30],[270,31,217,31],[270,32,217,32],[270,33,217,33],[271,4,218,4,"yn"],[271,6,218,6],[271,9,218,9,"Fp"],[271,11,218,11],[271,12,218,12,"cmov"],[271,16,218,16],[271,17,218,17,"yn"],[271,19,218,19],[271,21,218,21,"Fp"],[271,23,218,23],[271,24,218,24,"ONE"],[271,27,218,27],[271,29,218,29,"e"],[271,30,218,30],[271,31,218,31],[271,32,218,32],[271,33,218,33],[272,4,219,4,"yd"],[272,6,219,6],[272,9,219,9,"Fp"],[272,11,219,11],[272,12,219,12,"cmov"],[272,16,219,16],[272,17,219,17,"yd"],[272,19,219,19],[272,21,219,21,"Fp"],[272,23,219,23],[272,24,219,24,"ONE"],[272,27,219,27],[272,29,219,29,"e"],[272,30,219,30],[272,31,219,31],[272,32,219,32],[272,33,219,33],[273,4,220,4],[273,8,220,4,"_ref"],[273,12,220,4],[273,15,220,29],[273,16,220,30],[273,17,220,31],[273,19,220,33,"modular_ts_1"],[273,31,220,45],[273,32,220,46,"FpInvertBatch"],[273,45,220,59],[273,47,220,61,"Fp"],[273,49,220,63],[273,51,220,65],[273,52,220,66,"xd"],[273,54,220,68],[273,56,220,70,"yd"],[273,58,220,72],[273,59,220,73],[273,61,220,75],[273,65,220,79],[273,66,220,80],[274,6,220,80,"_ref2"],[274,11,220,80],[274,14,220,80,"_slicedToArray"],[274,28,220,80],[274,29,220,80,"_ref"],[274,33,220,80],[275,6,220,11,"xd_inv"],[275,12,220,17],[275,15,220,17,"_ref2"],[275,20,220,17],[276,6,220,19,"yd_inv"],[276,12,220,25],[276,15,220,25,"_ref2"],[276,20,220,25],[276,24,220,81],[276,25,220,82],[277,4,221,4],[277,11,221,11],[278,6,221,13,"x"],[278,7,221,14],[278,9,221,16,"Fp"],[278,11,221,18],[278,12,221,19,"mul"],[278,15,221,22],[278,16,221,23,"xn"],[278,18,221,25],[278,20,221,27,"xd_inv"],[278,26,221,33],[278,27,221,34],[279,6,221,36,"y"],[279,7,221,37],[279,9,221,39,"Fp"],[279,11,221,41],[279,12,221,42,"mul"],[279,15,221,45],[279,16,221,46,"yn"],[279,18,221,48],[279,20,221,50,"yd_inv"],[279,26,221,56],[280,4,221,58],[280,5,221,59],[280,6,221,60],[280,7,221,61],[281,2,222,0],[282,2,223,0],[283,2,224,0,"exports"],[283,9,224,7],[283,10,224,8,"ed25519_hasher"],[283,24,224,22],[283,27,224,26],[284,4,224,26],[284,11,224,32],[284,12,224,33],[284,13,224,34],[284,15,224,36,"hash_to_curve_ts_1"],[284,33,224,54],[284,34,224,55,"createHasher"],[284,46,224,67],[284,48,224,69,"exports"],[284,55,224,76],[284,56,224,77,"ed25519"],[284,63,224,84],[284,64,224,85,"Point"],[284,69,224,90],[284,71,224,92],[284,81,224,93,"scalars"],[284,88,224,100],[285,6,224,100],[285,13,224,105,"map_to_curve_elligator2_edwards25519"],[285,49,224,141],[285,50,224,142,"scalars"],[285,57,224,149],[285,58,224,150],[285,59,224,151],[285,60,224,152],[285,61,224,153],[286,4,224,153],[286,7,224,155],[287,6,225,4,"DST"],[287,9,225,7],[287,11,225,9],[287,46,225,44],[288,6,226,4,"encodeDST"],[288,15,226,13],[288,17,226,15],[288,52,226,50],[289,6,227,4,"p"],[289,7,227,5],[289,9,227,7,"ed25519_CURVE_p"],[289,24,227,22],[290,6,228,4,"m"],[290,7,228,5],[290,9,228,7],[290,10,228,8],[291,6,229,4,"k"],[291,7,229,5],[291,9,229,7],[291,12,229,10],[292,6,230,4,"expand"],[292,12,230,10],[292,14,230,12],[292,19,230,17],[293,6,231,4,"hash"],[293,10,231,8],[293,12,231,10,"sha2_js_1"],[293,21,231,19],[293,22,231,20,"sha512"],[294,4,232,0],[294,5,232,1],[294,6,232,2],[295,2,232,2],[295,4,232,4],[295,5,232,5],[296,2,233,0],[297,2,234,0],[297,6,234,6,"SQRT_M1"],[297,13,234,13],[297,16,234,16,"ED25519_SQRT_M1"],[297,31,234,31],[298,2,235,0],[299,2,236,0],[299,6,236,6,"SQRT_AD_MINUS_ONE"],[299,23,236,23],[299,26,236,26],[299,41,236,42,"BigInt"],[299,47,236,48],[299,48,236,49],[299,127,236,128],[299,128,236,129],[300,2,237,0],[301,2,238,0],[301,6,238,6,"INVSQRT_A_MINUS_D"],[301,23,238,23],[301,26,238,26],[301,41,238,42,"BigInt"],[301,47,238,48],[301,48,238,49],[301,127,238,128],[301,128,238,129],[302,2,239,0],[303,2,240,0],[303,6,240,6,"ONE_MINUS_D_SQ"],[303,20,240,20],[303,23,240,23],[303,38,240,39,"BigInt"],[303,44,240,45],[303,45,240,46],[303,123,240,124],[303,124,240,125],[304,2,241,0],[305,2,242,0],[305,6,242,6,"D_MINUS_ONE_SQ"],[305,20,242,20],[305,23,242,23],[305,38,242,39,"BigInt"],[305,44,242,45],[305,45,242,46],[305,124,242,125],[305,125,242,126],[306,2,243,0],[307,2,244,0],[307,6,244,6,"invertSqrt"],[307,16,244,16],[307,19,244,19],[307,28,244,6,"invertSqrt"],[307,38,244,16,"invertSqrt"],[307,39,244,20,"number"],[307,45,244,26],[308,4,244,26],[308,11,244,31,"uvRatio"],[308,18,244,38],[308,19,244,39,"_1n"],[308,22,244,42],[308,24,244,44,"number"],[308,30,244,50],[308,31,244,51],[309,2,244,51],[310,2,245,0],[310,6,245,6,"MAX_255B"],[310,14,245,14],[310,17,245,17],[310,32,245,33,"BigInt"],[310,38,245,39],[310,39,245,40],[310,107,245,108],[310,108,245,109],[311,2,246,0],[311,6,246,6,"bytes255ToNumberLE"],[311,24,246,24],[311,27,246,27],[311,36,246,6,"bytes255ToNumberLE"],[311,54,246,24,"bytes255ToNumberLE"],[311,55,246,28,"bytes"],[311,60,246,33],[312,4,246,33],[312,11,246,38,"exports"],[312,18,246,45],[312,19,246,46,"ed25519"],[312,26,246,53],[312,27,246,54,"Point"],[312,32,246,59],[312,33,246,60,"Fp"],[312,35,246,62],[312,36,246,63,"create"],[312,42,246,69],[312,43,246,70],[312,44,246,71],[312,45,246,72],[312,47,246,74,"utils_ts_1"],[312,57,246,84],[312,58,246,85,"bytesToNumberLE"],[312,73,246,100],[312,75,246,102,"bytes"],[312,80,246,107],[312,81,246,108],[312,84,246,111,"MAX_255B"],[312,92,246,119],[312,93,246,120],[313,2,246,120],[314,2,247,0],[315,0,248,0],[316,0,249,0],[317,0,250,0],[318,0,251,0],[319,2,252,0],[319,11,252,9,"calcElligatorRistrettoMap"],[319,36,252,34,"calcElligatorRistrettoMap"],[319,37,252,35,"r0"],[319,39,252,37],[319,41,252,39],[320,4,253,4],[320,8,253,12,"d"],[320,9,253,13],[320,12,253,18,"ed25519_CURVE"],[320,25,253,31],[320,26,253,12,"d"],[320,27,253,13],[321,4,254,4],[321,8,254,10,"P"],[321,9,254,11],[321,12,254,14,"ed25519_CURVE_p"],[321,27,254,29],[322,4,255,4],[322,8,255,10,"mod"],[322,11,255,13],[322,14,255,16],[322,23,255,10,"mod"],[322,26,255,13,"mod"],[322,27,255,17,"n"],[322,28,255,18],[323,6,255,18],[323,13,255,23,"Fp"],[323,15,255,25],[323,16,255,26,"create"],[323,22,255,32],[323,23,255,33,"n"],[323,24,255,34],[323,25,255,35],[324,4,255,35],[325,4,256,4],[325,8,256,10,"r"],[325,9,256,11],[325,12,256,14,"mod"],[325,15,256,17],[325,16,256,18,"SQRT_M1"],[325,23,256,25],[325,26,256,28,"r0"],[325,28,256,30],[325,31,256,33,"r0"],[325,33,256,35],[325,34,256,36],[325,35,256,37],[325,36,256,38],[326,4,257,4],[326,8,257,10,"Ns"],[326,10,257,12],[326,13,257,15,"mod"],[326,16,257,18],[326,17,257,19],[326,18,257,20,"r"],[326,19,257,21],[326,22,257,24,"_1n"],[326,25,257,27],[326,29,257,31,"ONE_MINUS_D_SQ"],[326,43,257,45],[326,44,257,46],[326,45,257,47],[326,46,257,48],[327,4,258,4],[327,8,258,8,"c"],[327,9,258,9],[327,12,258,12,"BigInt"],[327,18,258,18],[327,19,258,19],[327,20,258,20],[327,21,258,21],[327,22,258,22],[327,23,258,23],[327,24,258,24],[328,4,259,4],[328,8,259,10,"D"],[328,9,259,11],[328,12,259,14,"mod"],[328,15,259,17],[328,16,259,18],[328,17,259,19,"c"],[328,18,259,20],[328,21,259,23,"d"],[328,22,259,24],[328,25,259,27,"r"],[328,26,259,28],[328,30,259,32,"mod"],[328,33,259,35],[328,34,259,36,"r"],[328,35,259,37],[328,38,259,40,"d"],[328,39,259,41],[328,40,259,42],[328,41,259,43],[328,42,259,44],[328,43,259,45],[329,4,260,4],[329,8,260,4,"_uvRatio"],[329,16,260,4],[329,19,260,44,"uvRatio"],[329,26,260,51],[329,27,260,52,"Ns"],[329,29,260,54],[329,31,260,56,"D"],[329,32,260,57],[329,33,260,58],[330,6,260,19,"Ns_D_is_sq"],[330,16,260,29],[330,19,260,29,"_uvRatio"],[330,27,260,29],[330,28,260,10,"isValid"],[330,35,260,17],[331,6,260,38,"s"],[331,7,260,39],[331,10,260,39,"_uvRatio"],[331,18,260,39],[331,19,260,31,"value"],[331,24,260,36],[331,25,260,59],[331,26,260,60],[332,4,261,4],[332,8,261,8,"s_"],[332,10,261,10],[332,13,261,13,"mod"],[332,16,261,16],[332,17,261,17,"s"],[332,18,261,18],[332,21,261,21,"r0"],[332,23,261,23],[332,24,261,24],[332,25,261,25],[332,26,261,26],[333,4,262,4],[333,8,262,8],[333,9,262,9],[333,10,262,10],[333,11,262,11],[333,13,262,13,"modular_ts_1"],[333,25,262,25],[333,26,262,26,"isNegativeLE"],[333,38,262,38],[333,40,262,40,"s_"],[333,42,262,42],[333,44,262,44,"P"],[333,45,262,45],[333,46,262,46],[333,48,263,8,"s_"],[333,50,263,10],[333,53,263,13,"mod"],[333,56,263,16],[333,57,263,17],[333,58,263,18,"s_"],[333,60,263,20],[333,61,263,21],[334,4,264,4],[334,8,264,8],[334,9,264,9,"Ns_D_is_sq"],[334,19,264,19],[334,21,265,8,"s"],[334,22,265,9],[334,25,265,12,"s_"],[334,27,265,14],[334,28,265,15],[334,29,265,16],[335,4,266,4],[335,8,266,8],[335,9,266,9,"Ns_D_is_sq"],[335,19,266,19],[335,21,267,8,"c"],[335,22,267,9],[335,25,267,12,"r"],[335,26,267,13],[335,27,267,14],[335,28,267,15],[336,4,268,4],[336,8,268,10,"Nt"],[336,10,268,12],[336,13,268,15,"mod"],[336,16,268,18],[336,17,268,19,"c"],[336,18,268,20],[336,22,268,24,"r"],[336,23,268,25],[336,26,268,28,"_1n"],[336,29,268,31],[336,30,268,32],[336,33,268,35,"D_MINUS_ONE_SQ"],[336,47,268,49],[336,50,268,52,"D"],[336,51,268,53],[336,52,268,54],[336,53,268,55],[336,54,268,56],[337,4,269,4],[337,8,269,10,"s2"],[337,10,269,12],[337,13,269,15,"s"],[337,14,269,16],[337,17,269,19,"s"],[337,18,269,20],[338,4,270,4],[338,8,270,10,"W0"],[338,10,270,12],[338,13,270,15,"mod"],[338,16,270,18],[338,17,270,19],[338,18,270,20,"s"],[338,19,270,21],[338,22,270,24,"s"],[338,23,270,25],[338,27,270,29,"D"],[338,28,270,30],[338,29,270,31],[338,30,270,32],[338,31,270,33],[339,4,271,4],[339,8,271,10,"W1"],[339,10,271,12],[339,13,271,15,"mod"],[339,16,271,18],[339,17,271,19,"Nt"],[339,19,271,21],[339,22,271,24,"SQRT_AD_MINUS_ONE"],[339,39,271,41],[339,40,271,42],[339,41,271,43],[339,42,271,44],[340,4,272,4],[340,8,272,10,"W2"],[340,10,272,12],[340,13,272,15,"mod"],[340,16,272,18],[340,17,272,19,"_1n"],[340,20,272,22],[340,23,272,25,"s2"],[340,25,272,27],[340,26,272,28],[340,27,272,29],[340,28,272,30],[341,4,273,4],[341,8,273,10,"W3"],[341,10,273,12],[341,13,273,15,"mod"],[341,16,273,18],[341,17,273,19,"_1n"],[341,20,273,22],[341,23,273,25,"s2"],[341,25,273,27],[341,26,273,28],[341,27,273,29],[341,28,273,30],[342,4,274,4],[342,11,274,11],[342,15,274,15,"exports"],[342,22,274,22],[342,23,274,23,"ed25519"],[342,30,274,30],[342,31,274,31,"Point"],[342,36,274,36],[342,37,274,37,"mod"],[342,40,274,40],[342,41,274,41,"W0"],[342,43,274,43],[342,46,274,46,"W3"],[342,48,274,48],[342,49,274,49],[342,51,274,51,"mod"],[342,54,274,54],[342,55,274,55,"W2"],[342,57,274,57],[342,60,274,60,"W1"],[342,62,274,62],[342,63,274,63],[342,65,274,65,"mod"],[342,68,274,68],[342,69,274,69,"W1"],[342,71,274,71],[342,74,274,74,"W3"],[342,76,274,76],[342,77,274,77],[342,79,274,79,"mod"],[342,82,274,82],[342,83,274,83,"W0"],[342,85,274,85],[342,88,274,88,"W2"],[342,90,274,90],[342,91,274,91],[342,92,274,92],[343,2,275,0],[344,2,276,0],[344,11,276,9,"ristretto255_map"],[344,27,276,25,"ristretto255_map"],[344,28,276,26,"bytes"],[344,33,276,31],[344,35,276,33],[345,4,277,4],[345,5,277,5],[345,6,277,6],[345,8,277,8,"utils_js_1"],[345,18,277,18],[345,19,277,19,"abytes"],[345,25,277,25],[345,27,277,27,"bytes"],[345,32,277,32],[345,34,277,34],[345,36,277,36],[345,37,277,37],[346,4,278,4],[346,8,278,10,"r1"],[346,10,278,12],[346,13,278,15,"bytes255ToNumberLE"],[346,31,278,33],[346,32,278,34,"bytes"],[346,37,278,39],[346,38,278,40,"subarray"],[346,46,278,48],[346,47,278,49],[346,48,278,50],[346,50,278,52],[346,52,278,54],[346,53,278,55],[346,54,278,56],[347,4,279,4],[347,8,279,10,"R1"],[347,10,279,12],[347,13,279,15,"calcElligatorRistrettoMap"],[347,38,279,40],[347,39,279,41,"r1"],[347,41,279,43],[347,42,279,44],[348,4,280,4],[348,8,280,10,"r2"],[348,10,280,12],[348,13,280,15,"bytes255ToNumberLE"],[348,31,280,33],[348,32,280,34,"bytes"],[348,37,280,39],[348,38,280,40,"subarray"],[348,46,280,48],[348,47,280,49],[348,49,280,51],[348,51,280,53],[348,53,280,55],[348,54,280,56],[348,55,280,57],[349,4,281,4],[349,8,281,10,"R2"],[349,10,281,12],[349,13,281,15,"calcElligatorRistrettoMap"],[349,38,281,40],[349,39,281,41,"r2"],[349,41,281,43],[349,42,281,44],[350,4,282,4],[350,11,282,11],[350,15,282,15,"_RistrettoPoint"],[350,30,282,30],[350,31,282,31,"R1"],[350,33,282,33],[350,34,282,34,"add"],[350,37,282,37],[350,38,282,38,"R2"],[350,40,282,40],[350,41,282,41],[350,42,282,42],[351,2,283,0],[352,2,284,0],[353,0,285,0],[354,0,286,0],[355,0,287,0],[356,0,288,0],[357,0,289,0],[358,0,290,0],[359,0,291,0],[360,0,292,0],[361,2,284,0],[361,6,293,6,"_RistrettoPoint"],[361,21,293,21],[361,47,293,21,"_edwards_ts_1$PrimeEd"],[361,68,293,21],[362,4,294,4],[362,13,294,4,"_RistrettoPoint"],[362,29,294,16,"ep"],[362,31,294,18],[362,33,294,20],[363,6,294,20,"_classCallCheck"],[363,21,294,20],[363,28,294,20,"_RistrettoPoint"],[363,43,294,20],[364,6,294,20],[364,13,294,20,"_callSuper"],[364,23,294,20],[364,30,294,20,"_RistrettoPoint"],[364,45,294,20],[364,48,295,14,"ep"],[364,50,295,16],[365,4,296,4],[366,4,296,5,"_inherits"],[366,13,296,5],[366,14,296,5,"_RistrettoPoint"],[366,29,296,5],[366,31,296,5,"_edwards_ts_1$PrimeEd"],[366,52,296,5],[367,4,296,5],[367,11,296,5,"_createClass"],[367,23,296,5],[367,24,296,5,"_RistrettoPoint"],[367,39,296,5],[368,6,296,5,"key"],[368,9,296,5],[369,6,296,5,"value"],[369,11,296,5],[369,13,300,4],[369,22,300,4,"assertSame"],[369,32,300,14,"assertSame"],[369,33,300,15,"other"],[369,38,300,20],[369,40,300,22],[370,8,301,8],[370,12,301,12],[370,14,301,14,"other"],[370,19,301,19],[370,31,301,31,"_RistrettoPoint"],[370,46,301,46],[370,47,301,47],[370,49,302,12],[370,55,302,18],[370,59,302,22,"Error"],[370,64,302,27],[370,65,302,28],[370,90,302,53],[370,91,302,54],[371,6,303,4],[372,4,303,5],[373,6,303,5,"key"],[373,9,303,5],[374,6,303,5,"value"],[374,11,303,5],[374,13,304,4],[374,22,304,4,"init"],[374,26,304,8,"init"],[374,27,304,9,"ep"],[374,29,304,11],[374,31,304,13],[375,8,305,8],[375,15,305,15],[375,19,305,19,"_RistrettoPoint"],[375,34,305,34],[375,35,305,35,"ep"],[375,37,305,37],[375,38,305,38],[376,6,306,4],[377,6,307,4],[378,4,307,4],[379,6,307,4,"key"],[379,9,307,4],[380,6,307,4,"value"],[380,11,307,4],[381,6,350,4],[382,0,351,0],[383,0,352,0],[384,0,353,0],[385,6,354,4],[385,15,354,4,"toBytes"],[385,22,354,11,"toBytes"],[385,23,354,11],[385,25,354,14],[386,8,355,8],[386,12,355,8,"_this$ep"],[386,20,355,8],[386,23,355,29],[386,27,355,33],[386,28,355,34,"ep"],[386,30,355,36],[387,10,355,14,"X"],[387,11,355,15],[387,14,355,15,"_this$ep"],[387,22,355,15],[387,23,355,14,"X"],[387,24,355,15],[388,10,355,17,"Y"],[388,11,355,18],[388,14,355,18,"_this$ep"],[388,22,355,18],[388,23,355,17,"Y"],[388,24,355,18],[389,10,355,20,"Z"],[389,11,355,21],[389,14,355,21,"_this$ep"],[389,22,355,21],[389,23,355,20,"Z"],[389,24,355,21],[390,10,355,23,"T"],[390,11,355,24],[390,14,355,24,"_this$ep"],[390,22,355,24],[390,23,355,23,"T"],[390,24,355,24],[391,8,356,8],[391,12,356,14,"P"],[391,13,356,15],[391,16,356,18,"ed25519_CURVE_p"],[391,31,356,33],[392,8,357,8],[392,12,357,14,"mod"],[392,15,357,17],[392,18,357,20],[392,27,357,14,"mod"],[392,30,357,17,"mod"],[392,31,357,21,"n"],[392,32,357,22],[393,10,357,22],[393,17,357,27,"Fp"],[393,19,357,29],[393,20,357,30,"create"],[393,26,357,36],[393,27,357,37,"n"],[393,28,357,38],[393,29,357,39],[394,8,357,39],[395,8,358,8],[395,12,358,14,"u1"],[395,14,358,16],[395,17,358,19,"mod"],[395,20,358,22],[395,21,358,23,"mod"],[395,24,358,26],[395,25,358,27,"Z"],[395,26,358,28],[395,29,358,31,"Y"],[395,30,358,32],[395,31,358,33],[395,34,358,36,"mod"],[395,37,358,39],[395,38,358,40,"Z"],[395,39,358,41],[395,42,358,44,"Y"],[395,43,358,45],[395,44,358,46],[395,45,358,47],[395,46,358,48],[395,47,358,49],[396,8,359,8],[396,12,359,14,"u2"],[396,14,359,16],[396,17,359,19,"mod"],[396,20,359,22],[396,21,359,23,"X"],[396,22,359,24],[396,25,359,27,"Y"],[396,26,359,28],[396,27,359,29],[396,28,359,30],[396,29,359,31],[397,8,360,8],[398,8,361,8],[398,12,361,14,"u2sq"],[398,16,361,18],[398,19,361,21,"mod"],[398,22,361,24],[398,23,361,25,"u2"],[398,25,361,27],[398,28,361,30,"u2"],[398,30,361,32],[398,31,361,33],[399,8,362,8],[399,12,362,8,"_invertSqrt"],[399,23,362,8],[399,26,362,35,"invertSqrt"],[399,36,362,45],[399,37,362,46,"mod"],[399,40,362,49],[399,41,362,50,"u1"],[399,43,362,52],[399,46,362,55,"u2sq"],[399,50,362,59],[399,51,362,60],[399,52,362,61],[400,10,362,23,"invsqrt"],[400,17,362,30],[400,20,362,30,"_invertSqrt"],[400,31,362,30],[400,32,362,16,"value"],[400,37,362,21],[400,38,362,62],[400,39,362,63],[401,8,363,8],[401,12,363,14,"D1"],[401,14,363,16],[401,17,363,19,"mod"],[401,20,363,22],[401,21,363,23,"invsqrt"],[401,28,363,30],[401,31,363,33,"u1"],[401,33,363,35],[401,34,363,36],[401,35,363,37],[401,36,363,38],[402,8,364,8],[402,12,364,14,"D2"],[402,14,364,16],[402,17,364,19,"mod"],[402,20,364,22],[402,21,364,23,"invsqrt"],[402,28,364,30],[402,31,364,33,"u2"],[402,33,364,35],[402,34,364,36],[402,35,364,37],[402,36,364,38],[403,8,365,8],[403,12,365,14,"zInv"],[403,16,365,18],[403,19,365,21,"mod"],[403,22,365,24],[403,23,365,25,"D1"],[403,25,365,27],[403,28,365,30,"D2"],[403,30,365,32],[403,33,365,35,"T"],[403,34,365,36],[403,35,365,37],[403,36,365,38],[403,37,365,39],[404,8,366,8],[404,12,366,12,"D"],[404,13,366,13],[404,14,366,14],[404,15,366,15],[405,8,367,8],[405,12,367,12],[405,13,367,13],[405,14,367,14],[405,16,367,16,"modular_ts_1"],[405,28,367,28],[405,29,367,29,"isNegativeLE"],[405,41,367,41],[405,43,367,43,"T"],[405,44,367,44],[405,47,367,47,"zInv"],[405,51,367,51],[405,53,367,53,"P"],[405,54,367,54],[405,55,367,55],[405,57,367,57],[406,10,368,12],[406,14,368,16,"_x"],[406,16,368,18],[406,19,368,21,"mod"],[406,22,368,24],[406,23,368,25,"Y"],[406,24,368,26],[406,27,368,29,"SQRT_M1"],[406,34,368,36],[406,35,368,37],[407,10,369,12],[407,14,369,16,"_y"],[407,16,369,18],[407,19,369,21,"mod"],[407,22,369,24],[407,23,369,25,"X"],[407,24,369,26],[407,27,369,29,"SQRT_M1"],[407,34,369,36],[407,35,369,37],[408,10,370,12,"X"],[408,11,370,13],[408,14,370,16,"_x"],[408,16,370,18],[409,10,371,12,"Y"],[409,11,371,13],[409,14,371,16,"_y"],[409,16,371,18],[410,10,372,12,"D"],[410,11,372,13],[410,14,372,16,"mod"],[410,17,372,19],[410,18,372,20,"D1"],[410,20,372,22],[410,23,372,25,"INVSQRT_A_MINUS_D"],[410,40,372,42],[410,41,372,43],[411,8,373,8],[411,9,373,9],[411,15,374,13],[412,10,375,12,"D"],[412,11,375,13],[412,14,375,16,"D2"],[412,16,375,18],[412,17,375,19],[412,18,375,20],[413,8,376,8],[414,8,377,8],[414,12,377,12],[414,13,377,13],[414,14,377,14],[414,16,377,16,"modular_ts_1"],[414,28,377,28],[414,29,377,29,"isNegativeLE"],[414,41,377,41],[414,43,377,43,"X"],[414,44,377,44],[414,47,377,47,"zInv"],[414,51,377,51],[414,53,377,53,"P"],[414,54,377,54],[414,55,377,55],[414,57,378,12,"Y"],[414,58,378,13],[414,61,378,16,"mod"],[414,64,378,19],[414,65,378,20],[414,66,378,21,"Y"],[414,67,378,22],[414,68,378,23],[414,69,378,24],[414,70,378,25],[415,8,379,8],[415,12,379,12,"s"],[415,13,379,13],[415,16,379,16,"mod"],[415,19,379,19],[415,20,379,20],[415,21,379,21,"Z"],[415,22,379,22],[415,25,379,25,"Y"],[415,26,379,26],[415,30,379,30,"D"],[415,31,379,31],[415,32,379,32],[415,33,379,33],[415,34,379,34],[416,8,380,8],[416,12,380,12],[416,13,380,13],[416,14,380,14],[416,16,380,16,"modular_ts_1"],[416,28,380,28],[416,29,380,29,"isNegativeLE"],[416,41,380,41],[416,43,380,43,"s"],[416,44,380,44],[416,46,380,46,"P"],[416,47,380,47],[416,48,380,48],[416,50,381,12,"s"],[416,51,381,13],[416,54,381,16,"mod"],[416,57,381,19],[416,58,381,20],[416,59,381,21,"s"],[416,60,381,22],[416,61,381,23],[417,8,382,8],[417,15,382,15,"Fp"],[417,17,382,17],[417,18,382,18,"toBytes"],[417,25,382,25],[417,26,382,26,"s"],[417,27,382,27],[417,28,382,28],[417,29,382,29],[417,30,382,30],[418,6,383,4],[419,6,384,4],[420,0,385,0],[421,0,386,0],[422,0,387,0],[423,4,384,4],[424,6,384,4,"key"],[424,9,384,4],[425,6,384,4,"value"],[425,11,384,4],[425,13,388,4],[425,22,388,4,"equals"],[425,28,388,10,"equals"],[425,29,388,11,"other"],[425,34,388,16],[425,36,388,18],[426,8,389,8],[426,12,389,12],[426,13,389,13,"assertSame"],[426,23,389,23],[426,24,389,24,"other"],[426,29,389,29],[426,30,389,30],[427,8,390,8],[427,12,390,8,"_this$ep2"],[427,21,390,8],[427,24,390,33],[427,28,390,37],[427,29,390,38,"ep"],[427,31,390,40],[428,10,390,19,"X1"],[428,12,390,21],[428,15,390,21,"_this$ep2"],[428,24,390,21],[428,25,390,16,"X"],[428,26,390,17],[429,10,390,26,"Y1"],[429,12,390,28],[429,15,390,28,"_this$ep2"],[429,24,390,28],[429,25,390,23,"Y"],[429,26,390,24],[430,8,391,8],[430,12,391,8,"_other$ep"],[430,21,391,8],[430,24,391,33,"other"],[430,29,391,38],[430,30,391,39,"ep"],[430,32,391,41],[431,10,391,19,"X2"],[431,12,391,21],[431,15,391,21,"_other$ep"],[431,24,391,21],[431,25,391,16,"X"],[431,26,391,17],[432,10,391,26,"Y2"],[432,12,391,28],[432,15,391,28,"_other$ep"],[432,24,391,28],[432,25,391,23,"Y"],[432,26,391,24],[433,8,392,8],[433,12,392,14,"mod"],[433,15,392,17],[433,18,392,20],[433,27,392,14,"mod"],[433,30,392,17,"mod"],[433,31,392,21,"n"],[433,32,392,22],[434,10,392,22],[434,17,392,27,"Fp"],[434,19,392,29],[434,20,392,30,"create"],[434,26,392,36],[434,27,392,37,"n"],[434,28,392,38],[434,29,392,39],[435,8,392,39],[436,8,393,8],[437,8,394,8],[437,12,394,14,"one"],[437,15,394,17],[437,18,394,20,"mod"],[437,21,394,23],[437,22,394,24,"X1"],[437,24,394,26],[437,27,394,29,"Y2"],[437,29,394,31],[437,30,394,32],[437,35,394,37,"mod"],[437,38,394,40],[437,39,394,41,"Y1"],[437,41,394,43],[437,44,394,46,"X2"],[437,46,394,48],[437,47,394,49],[438,8,395,8],[438,12,395,14,"two"],[438,15,395,17],[438,18,395,20,"mod"],[438,21,395,23],[438,22,395,24,"Y1"],[438,24,395,26],[438,27,395,29,"Y2"],[438,29,395,31],[438,30,395,32],[438,35,395,37,"mod"],[438,38,395,40],[438,39,395,41,"X1"],[438,41,395,43],[438,44,395,46,"X2"],[438,46,395,48],[438,47,395,49],[439,8,396,8],[439,15,396,15,"one"],[439,18,396,18],[439,22,396,22,"two"],[439,25,396,25],[440,6,397,4],[441,4,397,5],[442,6,397,5,"key"],[442,9,397,5],[443,6,397,5,"value"],[443,11,397,5],[443,13,398,4],[443,22,398,4,"is0"],[443,25,398,7,"is0"],[443,26,398,7],[443,28,398,10],[444,8,399,8],[444,15,399,15],[444,19,399,19],[444,20,399,20,"equals"],[444,26,399,26],[444,27,399,27,"_RistrettoPoint"],[444,42,399,42],[444,43,399,43,"ZERO"],[444,47,399,47],[444,48,399,48],[445,6,400,4],[446,4,400,5],[447,6,400,5,"key"],[447,9,400,5],[448,6,400,5,"value"],[448,11,400,5],[448,13,297,4],[448,22,297,11,"fromAffine"],[448,32,297,21,"fromAffine"],[448,33,297,22,"ap"],[448,35,297,24],[448,37,297,26],[449,8,298,8],[449,15,298,15],[449,19,298,19,"_RistrettoPoint"],[449,34,298,34],[449,35,298,35,"exports"],[449,42,298,42],[449,43,298,43,"ed25519"],[449,50,298,50],[449,51,298,51,"Point"],[449,56,298,56],[449,57,298,57,"fromAffine"],[449,67,298,67],[449,68,298,68,"ap"],[449,70,298,70],[449,71,298,71],[449,72,298,72],[450,6,299,4],[451,4,299,5],[452,6,299,5,"key"],[452,9,299,5],[453,6,299,5,"value"],[453,11,299,5],[453,13,308,4],[453,22,308,11,"hashToCurve"],[453,33,308,22,"hashToCurve"],[453,34,308,23,"hex"],[453,37,308,26],[453,39,308,28],[454,8,309,8],[454,15,309,15,"ristretto255_map"],[454,31,309,31],[454,32,309,32],[454,33,309,33],[454,34,309,34],[454,36,309,36,"utils_ts_1"],[454,46,309,46],[454,47,309,47,"ensureBytes"],[454,58,309,58],[454,60,309,60],[454,75,309,75],[454,77,309,77,"hex"],[454,80,309,80],[454,82,309,82],[454,84,309,84],[454,85,309,85],[454,86,309,86],[455,6,310,4],[456,4,310,5],[457,6,310,5,"key"],[457,9,310,5],[458,6,310,5,"value"],[458,11,310,5],[458,13,311,4],[458,22,311,11,"fromBytes"],[458,31,311,20,"fromBytes"],[458,32,311,21,"bytes"],[458,37,311,26],[458,39,311,28],[459,8,312,8],[459,9,312,9],[459,10,312,10],[459,12,312,12,"utils_js_1"],[459,22,312,22],[459,23,312,23,"abytes"],[459,29,312,29],[459,31,312,31,"bytes"],[459,36,312,36],[459,38,312,38],[459,40,312,40],[459,41,312,41],[460,8,313,8],[460,12,313,16,"a"],[460,13,313,17],[460,16,313,25,"ed25519_CURVE"],[460,29,313,38],[460,30,313,16,"a"],[460,31,313,17],[461,10,313,19,"d"],[461,11,313,20],[461,14,313,25,"ed25519_CURVE"],[461,27,313,38],[461,28,313,19,"d"],[461,29,313,20],[462,8,314,8],[462,12,314,14,"P"],[462,13,314,15],[462,16,314,18,"ed25519_CURVE_p"],[462,31,314,33],[463,8,315,8],[463,12,315,14,"mod"],[463,15,315,17],[463,18,315,20],[463,27,315,14,"mod"],[463,30,315,17,"mod"],[463,31,315,21,"n"],[463,32,315,22],[464,10,315,22],[464,17,315,27,"Fp"],[464,19,315,29],[464,20,315,30,"create"],[464,26,315,36],[464,27,315,37,"n"],[464,28,315,38],[464,29,315,39],[465,8,315,39],[466,8,316,8],[466,12,316,14,"s"],[466,13,316,15],[466,16,316,18,"bytes255ToNumberLE"],[466,34,316,36],[466,35,316,37,"bytes"],[466,40,316,42],[466,41,316,43],[467,8,317,8],[468,8,318,8],[469,8,319,8],[469,12,319,12],[469,13,319,13],[469,14,319,14],[469,15,319,15],[469,17,319,17,"utils_ts_1"],[469,27,319,27],[469,28,319,28,"equalBytes"],[469,38,319,38],[469,40,319,40,"Fp"],[469,42,319,42],[469,43,319,43,"toBytes"],[469,50,319,50],[469,51,319,51,"s"],[469,52,319,52],[469,53,319,53],[469,55,319,55,"bytes"],[469,60,319,60],[469,61,319,61],[469,65,319,65],[469,66,319,66],[469,67,319,67],[469,69,319,69,"modular_ts_1"],[469,81,319,81],[469,82,319,82,"isNegativeLE"],[469,94,319,94],[469,96,319,96,"s"],[469,97,319,97],[469,99,319,99,"P"],[469,100,319,100],[469,101,319,101],[469,103,320,12],[469,109,320,18],[469,113,320,22,"Error"],[469,118,320,27],[469,119,320,28],[469,152,320,61],[469,153,320,62],[470,8,321,8],[470,12,321,14,"s2"],[470,14,321,16],[470,17,321,19,"mod"],[470,20,321,22],[470,21,321,23,"s"],[470,22,321,24],[470,25,321,27,"s"],[470,26,321,28],[470,27,321,29],[471,8,322,8],[471,12,322,14,"u1"],[471,14,322,16],[471,17,322,19,"mod"],[471,20,322,22],[471,21,322,23,"_1n"],[471,24,322,26],[471,27,322,29,"a"],[471,28,322,30],[471,31,322,33,"s2"],[471,33,322,35],[471,34,322,36],[471,35,322,37],[471,36,322,38],[472,8,323,8],[472,12,323,14,"u2"],[472,14,323,16],[472,17,323,19,"mod"],[472,20,323,22],[472,21,323,23,"_1n"],[472,24,323,26],[472,27,323,29,"a"],[472,28,323,30],[472,31,323,33,"s2"],[472,33,323,35],[472,34,323,36],[472,35,323,37],[472,36,323,38],[473,8,324,8],[473,12,324,14,"u1_2"],[473,16,324,18],[473,19,324,21,"mod"],[473,22,324,24],[473,23,324,25,"u1"],[473,25,324,27],[473,28,324,30,"u1"],[473,30,324,32],[473,31,324,33],[474,8,325,8],[474,12,325,14,"u2_2"],[474,16,325,18],[474,19,325,21,"mod"],[474,22,325,24],[474,23,325,25,"u2"],[474,25,325,27],[474,28,325,30,"u2"],[474,30,325,32],[474,31,325,33],[475,8,326,8],[475,12,326,14,"v"],[475,13,326,15],[475,16,326,18,"mod"],[475,19,326,21],[475,20,326,22,"a"],[475,21,326,23],[475,24,326,26,"d"],[475,25,326,27],[475,28,326,30,"u1_2"],[475,32,326,34],[475,35,326,37,"u2_2"],[475,39,326,41],[475,40,326,42],[475,41,326,43],[475,42,326,44],[476,8,327,8],[476,12,327,8,"_invertSqrt2"],[476,24,327,8],[476,27,327,38,"invertSqrt"],[476,37,327,48],[476,38,327,49,"mod"],[476,41,327,52],[476,42,327,53,"v"],[476,43,327,54],[476,46,327,57,"u2_2"],[476,50,327,61],[476,51,327,62],[476,52,327,63],[477,10,327,16,"isValid"],[477,17,327,23],[477,20,327,23,"_invertSqrt2"],[477,32,327,23],[477,33,327,16,"isValid"],[477,40,327,23],[478,10,327,32,"I"],[478,11,327,33],[478,14,327,33,"_invertSqrt2"],[478,26,327,33],[478,27,327,25,"value"],[478,32,327,30],[478,33,327,64],[478,34,327,65],[479,8,328,8],[479,12,328,14,"Dx"],[479,14,328,16],[479,17,328,19,"mod"],[479,20,328,22],[479,21,328,23,"I"],[479,22,328,24],[479,25,328,27,"u2"],[479,27,328,29],[479,28,328,30],[479,29,328,31],[479,30,328,32],[480,8,329,8],[480,12,329,14,"Dy"],[480,14,329,16],[480,17,329,19,"mod"],[480,20,329,22],[480,21,329,23,"I"],[480,22,329,24],[480,25,329,27,"Dx"],[480,27,329,29],[480,30,329,32,"v"],[480,31,329,33],[480,32,329,34],[480,33,329,35],[480,34,329,36],[481,8,330,8],[481,12,330,12,"x"],[481,13,330,13],[481,16,330,16,"mod"],[481,19,330,19],[481,20,330,20],[481,21,330,21,"s"],[481,22,330,22],[481,25,330,25,"s"],[481,26,330,26],[481,30,330,30,"Dx"],[481,32,330,32],[481,33,330,33],[481,34,330,34],[481,35,330,35],[482,8,331,8],[482,12,331,12],[482,13,331,13],[482,14,331,14],[482,16,331,16,"modular_ts_1"],[482,28,331,28],[482,29,331,29,"isNegativeLE"],[482,41,331,41],[482,43,331,43,"x"],[482,44,331,44],[482,46,331,46,"P"],[482,47,331,47],[482,48,331,48],[482,50,332,12,"x"],[482,51,332,13],[482,54,332,16,"mod"],[482,57,332,19],[482,58,332,20],[482,59,332,21,"x"],[482,60,332,22],[482,61,332,23],[482,62,332,24],[482,63,332,25],[483,8,333,8],[483,12,333,14,"y"],[483,13,333,15],[483,16,333,18,"mod"],[483,19,333,21],[483,20,333,22,"u1"],[483,22,333,24],[483,25,333,27,"Dy"],[483,27,333,29],[483,28,333,30],[483,29,333,31],[483,30,333,32],[484,8,334,8],[484,12,334,14,"t"],[484,13,334,15],[484,16,334,18,"mod"],[484,19,334,21],[484,20,334,22,"x"],[484,21,334,23],[484,24,334,26,"y"],[484,25,334,27],[484,26,334,28],[484,27,334,29],[484,28,334,30],[485,8,335,8],[485,12,335,12],[485,13,335,13,"isValid"],[485,20,335,20],[485,24,335,24],[485,25,335,25],[485,26,335,26],[485,28,335,28,"modular_ts_1"],[485,40,335,40],[485,41,335,41,"isNegativeLE"],[485,53,335,53],[485,55,335,55,"t"],[485,56,335,56],[485,58,335,58,"P"],[485,59,335,59],[485,60,335,60],[485,64,335,64,"y"],[485,65,335,65],[485,70,335,70,"_0n"],[485,73,335,73],[485,75,336,12],[485,81,336,18],[485,85,336,22,"Error"],[485,90,336,27],[485,91,336,28],[485,124,336,61],[485,125,336,62],[486,8,337,8],[486,15,337,15],[486,19,337,19,"_RistrettoPoint"],[486,34,337,34],[486,35,337,35],[486,39,337,39,"exports"],[486,46,337,46],[486,47,337,47,"ed25519"],[486,54,337,54],[486,55,337,55,"Point"],[486,60,337,60],[486,61,337,61,"x"],[486,62,337,62],[486,64,337,64,"y"],[486,65,337,65],[486,67,337,67,"_1n"],[486,70,337,70],[486,72,337,72,"t"],[486,73,337,73],[486,74,337,74],[486,75,337,75],[487,6,338,4],[488,6,339,4],[489,0,340,0],[490,0,341,0],[491,0,342,0],[492,0,343,0],[493,4,339,4],[494,6,339,4,"key"],[494,9,339,4],[495,6,339,4,"value"],[495,11,339,4],[495,13,344,4],[495,22,344,11,"fromHex"],[495,29,344,18,"fromHex"],[495,30,344,19,"hex"],[495,33,344,22],[495,35,344,24],[496,8,345,8],[496,15,345,15,"_RistrettoPoint"],[496,30,345,30],[496,31,345,31,"fromBytes"],[496,40,345,40],[496,41,345,41],[496,42,345,42],[496,43,345,43],[496,45,345,45,"utils_ts_1"],[496,55,345,55],[496,56,345,56,"ensureBytes"],[496,67,345,67],[496,69,345,69],[496,83,345,83],[496,85,345,85,"hex"],[496,88,345,88],[496,90,345,90],[496,92,345,92],[496,93,345,93],[496,94,345,94],[497,6,346,4],[498,4,346,5],[499,6,346,5,"key"],[499,9,346,5],[500,6,346,5,"value"],[500,11,346,5],[500,13,347,4],[500,22,347,11,"msm"],[500,25,347,14,"msm"],[500,26,347,15,"points"],[500,32,347,21],[500,34,347,23,"scalars"],[500,41,347,30],[500,43,347,32],[501,8,348,8],[501,15,348,15],[501,16,348,16],[501,17,348,17],[501,19,348,19,"curve_ts_1"],[501,29,348,29],[501,30,348,30,"pippenger"],[501,39,348,39],[501,41,348,41,"_RistrettoPoint"],[501,56,348,56],[501,58,348,58,"exports"],[501,65,348,65],[501,66,348,66,"ed25519"],[501,73,348,73],[501,74,348,74,"Point"],[501,79,348,79],[501,80,348,80,"Fn"],[501,82,348,82],[501,84,348,84,"points"],[501,90,348,90],[501,92,348,92,"scalars"],[501,99,348,99],[501,100,348,100],[502,6,349,4],[503,4,349,5],[504,2,349,5],[504,4,293,30,"edwards_ts_1"],[504,16,293,42],[504,17,293,43,"PrimeEdwardsPoint"],[504,34,293,60],[504,37,402,0],[505,2,403,0],[506,2,404,0],[507,2,405,0,"_RistrettoPoint"],[507,17,405,15],[507,18,405,16,"BASE"],[507,22,405,20],[507,25,406,0],[507,40,406,17],[508,4,406,17],[508,11,406,23],[508,15,406,27,"_RistrettoPoint"],[508,30,406,42],[508,31,406,43,"exports"],[508,38,406,50],[508,39,406,51,"ed25519"],[508,46,406,58],[508,47,406,59,"Point"],[508,52,406,64],[508,53,406,65,"BASE"],[508,57,406,69],[508,58,406,70],[509,2,406,70],[509,4,406,72],[509,5,406,73],[510,2,407,0],[511,2,408,0,"_RistrettoPoint"],[511,17,408,15],[511,18,408,16,"ZERO"],[511,22,408,20],[511,25,409,0],[511,40,409,17],[512,4,409,17],[512,11,409,23],[512,15,409,27,"_RistrettoPoint"],[512,30,409,42],[512,31,409,43,"exports"],[512,38,409,50],[512,39,409,51,"ed25519"],[512,46,409,58],[512,47,409,59,"Point"],[512,52,409,64],[512,53,409,65,"ZERO"],[512,57,409,69],[512,58,409,70],[513,2,409,70],[513,4,409,72],[513,5,409,73],[514,2,410,0],[515,2,411,0,"_RistrettoPoint"],[515,17,411,15],[515,18,411,16,"Fp"],[515,20,411,18],[515,23,412,0],[515,38,412,17],[516,4,412,17],[516,11,412,23,"Fp"],[516,13,412,25],[517,2,412,25],[517,4,412,27],[517,5,412,28],[518,2,413,0],[519,2,414,0,"_RistrettoPoint"],[519,17,414,15],[519,18,414,16,"Fn"],[519,20,414,18],[519,23,415,0],[519,38,415,17],[520,4,415,17],[520,11,415,23,"Fn"],[520,13,415,25],[521,2,415,25],[521,4,415,27],[521,5,415,28],[522,2,416,0,"exports"],[522,9,416,7],[522,10,416,8,"ristretto255"],[522,22,416,20],[522,25,416,23],[523,4,416,25,"Point"],[523,9,416,30],[523,11,416,32,"_RistrettoPoint"],[524,2,416,48],[524,3,416,49],[525,2,417,0],[526,2,418,0,"exports"],[526,9,418,7],[526,10,418,8,"ristretto255_hasher"],[526,29,418,27],[526,32,418,30],[527,4,419,4,"hashToCurve"],[527,15,419,15],[527,26,419,4,"hashToCurve"],[527,37,419,15,"hashToCurve"],[527,38,419,16,"msg"],[527,41,419,19],[527,43,419,21,"options"],[527,50,419,28],[527,52,419,30],[528,6,420,8],[528,10,420,14,"DST"],[528,13,420,17],[528,16,420,20],[528,17,420,20,"options"],[528,24,420,27],[528,44,420,20,"options"],[528,51,420,27],[528,52,420,29,"DST"],[528,55,420,32],[528,60,420,36],[528,98,420,74],[529,6,421,8],[529,10,421,14,"xmd"],[529,13,421,17],[529,16,421,20],[529,17,421,21],[529,18,421,22],[529,20,421,24,"hash_to_curve_ts_1"],[529,38,421,42],[529,39,421,43,"expand_message_xmd"],[529,57,421,61],[529,59,421,63,"msg"],[529,62,421,66],[529,64,421,68,"DST"],[529,67,421,71],[529,69,421,73],[529,71,421,75],[529,73,421,77,"sha2_js_1"],[529,82,421,86],[529,83,421,87,"sha512"],[529,89,421,93],[529,90,421,94],[530,6,422,8],[530,13,422,15,"ristretto255_map"],[530,29,422,31],[530,30,422,32,"xmd"],[530,33,422,35],[530,34,422,36],[531,4,423,4],[531,5,423,5],[532,4,424,4,"hashToScalar"],[532,16,424,16],[532,27,424,4,"hashToScalar"],[532,39,424,16,"hashToScalar"],[532,40,424,17,"msg"],[532,43,424,20],[532,45,424,73],[533,6,424,73],[533,10,424,22,"options"],[533,17,424,29],[533,20,424,29,"arguments"],[533,29,424,29],[533,30,424,29,"length"],[533,36,424,29],[533,44,424,29,"arguments"],[533,53,424,29],[533,61,424,29,"undefined"],[533,70,424,29],[533,73,424,29,"arguments"],[533,82,424,29],[533,88,424,32],[534,8,424,34,"DST"],[534,11,424,37],[534,13,424,39,"hash_to_curve_ts_1"],[534,31,424,57],[534,32,424,58,"_DST_scalar"],[535,6,424,70],[535,7,424,71],[536,6,425,8],[536,10,425,14,"xmd"],[536,13,425,17],[536,16,425,20],[536,17,425,21],[536,18,425,22],[536,20,425,24,"hash_to_curve_ts_1"],[536,38,425,42],[536,39,425,43,"expand_message_xmd"],[536,57,425,61],[536,59,425,63,"msg"],[536,62,425,66],[536,64,425,68,"options"],[536,71,425,75],[536,72,425,76,"DST"],[536,75,425,79],[536,77,425,81],[536,79,425,83],[536,81,425,85,"sha2_js_1"],[536,90,425,94],[536,91,425,95,"sha512"],[536,97,425,101],[536,98,425,102],[537,6,426,8],[537,13,426,15,"Fn"],[537,15,426,17],[537,16,426,18,"create"],[537,22,426,24],[537,23,426,25],[537,24,426,26],[537,25,426,27],[537,27,426,29,"utils_ts_1"],[537,37,426,39],[537,38,426,40,"bytesToNumberLE"],[537,53,426,55],[537,55,426,57,"xmd"],[537,58,426,60],[537,59,426,61],[537,60,426,62],[538,4,427,4],[539,2,428,0],[539,3,428,1],[540,2,429,0],[541,2,430,0],[542,2,431,0],[543,2,432,0],[544,2,433,0],[545,2,434,0],[546,2,435,0],[547,2,436,0],[548,0,437,0],[549,0,438,0],[550,0,439,0],[551,0,440,0],[552,0,441,0],[553,2,442,0,"exports"],[553,9,442,7],[553,10,442,8,"ED25519_TORSION_SUBGROUP"],[553,34,442,32],[553,37,442,35],[553,38,443,4],[553,104,443,70],[553,106,444,4],[553,172,444,70],[553,174,445,4],[553,240,445,70],[553,242,446,4],[553,308,446,70],[553,310,447,4],[553,376,447,70],[553,378,448,4],[553,444,448,70],[553,446,449,4],[553,512,449,70],[553,514,450,4],[553,580,450,70],[553,581,451,1],[554,2,452,0],[555,2,453,0],[555,11,453,9,"edwardsToMontgomeryPub"],[555,33,453,31,"edwardsToMontgomeryPub"],[555,34,453,32,"edwardsPub"],[555,44,453,42],[555,46,453,44],[556,4,454,4],[556,11,454,11,"exports"],[556,18,454,18],[556,19,454,19,"ed25519"],[556,26,454,26],[556,27,454,27,"utils"],[556,32,454,32],[556,33,454,33,"toMontgomery"],[556,45,454,45],[556,46,454,46],[556,47,454,47],[556,48,454,48],[556,50,454,50,"utils_ts_1"],[556,60,454,60],[556,61,454,61,"ensureBytes"],[556,72,454,72],[556,74,454,74],[556,79,454,79],[556,81,454,81,"edwardsPub"],[556,91,454,91],[556,92,454,92],[556,93,454,93],[557,2,455,0],[558,2,456,0],[559,2,457,0,"exports"],[559,9,457,7],[559,10,457,8,"edwardsToMontgomery"],[559,29,457,27],[559,32,457,30,"edwardsToMontgomeryPub"],[559,54,457,52],[560,2,458,0],[561,2,459,0],[561,11,459,9,"edwardsToMontgomeryPriv"],[561,34,459,32,"edwardsToMontgomeryPriv"],[561,35,459,33,"edwardsPriv"],[561,46,459,44],[561,48,459,46],[562,4,460,4],[562,11,460,11,"exports"],[562,18,460,18],[562,19,460,19,"ed25519"],[562,26,460,26],[562,27,460,27,"utils"],[562,32,460,32],[562,33,460,33,"toMontgomerySecret"],[562,51,460,51],[562,52,460,52],[562,53,460,53],[562,54,460,54],[562,56,460,56,"utils_ts_1"],[562,66,460,66],[562,67,460,67,"ensureBytes"],[562,78,460,78],[562,80,460,80],[562,85,460,85],[562,87,460,87,"edwardsPriv"],[562,98,460,98],[562,99,460,99],[562,100,460,100],[563,2,461,0],[564,2,462,0],[565,2,463,0,"exports"],[565,9,463,7],[565,10,463,8,"RistrettoPoint"],[565,24,463,22],[565,27,463,25,"_RistrettoPoint"],[565,42,463,40],[566,2,464,0],[567,2,465,0,"exports"],[567,9,465,7],[567,10,465,8,"hashToCurve"],[567,21,465,19],[567,24,465,23],[568,4,465,23],[568,11,465,29,"exports"],[568,18,465,36],[568,19,465,37,"ed25519_hasher"],[568,33,465,51],[568,34,465,52,"hashToCurve"],[568,45,465,63],[569,2,465,63],[569,4,465,65],[569,5,465,66],[570,2,466,0],[571,2,467,0,"exports"],[571,9,467,7],[571,10,467,8,"encodeToCurve"],[571,23,467,21],[571,26,467,25],[572,4,467,25],[572,11,467,31,"exports"],[572,18,467,38],[572,19,467,39,"ed25519_hasher"],[572,33,467,53],[572,34,467,54,"encodeToCurve"],[572,47,467,67],[573,2,467,67],[573,4,467,69],[573,5,467,70],[574,2,468,0],[575,2,469,0,"exports"],[575,9,469,7],[575,10,469,8,"hashToRistretto255"],[575,28,469,26],[575,31,469,30],[576,4,469,30],[576,11,469,36,"exports"],[576,18,469,43],[576,19,469,44,"ristretto255_hasher"],[576,38,469,63],[576,39,469,64,"hashToCurve"],[576,50,469,75],[577,2,469,75],[577,4,469,77],[577,5,469,78],[578,2,470,0],[579,2,471,0,"exports"],[579,9,471,7],[579,10,471,8,"hash_to_ristretto255"],[579,30,471,28],[579,33,471,32],[580,4,471,32],[580,11,471,38,"exports"],[580,18,471,45],[580,19,471,46,"ristretto255_hasher"],[580,38,471,65],[580,39,471,66,"hashToCurve"],[580,50,471,77],[581,2,471,77],[581,4,471,79],[581,5,471,80],[582,0,471,81],[582,3]],"functionMap":{"names":["<global>","<anonymous>","ed25519_pow_2_252_3","adjustScalarBytes","uvRatio","ed25519_domain","powPminus2","map_to_curve_elligator2_curve25519","map_to_curve_elligator2_edwards25519","invertSqrt","bytes255ToNumberLE","calcElligatorRistrettoMap","mod","ristretto255_map","_RistrettoPoint","_RistrettoPoint#constructor","_RistrettoPoint.fromAffine","_RistrettoPoint#assertSame","_RistrettoPoint#init","_RistrettoPoint.hashToCurve","_RistrettoPoint.fromBytes","_RistrettoPoint.fromHex","_RistrettoPoint.msm","_RistrettoPoint#toBytes","_RistrettoPoint#equals","_RistrettoPoint#is0","exports.ristretto255_hasher.hashToCurve","exports.ristretto255_hasher.hashToScalar","edwardsToMontgomeryPub","edwardsToMontgomeryPriv"],"mappings":"AAA;uCC8B;EDQ;AEC;CFkB;AGC;CHS;AIK;CJoB;4BCC,8DD;4BCC,8DD;yCCC;EDS;mBCW,uDD;AKC;CLI;sBCE;EDG;qBCE;GDG;kBCW;oBKK;SLI;CDG;iCCI,mCD;iCCC,0BD;iCCC,6BD;AOE;CP0C;yCCC,8DD;AQC;CRgB;0BCE;EDQ;mBSY,gCT;2BUE,6FV;AWM;gBCG,mBD;CXoB;AaC;CbO;AcU;ICC;KDE;IEC;KFE;IGC;KHG;IIC;KJE;IKE;KLE;IMC;oBRI,mBQ;KNuB;IOM;KPE;IQC;KRE;ISK;oBXG,mBW;KT0B;IUK;oBZI,mBY;KVK;IWC;KXE;CdC;iBCK,qDD;iBCG,qDD;iBCG,QD;iBCG,QD;I0BI;K1BI;I2BC;K3BG;A4B0B;C5BE;A6BI;C7BE;uBCI,wCD;yBCE,0CD;8BCE,6CD;gCCE,6CD"},"hasCjsExports":true},"type":"js/module"}]} |