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

snarkyjs-crypto

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snarkyjs-crypto - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "snarkyjs-crypto",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {

@@ -5,0 +5,0 @@ "clean": "bsb -clean-world",

@@ -184,3 +184,4 @@ // Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE

ofBigInt: ofBigInt,
square: square
square: square,
testBit: testBit
};

@@ -284,2 +285,3 @@ }

square: square,
testBit: testBit,
sizeInBits: 254

@@ -286,0 +288,0 @@ };

@@ -45,2 +45,3 @@ // Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE

var Scalar_square = T.square;
var Scalar_testBit = T.testBit;
var Scalar = {

@@ -73,3 +74,4 @@ T: T,

ofBigInt: Scalar_ofBigInt,
square: Scalar_square
square: Scalar_square,
testBit: Scalar_testBit
};

@@ -76,0 +78,0 @@ var a = Curry._1(Fq.ofString, "7296080957279758407415468581752425029516121466805344781232734728849116493472");

@@ -175,3 +175,4 @@ // Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE

ofInt: Field$1.ofInt,
toString: Field$1.toString
toString: Field$1.toString,
testBit: Field$1.testBit
},

@@ -231,2 +232,3 @@ Hash: {

toString: M.Field.toString,
testBit: M.Field.testBit,
square: M.Field.square,

@@ -457,3 +459,4 @@ invert: M.Field.invert,

ofInt: Field$1.ofInt,
toString: Field$1.toString
toString: Field$1.toString,
testBit: Field$1.testBit
};

@@ -460,0 +463,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

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