Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run ecdsa proof with groth16 on phone #201

Open
0xturboblitz opened this issue Sep 15, 2024 · 1 comment
Open

Run ecdsa proof with groth16 on phone #201

0xturboblitz opened this issue Sep 15, 2024 · 1 comment

Comments

@0xturboblitz
Copy link
Member

0xturboblitz commented Sep 15, 2024

Some work done on branch ecdsa-proof-in-app.
I get an EXC_BAD_ACCESS error. Not sure if this is because the RAM usage is too high, or if the .dat file is too large, or something else.

@demonsh
Copy link

demonsh commented Dec 30, 2024

@0xturboblitz if the error from rapidsnark you should use different function for proof generation. The problem is in the small buffer size for the key.
Replace groth16_prover with groth16ProveWithZKeyFilePath .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants