Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 2.12 KB

README.md

File metadata and controls

26 lines (17 loc) · 2.12 KB

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: pcaversaccio/snekmate#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 RIP-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