Socket
Socket
Sign inDemoInstall

r1csfile

Package Overview
Dependencies
10
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.25 to 0.0.26

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "0.0.25",
"version": "0.0.26",
"description": "r1cs file format parser",

@@ -11,0 +11,0 @@ "main": "./build/main.cjs",

@@ -105,3 +105,3 @@ import {getCurveFromR} from "ffjavascript";

const {fd, sections} = await binFileUtils.readBinFile(fileName, "r1cs", 1, 1<<22, 1<<25);
const {fd, sections} = await binFileUtils.readBinFile(fileName, "r1cs", 1, 1<<25, 1<<22);

@@ -206,3 +206,3 @@ const res = await readR1csHeader(fd, sections, singleThread);

const fd = await binFileUtils.createBinFile(fileName, "r1cs", 1, 3, 1<<22, 1<<24);
const fd = await binFileUtils.createBinFile(fileName, "r1cs", 1, 3, 1<<25, 1<<22);

@@ -209,0 +209,0 @@ await writeR1csHeader(fd, cir);

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc