secp256k1_const

Module with secp256k1 constants.

class Secp256k1Const

Bases: object

Class container for Secp256k1 constants.

NAME: str = 'Secp256k1'
CURVE_ORDER: int = 115792089237316195423570985008687907852837564279074904382605163141518161494337
GENERATOR: IPoint = <bip_utils.ecc.secp256k1.secp256k1_point_coincurve.Secp256k1PointCoincurve object>