Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile issue #6

Open
magic990619 opened this issue Aug 14, 2023 · 2 comments
Open

compile issue #6

magic990619 opened this issue Aug 14, 2023 · 2 comments

Comments

@magic990619
Copy link

./node_modules/@noble/curves/abstract/weierstrass.js 1016:57
Module parse failed: Unexpected token (1016:57)
File was processed with these loaders:

  • ./node_modules/babel-loader/lib/index.js
    You may need an additional loader to handle the result of these loaders.
    | const u1 = modN(h * is); // u1 = hs^-1 mod n
    | const u2 = modN(r * is); // u2 = rs^-1 mod n
const R = Point.BASE.multiplyAndAddUnsafe(P, u1, u2)?.toAffine(); // R = u1⋅G + u2⋅P

| if (!R) return false;
| const v = modN(R.x);

@0x0Ayush
Copy link

Have you find out the solution?
image

@wmx11
Copy link

wmx11 commented Aug 29, 2023

Same issue here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants