Skip to content

Commit

Permalink
Release 0.3.1 prep (#162)
Browse files Browse the repository at this point in the history
* Bump deps and package version. Rebuild

* Update chai
  • Loading branch information
OBrezhniev authored Oct 12, 2024
1 parent 2676e99 commit d5dae76
Show file tree
Hide file tree
Showing 12 changed files with 369 additions and 481 deletions.
1 change: 1 addition & 0 deletions build/browser.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -16242,6 +16242,7 @@ function buildMultiexp(curve, groupName) {
}

const nPoints = Math.floor(buffBases.byteLength / sGIn);
if (nPoints == 0) return G.zero;
const sScalar = Math.floor(buffScalars.byteLength / nPoints);
if( sScalar * nPoints != buffScalars.byteLength) {
throw new Error("Scalar size does not match");
Expand Down
1 change: 1 addition & 0 deletions build/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4973,6 +4973,7 @@ function buildMultiexp(curve, groupName) {
}

const nPoints = Math.floor(buffBases.byteLength / sGIn);
if (nPoints == 0) return G.zero;
const sScalar = Math.floor(buffScalars.byteLength / nPoints);
if( sScalar * nPoints != buffScalars.byteLength) {
throw new Error("Scalar size does not match");
Expand Down
Loading

0 comments on commit d5dae76

Please sign in to comment.