@dfinity/bls-verify
Advanced tools
Comparing version 0.20.0-beta.0 to 0.20.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.blsVerify = void 0; | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
const amcl_js_1 = require("amcl-js"); | ||
@@ -5,0 +6,0 @@ const utils_1 = require("./utils"); |
@@ -23,3 +23,2 @@ "use strict"; | ||
.reduce((acc, curr, i) => { | ||
// tslint:disable-next-line:no-bitwise | ||
acc[(i / 2) | 0] = (acc[(i / 2) | 0] || '') + curr; | ||
@@ -26,0 +25,0 @@ return acc; |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
import { CTX } from 'amcl-js'; | ||
@@ -2,0 +3,0 @@ import { toHex } from './utils'; |
@@ -19,3 +19,2 @@ /** | ||
.reduce((acc, curr, i) => { | ||
// tslint:disable-next-line:no-bitwise | ||
acc[(i / 2) | 0] = (acc[(i / 2) | 0] || '') + curr; | ||
@@ -22,0 +21,0 @@ return acc; |
{ | ||
"name": "@dfinity/bls-verify", | ||
"version": "0.20.0-beta.0", | ||
"version": "0.20.0", | ||
"author": "DFINITY Stiftung <sdk@dfinity.org>", | ||
@@ -46,2 +46,3 @@ "license": "Apache-2.0", | ||
"make:docs/reference": "typedoc src/index.ts --out ../../docs/generated/bls-verify --excludeInternal", | ||
"test": "jest", | ||
"prettier": "prettier --check \"src/**/*.ts\"", | ||
@@ -54,3 +55,5 @@ "prettier:write": "npm run prettier -- --write" | ||
"devDependencies": { | ||
"@types/jest": "^29.5.5", | ||
"esbuild": "^0.15.16", | ||
"jest": "^29.7.0", | ||
"size-limit": "^8.1.0" | ||
@@ -57,0 +60,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5426311
4