I am suffering from this problem. Is there a solution to this problem? #1506
DarkplatformAI
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Failed to compile.
./node_modules/@ethereumjs/util/node_modules/@noble/curves/abstract/weierstrass.js 1021:57
Module parse failed: Unexpected token (1021:57)
File was processed with these loaders:
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
| if (!R) return false;
| const v = modN(R.x);
Beta Was this translation helpful? Give feedback.
All reactions