Skip to content

Commit 37b924a

Browse files
committed
format Ec.ts file
1 parent 27cfb5d commit 37b924a

File tree

1 file changed

+2
-9
lines changed
  • packages/elliptic/src

1 file changed

+2
-9
lines changed

packages/elliptic/src/Ec.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3162,15 +3162,8 @@ var require_base = __commonJS({
31623162
comb[2] = points[a].toJ().mixedAdd(points[b].neg());
31633163
}
31643164
var index = [
3165-
-3, /* -1 -1 */
3166-
-1, /* -1 0 */
3167-
-5, /* -1 1 */
3168-
-7, /* 0 -1 */
3169-
0, /* 0 0 */
3170-
7, /* 0 1 */
3171-
5, /* 1 -1 */
3172-
1, /* 1 0 */
3173-
3,
3165+
-3 /* -1 -1 */, -1 /* -1 0 */, -5 /* -1 1 */, -7 /* 0 -1 */, 0 /* 0 0 */, 7 /* 0 1 */, 5 /* 1 -1 */,
3166+
1 /* 1 0 */, 3,
31743167
/* 1 1 */
31753168
];
31763169
var jsf = getJSF(coeffs[a], coeffs[b]);

0 commit comments

Comments
 (0)