Skip to content

Commit

Permalink
📖 Use RIP-7212 Link in p256
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Aug 25, 2024
1 parent c3b20b1 commit 1acec74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/snekmate/utils/p256.vy
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@notice These functions can be used to verify signatures based on the
non-Ethereum-native NIST P-256 elliptic curve (also known as
secp256r1; see https://neuromancer.sk/std/secg/secp256r1). For
more technical details, please refer to EIP-7212:
https://eips.ethereum.org/EIPS/eip-7212.
more technical details, please refer to RIP-7212:
https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md.
The implementation is inspired by dcposch's and nalinbhardwaj's
implementation here:
https://github.com/daimo-eth/p256-verifier/blob/master/src/P256Verifier.sol.
Expand Down

0 comments on commit 1acec74

Please sign in to comment.