Skip to content

Commit

Permalink
Remove reference to removed schemeId file
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Apr 4, 2024
1 parent 8157862 commit b1db74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-5564.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Stealth meta-addresses may be managed by the user and/or registered within a pub

### Initial Implementation of SECP256k1 with View Tags

This ERC provides a foundation that is not tied to any specific cryptographic system through the `IERC5564Announcer` contract. In addition, it introduces the first implementation of a [stealth address scheme](../assets/eip-5564/scheme_ids.md) that utilizes the SECP256k1 elliptic curve and view tags. The SECP256k1 elliptic curve is defined with the equation $y^2 = x^3 + 7 \pmod{p}$, where $p = 2^{256} - 2^{32} - 977$.
This ERC provides a foundation that is not tied to any specific cryptographic system through the `IERC5564Announcer` contract. In addition, it introduces the first implementation of a stealth address scheme that utilizes the SECP256k1 elliptic curve and view tags. The SECP256k1 elliptic curve is defined with the equation $y^2 = x^3 + 7 \pmod{p}$, where $p = 2^{256} - 2^{32} - 977$.

The following reference is divided into three sections:

Expand Down

0 comments on commit b1db74d

Please sign in to comment.