Core Protocol
Secp256r1 Precompile (P256)
📖O que é
A native Solana program for verifying ECDSA signatures on the secp256r1 (P-256/prime256v1) elliptic curve, enabling WebAuthn and passkey-based authentication directly on-chain. P-256 is the curve used by Apple Face ID/Touch ID, Android biometrics, and FIDO2 security keys. This precompile allows Solana dApps to authenticate users via device biometrics without managing traditional private keys, significantly improving wallet UX.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Secp256k1 PrecompileCore Protocol
A native Solana program (address: KeccakSecp256k11111111111111111111111111111) that verifi…
Ver termo →Ed25519 PrecompileCore Protocol
A native Solana program (address: Ed25519SigVerify111111111111111111111111111) that enable…
Ver termo →AssinaturaProgramming Model
A 64-byte Ed25519 digital signature over a transaction's message. Each signer in a transac…
Ver termo →