secp256k1 Point Multiplication Calculator

Input Configurations (Hexadecimal)
Base Point (P1)
Scalar Multiplier (k)
The scalar value to multiply the base point by.
secp256k1 Curve Constraints
p: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F
n: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141
Eq: y2 ≡ x3 + 7 (mod p)
Multiplication Result (Q)
Q = k · P1

Compute EC Scalar Multiplication (Q = k · P1) over Finite Field Fp.

The secp256k1 Point Multiplication Calculator automates elliptic curve scalar multiplication (Q = k · P1) over the finite field Fp. Input any valid geometric base point coordinates and a hexadecimal scalar multiplier to instantly derive the resulting coordinate pairs (x3, y3) alongside industry-standard compressed EC key configurations using the high-performance Double-and-Add algorithm.

Computing and Cryptography Tools

ECDSA Half Point

Go to Calculator

secp256k1 Point Addition & Doubling

Go to Calculator

secp256k1 Private Key to Public Key Generator

Go to Calculator