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

@noir-lang/backend_barretenberg

Package Overview
Dependencies
Maintainers
1
Versions
263
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.7.10-20a160c to 0.7.10-6e2b70a

2

lib/cjs/index.d.ts

@@ -8,3 +8,3 @@ import { Backend, CompiledCircuit, ProofData } from '@noir-lang/types';

constructor(acirCircuit: CompiledCircuit, numberOfThreads?: number);
private instantiate;
instantiate(): Promise<void>;
generateFinalProof(decompressedWitness: Uint8Array): Promise<ProofData>;

@@ -11,0 +11,0 @@ generateIntermediateProof(witness: Uint8Array): Promise<ProofData>;

@@ -8,3 +8,3 @@ import { Backend, CompiledCircuit, ProofData } from '@noir-lang/types';

constructor(acirCircuit: CompiledCircuit, numberOfThreads?: number);
private instantiate;
instantiate(): Promise<void>;
generateFinalProof(decompressedWitness: Uint8Array): Promise<ProofData>;

@@ -11,0 +11,0 @@ generateIntermediateProof(witness: Uint8Array): Promise<ProofData>;

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

],
"version": "0.7.10-20a160c",
"version": "0.7.10-6e2b70a",
"packageManager": "yarn@3.5.1",

@@ -37,7 +37,7 @@ "license": "(MIT OR Apache-2.0)",

"@aztec/bb.js": "0.7.10",
"@noir-lang/types": "0.16.0-20a160c",
"@noir-lang/types": "0.16.0-6e2b70a",
"fflate": "^0.8.0"
},
"peerDependencies": {
"@noir-lang/backend_barretenberg": "0.7.10-20a160c"
"@noir-lang/backend_barretenberg": "0.7.10-6e2b70a"
},

@@ -44,0 +44,0 @@ "devDependencies": {

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