secp256k1 Private Key to Public Key Generator

Input Private Key (Hexadecimal)
Must be between 1 and n - 1.
secp256k1 Reference Constraints
Order (n): FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141
Base Gx: 79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798
Derived ECDSA Coordinates & Formats

Compute public key coordinates (Q = d ยท G) using EC Scalar Multiplication.

The secp256k1 Private Key to Public Key Generator automates elliptic curve scalar multiplication (Q = d ยท G) over the finite field Fp. Input any valid 256-bit private key hex to derive its exact mathematical coordinate points (X, Y) alongside industry-standard compressed (02/03) and uncompressed (04) public key formats used in blockchain networks and cryptographic implementations.

Computing and Cryptography Tools

ECDSA Half Point

Go to Calculator

secp256k1 Point Addition & Doubling

Go to Calculator

secp256k1 Point Multiplication Calculator

Go to Calculator