@o1js/native-darwin-arm64 0.0.1 → 0.0.2

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.
package/index.d.ts CHANGED
@@ -15,14 +15,18 @@ export declare class ExternalObject<T> {
15
15
  }
16
16
  export const ARCH_NAME: string
17
17
 
18
- export declare function camlPastaFpPoseidonBlockCipher(state: Uint8Array): Uint8Array
18
+ export const BACKING: string
19
19
 
20
- export declare function camlPastaFqPoseidonBlockCipher(state: Uint8Array): Uint8Array
20
+ export declare function caml_pasta_fp_poseidon_block_cipher(state: Uint8Array): Uint8Array
21
+
22
+ export declare function caml_pasta_fq_poseidon_block_cipher(state: Uint8Array): Uint8Array
23
+
24
+ export declare function getNativeCalls(): bigint
21
25
 
22
26
  export const OS_NAME: string
23
27
 
24
- export declare function proverIndexFromBytes(bytes: Uint8Array): ExternalObject<WasmPastaFpPlonkIndex>
28
+ export declare function prover_index_from_bytes(bytes: Uint8Array): ExternalObject<WasmPastaFpPlonkIndex>
25
29
 
26
- export declare function proverIndexToBytes(index: ExternalObject<WasmPastaFpPlonkIndex>): Uint8Array
30
+ export declare function prover_index_to_bytes(index: ExternalObject<WasmPastaFpPlonkIndex>): Uint8Array
27
31
 
28
- export declare function proverToJson(proverIndex: ExternalObject<WasmPastaFpPlonkIndex>): string
32
+ export declare function prover_to_json(proverIndex: ExternalObject<WasmPastaFpPlonkIndex>): string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o1js/native-darwin-arm64",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "author": "O(1) Labs",
5
5
  "os": [
6
6
  "darwin"
@@ -20,4 +20,4 @@
20
20
  "index.d.ts",
21
21
  "index.js"
22
22
  ]
23
- }
23
+ }
package/plonk_napi.node CHANGED
Binary file