Skip to main content

secp256k1Add

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / secp256k1Add

Function: secp256k1Add()

function secp256k1Add(a, b): Secp256k1Point;

The Compact builtin ecAdd function for secp256k1 points.

This function adds two elliptic curve points.

Parameters

a

Secp256k1Point

b

Secp256k1Point

Returns

Secp256k1Point