p256-verifier-vyper icon indicating copy to clipboard operation
p256-verifier-vyper copied to clipboard

P256 (a.k.a. secp256r1 elliptic curve) signature verification 🐍Vyper contract.

P256Verifier 🐍Vyper Contract

🕵️‍♂️ Test smart contracts License: AGPL-3.0-only

[!TIP] A fully optimised and thoroughly tested P256 verifier using the latest Vyper version 0.4.0 is implemented in 🐍 snekmate: https://github.com/pcaversaccio/snekmate/pull/243.

P256 (a.k.a. secp256r1 elliptic curve) signature verification 🐍Vyper contract. These functions can be used to verify a P256 signature. The implementation is inspired by dcposch's and nalinbhardwaj's implementation here. Also, for more technical details, please refer to EIP-7212.

[!WARNING] This is experimental software and is provided on an "as is" and "as available" basis. We do not give any warranties and will not be liable for any losses incurred through any use of this code base.

Deployments

Further References