Skip to content

Commit

Permalink
Fix: Disallowed links are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ulerdogan committed Jun 22, 2023
1 parent 1d87d6e commit fbaaa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7212.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fbaaa02

Please sign in to comment.