From b1db74dc4c506786c17886a25f25393f81383a2d Mon Sep 17 00:00:00 2001 From: garyghayrat Date: Thu, 4 Apr 2024 13:03:52 -0400 Subject: [PATCH] Remove reference to removed schemeId file --- ERCS/erc-5564.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERCS/erc-5564.md b/ERCS/erc-5564.md index 7aa7ad5f840..6bcdff918c9 100644 --- a/ERCS/erc-5564.md +++ b/ERCS/erc-5564.md @@ -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: