Skip to content

Commit

Permalink
Updated header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
5eeman committed Jan 30, 2024
1 parent cdccda9 commit c222fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RapidsnarkFramework.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int groth16_prover(const void *zkey_buffer, unsigned long zkey_size,
* PROVER_ERROR - in case of an error
* PROVER_ERROR_SHORT_BUFFER - in case of a short buffer error, also updates proof_size and public_size with actual proof and public sizess
*/
int groth16_prover_zkey_file(const std::string& zkey_filename,
int groth16_prover_zkey_file(const char *zkey_filename,
const void *wtns_buffer, unsigned long wtns_size,
char *proof_buffer, unsigned long *proof_size,
char *public_buffer, unsigned long *public_size,
Expand Down

0 comments on commit c222fe0

Please sign in to comment.