@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 +9 -5
- package/package.json +2 -2
- package/plonk_napi.node +0 -0
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
|
|
18
|
+
export const BACKING: string
|
|
19
19
|
|
|
20
|
-
export declare function
|
|
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
|
|
28
|
+
export declare function prover_index_from_bytes(bytes: Uint8Array): ExternalObject<WasmPastaFpPlonkIndex>
|
|
25
29
|
|
|
26
|
-
export declare function
|
|
30
|
+
export declare function prover_index_to_bytes(index: ExternalObject<WasmPastaFpPlonkIndex>): Uint8Array
|
|
27
31
|
|
|
28
|
-
export declare function
|
|
32
|
+
export declare function prover_to_json(proverIndex: ExternalObject<WasmPastaFpPlonkIndex>): string
|
package/package.json
CHANGED
package/plonk_napi.node
CHANGED
|
Binary file
|