Skip to content

Commit

Permalink
Fix footnote reference layout causing linter violation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNixxy committed Apr 23, 2024
1 parent a0c14ef commit 6262259
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EIPS/eip-7693.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ We aim to minimally achieve the Quantum Level 1 Security as defined in the NIST

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]

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.

Our design has not yet taken into account how it affects Multi-Party Computation (MPC) wallets.

[^2]:

Check failure on line 208 in EIPS/eip-7693.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Link and image reference definitions should be needed [Unused link or image reference definition: "^2"] [Context: "[^2]:"]

EIPS/eip-7693.md:208:1 MD053/link-image-reference-definitions Link and image reference definitions should be needed [Unused link or image reference definition: "^2"] [Context: "[^2]:"]
```csl-json
{
Expand Down Expand Up @@ -228,10 +232,6 @@ For MPCitH zero-knowledge proof, we propose the use of Katz-Kolesnikov-Wang with
}
```

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.

Our design has not yet taken into account how it affects Multi-Party Computation (MPC) wallets.

## Copyright

Copyright and related rights waived via [CC0](../LICENSE.md).
Expand Down

0 comments on commit 6262259

Please sign in to comment.