@o1js/native-darwin-x64 0.0.1-dev.8 → 0.0.1-dev.d9ed5
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 +2 -2
- package/kimchi_napi.node +0 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -411,7 +411,7 @@ export declare function caml_pasta_fp_plonk_index_domain_d1_size(index: External
|
|
|
411
411
|
|
|
412
412
|
export declare function caml_pasta_fp_plonk_index_domain_d4_size(index: ExternalObject<WasmPastaFpPlonkIndex>): number
|
|
413
413
|
|
|
414
|
-
export declare function caml_pasta_fp_plonk_index_encode(index: ExternalObject<WasmPastaFpPlonkIndex>):
|
|
414
|
+
export declare function caml_pasta_fp_plonk_index_encode(index: ExternalObject<WasmPastaFpPlonkIndex>): Uint8Array
|
|
415
415
|
|
|
416
416
|
export declare function caml_pasta_fp_plonk_index_max_degree(index: ExternalObject<WasmPastaFpPlonkIndex>): number
|
|
417
417
|
|
|
@@ -477,7 +477,7 @@ export declare function caml_pasta_fq_plonk_index_domain_d4_size(index: External
|
|
|
477
477
|
|
|
478
478
|
export declare function caml_pasta_fq_plonk_index_domain_d8_size(index: ExternalObject<WasmPastaFqPlonkIndex>): number
|
|
479
479
|
|
|
480
|
-
export declare function caml_pasta_fq_plonk_index_encode(index: ExternalObject<WasmPastaFqPlonkIndex>):
|
|
480
|
+
export declare function caml_pasta_fq_plonk_index_encode(index: ExternalObject<WasmPastaFqPlonkIndex>): Uint8Array
|
|
481
481
|
|
|
482
482
|
export declare function caml_pasta_fq_plonk_index_max_degree(index: ExternalObject<WasmPastaFqPlonkIndex>): number
|
|
483
483
|
|
package/kimchi_napi.node
CHANGED
|
Binary file
|