package secp256r1

import "github.com/ethereum/go-ethereum/crypto/secp256r1"

Package secp256r1 implements signature verification for the P256VERIFY precompile.

Index

Functions

func Verify

func Verify(hash []byte, r, s, x, y *big.Int) bool

Verify checks the given signature (r, s) for the given hash and public key (x, y).

Source Files

verifier.go

Version
v1.16.2 (latest)
Published
Aug 4, 2025
Platform
linux/amd64
Imports
3 packages
Last checked
25 minutes ago

Tools for package owners.