@iden3/js-crypto
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0
@@ -7,3 +7,2 @@ "use strict"; | ||
exports.eddsa = exports.Eddsa = void 0; | ||
// @ts-ignore: blake-hash no declarations | ||
const blake_hash_1 = __importDefault(require("blake-hash")); | ||
@@ -10,0 +9,0 @@ const hex_1 = require("../hex"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.F1Field = exports.Scalar = exports.utils = void 0; | ||
// @ts-ignore: ffjavascript hasn't typed declaration | ||
const ffjavascript_1 = require("ffjavascript"); | ||
@@ -6,0 +5,0 @@ Object.defineProperty(exports, "utils", { enumerable: true, get: function () { return ffjavascript_1.utils; } }); |
@@ -1,2 +0,1 @@ | ||
// @ts-ignore: blake-hash no declarations | ||
import createBlakeHash from 'blake-hash'; | ||
@@ -3,0 +2,0 @@ import { Hex } from '../hex'; |
@@ -1,4 +0,3 @@ | ||
// @ts-ignore: ffjavascript hasn't typed declaration | ||
import { utils, Scalar, F1Field } from 'ffjavascript'; | ||
export { utils, Scalar, F1Field }; | ||
//# sourceMappingURL=ff.js.map |
import { F1Field } from '../ff'; | ||
export declare class BabyJub { | ||
F: F1Field; | ||
F: any; | ||
p: bigint; | ||
@@ -12,3 +12,3 @@ pm1d2: bigint; | ||
D: bigint; | ||
constructor(F: F1Field); | ||
constructor(F: typeof F1Field); | ||
addPoint(a: bigint[], b: bigint[]): [bigint, bigint]; | ||
@@ -15,0 +15,0 @@ mulPointEscalar(base: bigint[], e: bigint): [bigint, bigint]; |
{ | ||
"name": "@iden3/js-crypto", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0", | ||
"description": "", | ||
@@ -35,2 +35,3 @@ "main": "dist/cjs/index.js", | ||
"devDependencies": { | ||
"@iden3/eslint-config": "https://github.com/iden3/eslint-config", | ||
"@esbuild-plugins/node-globals-polyfill": "^0.1.1", | ||
@@ -37,0 +38,0 @@ "@esbuild-plugins/node-modules-polyfill": "^0.1.4", |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
11393998
16
102203