From fbaaa02f842b21e06127b8107469675d18ab3a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ula=C5=9F=20Erdo=C4=9Fan?= Date: Thu, 22 Jun 2023 16:52:09 +0300 Subject: [PATCH] Fix: Disallowed links are removed --- EIPS/eip-7212.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7212.md b/EIPS/eip-7212.md index d711ffff51c6f..9a900e825bcd1 100644 --- a/EIPS/eip-7212.md +++ b/EIPS/eip-7212.md @@ -168,7 +168,7 @@ geomean 33.00 7.000 ## Reference Implementation -Implementation of the `P256VERIFY` precompiled contract is applied to [go-ethereum](https://github.com/ethereum/go-ethereum/pull/27540) client to create a reference. Also, an “secp256r1” package has already been included in the [Besu Native](https://github.com/hyperledger/besu-native/tree/main/secp256r1) library which is used by [Besu](https://github.com/hyperledger/besu/blob/main/crypto/algorithms/src/main/java/org/hyperledger/besu/crypto/SECP256R1.java) client. +Implementation of the `P256VERIFY` precompiled contract is applied to go-ethereum client to create a reference. Also, an “secp256r1” package has already been included in the Besu Native library which is used by Besu client. Other client implementations are in the future roadmap. ## Security Considerations