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

circom_runtime

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circom_runtime - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

js/witness_calculator.js

@@ -230,3 +230,3 @@ /* globals WebAssembly */

const minShort = self.Fr.neg(self.Fr.e("80000000"));
const minShort = self.Fr.neg(self.Fr.e("80000000", 16));
const maxShort = self.Fr.e("7FFFFFFF", 16);

@@ -242,3 +242,3 @@

a = Scalar.toNumber( self.Fr.sub(v, minShort));
a = v - 0x80000000;
a = a - 0x80000000;
a = 0x100000000 + a;

@@ -245,0 +245,0 @@ }

{
"name": "circom_runtime",
"version": "0.0.4",
"version": "0.0.5",
"description": "Circom runtime",

@@ -5,0 +5,0 @@ "main": "index.js",

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