Socket
Socket
Sign inDemoInstall

@noir-lang/backend_barretenberg

Package Overview
Dependencies
Maintainers
1
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/backend_barretenberg - npm Package Compare versions

Comparing version 0.31.0-ec728dd.nightly to 0.31.0-ee8b0cd.nightly

3

lib/cjs/backend.js

@@ -66,3 +66,4 @@ "use strict";

const api = await Barretenberg.new(this.options);
const [_exact, _total, subgroupSize] = await api.acirGetCircuitSizes(this.acirUncompressedBytecode);
const honkRecursion = false;
const [_exact, _total, subgroupSize] = await api.acirGetCircuitSizes(this.acirUncompressedBytecode, honkRecursion);
const crs = await Crs.new(subgroupSize + 1);

@@ -69,0 +70,0 @@ await api.commonInitSlabAllocator(subgroupSize);

@@ -40,3 +40,4 @@ import { decompressSync as gunzip } from 'fflate';

const api = await Barretenberg.new(this.options);
const [_exact, _total, subgroupSize] = await api.acirGetCircuitSizes(this.acirUncompressedBytecode);
const honkRecursion = false;
const [_exact, _total, subgroupSize] = await api.acirGetCircuitSizes(this.acirUncompressedBytecode, honkRecursion);
const crs = await Crs.new(subgroupSize + 1);

@@ -43,0 +44,0 @@ await api.commonInitSlabAllocator(subgroupSize);

@@ -6,3 +6,3 @@ {

],
"version": "0.31.0-ec728dd.nightly",
"version": "0.31.0-ee8b0cd.nightly",
"packageManager": "yarn@3.5.1",

@@ -45,4 +45,4 @@ "license": "(MIT OR Apache-2.0)",

"dependencies": {
"@aztec/bb.js": "0.41.0",
"@noir-lang/types": "0.31.0-ec728dd.nightly",
"@aztec/bb.js": "0.43.0",
"@noir-lang/types": "0.31.0-ee8b0cd.nightly",
"fflate": "^0.8.0"

@@ -49,0 +49,0 @@ },

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