|
|
|
|
|
by dlubarov
2898 days ago
|
|
> I think that the security of recursively computed snarks decreases as the recursion depth increases These proof systems are parameterized to ensure a certain soundness error, like 2^-128. So as long as certain cryptographic assumptions hold (in the case of SNARKs, the hardness of knowledge-of-exponent and commitments), it would take an attacker an expected 2^128 brute force attempts to generate an invalid proof. That should remain the same no matter how deep the recursion goes. |
|