diff --git a/EIPS/eip-7212.md b/EIPS/eip-7212.md index d711ffff51c6f2..9a900e825bcd12 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