Skip to main content
Version: 11.x

Variable: SECP256K1_POINT_MAX

const SECP256K1_POINT_MAX: bigint

Defined in: src/utils/cairoDataTypes/secp256k1Point.ts:18

The largest value a Secp256k1Point can carry : both coordinates at their maximum, 512 bits.

Example

const result = SECP256K1_POINT_MAX === (1n << 512n) - 1n;
// result = true