Sindri-Labs / sindri-python

Contains SDK code for Sindri APIs
MIT License
4 stars 0 forks source link

Add prover_implementation to prove methods #11

Closed KPreisner closed 6 months ago

KPreisner commented 6 months ago

Add prover_implementation to prove methods

The optional prover_implementation: str setting can be supplied to the circuit-prove API Endpoint.

This PR enables setting the prover_implementation for the _hit_api_circuit_prove and prove_circuit methods of src/sindri_labs/sindri.py via an optional kwarg.

The docstring of the prove_circuit method has also been updated to include more information.

resolves #10