Skip to content

Commit 6262259

Browse files
committed
Fix footnote reference layout causing linter violation
1 parent a0c14ef commit 6262259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EIPS/eip-7693.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ We aim to minimally achieve the Quantum Level 1 Security as defined in the NIST
201201
202202
For MPCitH zero-knowledge proof, we propose the use of Katz-Kolesnikov-Wang with parameters $`N=16`$, $`M=250`$, $`\tau=36`$ to achieve NIST Quantum Level 1 security.[^2]
203203
204+
Since zkSTARK computations do not happen over a finite field (such as zkSNARKS), it is generally accepted that zkSTARK proofs are quantum-safe, as long as the hash used primitive is collapsing and is large enough, e.g., 256-bit key strength, to prevent a brute-force attack using Grover's algorithm.
205+
206+
Our design has not yet taken into account how it affects Multi-Party Computation (MPC) wallets.
207+
204208
[^2]:
205209
```csl-json
206210
{
@@ -228,10 +232,6 @@ For MPCitH zero-knowledge proof, we propose the use of Katz-Kolesnikov-Wang with
228232
}
229233
```
230234
231-
Since zkSTARK computations do not happen over a finite field (such as zkSNARKS), it is generally accepted that zkSTARK proofs are quantum-safe, as long as the hash used primitive is collapsing and is large enough, e.g., 256-bit key strength, to prevent a brute-force attack using Grover's algorithm.
232-
233-
Our design has not yet taken into account how it affects Multi-Party Computation (MPC) wallets.
234-
235235
## Copyright
236236
237237
Copyright and related rights waived via [CC0](../LICENSE.md).

0 commit comments

Comments
 (0)