Skip to content

Commit

Permalink
chore(signature-v4a): formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsriv committed Jul 11, 2024
1 parent 2d3e6d1 commit d3a9d9d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions packages/signature-v4a/src/elliptic/Ec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3151,15 +3151,8 @@ var require_base = __commonJS({
comb[2] = points[a].toJ().mixedAdd(points[b].neg());
}
var index = [
-3, /* -1 -1 */
-1, /* -1 0 */
-5, /* -1 1 */
-7, /* 0 -1 */
0, /* 0 0 */
7, /* 0 1 */
5, /* 1 -1 */
1, /* 1 0 */
3,
-3 /* -1 -1 */, -1 /* -1 0 */, -5 /* -1 1 */, -7 /* 0 -1 */, 0 /* 0 0 */, 7 /* 0 1 */, 5 /* 1 -1 */,
1 /* 1 0 */, 3,
/* 1 1 */
];
var jsf = getJSF(coeffs[a], coeffs[b]);
Expand Down

0 comments on commit d3a9d9d

Please sign in to comment.