Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iden3/js-crypto

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iden3/js-crypto - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0

1

dist/cjs/babyjub/eddsa.js

@@ -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

4

dist/types/babyjub/babyjub.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc