@aztec/noir-acvm_js 0.0.1-commit.ff7989d6c → 0.0.1-commit.ffe5b04ea

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -8,26 +8,27 @@ export const decompressWitnessStack: (a: number, b: number) => [number, number,
8
8
  export const executeCircuit: (a: number, b: number, c: any, d: any) => any;
9
9
  export const executeCircuitWithReturnWitness: (a: number, b: number, c: any, d: any) => any;
10
10
  export const executeProgram: (a: number, b: number, c: any, d: any) => any;
11
- export const getReturnWitness: (a: number, b: number, c: any) => [number, number, number];
12
- export const getPublicParametersWitness: (a: number, b: number, c: any) => [number, number, number];
13
- export const getPublicWitness: (a: number, b: number, c: any) => [number, number, number];
14
11
  export const and: (a: any, b: any) => any;
15
12
  export const xor: (a: any, b: any) => any;
16
13
  export const sha256_compression: (a: number, b: number, c: number, d: number) => [number, number];
17
14
  export const blake2s256: (a: number, b: number) => [number, number];
18
15
  export const ecdsa_secp256k1_verify: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
19
16
  export const ecdsa_secp256r1_verify: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
20
- export const buildInfo: () => any;
17
+ export const getReturnWitness: (a: number, b: number, c: any) => [number, number, number];
18
+ export const getPublicParametersWitness: (a: number, b: number, c: any) => [number, number, number];
19
+ export const getPublicWitness: (a: number, b: number, c: any) => [number, number, number];
21
20
  export const initLogLevel: (a: number, b: number) => [number, number];
21
+ export const buildInfo: () => any;
22
+ export const wasm_bindgen__closure__destroy__h589cd82bcdcce84d: (a: number, b: number) => void;
23
+ export const wasm_bindgen__convert__closures_____invoke__h149dcfc5e545a40e: (a: number, b: number, c: any, d: number, e: any) => void;
24
+ export const wasm_bindgen__convert__closures_____invoke__hd0bc2cf4f980f051: (a: number, b: number, c: any) => [number, number];
25
+ export const wasm_bindgen__convert__closures_____invoke__h5a259cce50f322a2: (a: number, b: number, c: any, d: any) => void;
26
+ export const wasm_bindgen__convert__closures_____invoke__h5a259cce50f322a2_21: (a: number, b: number, c: any, d: any) => void;
27
+ export const __wbindgen_malloc: (a: number, b: number) => number;
28
+ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
22
29
  export const __wbindgen_exn_store: (a: number) => void;
23
30
  export const __externref_table_alloc: () => number;
24
- export const __wbindgen_export_2: WebAssembly.Table;
31
+ export const __wbindgen_externrefs: WebAssembly.Table;
25
32
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
26
- export const __wbindgen_malloc: (a: number, b: number) => number;
27
- export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
28
- export const __wbindgen_export_6: WebAssembly.Table;
29
33
  export const __externref_table_dealloc: (a: number) => void;
30
- export const closure445_externref_shim: (a: number, b: number, c: any) => void;
31
- export const closure924_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
32
- export const closure928_externref_shim: (a: number, b: number, c: any, d: any) => void;
33
34
  export const __wbindgen_start: () => void;