Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to calculate “n” of elliptic curve(secp256k1 with enover p)?

Example:

secp192k1': _ECData( p=2192 - 232 - 212 - 28 - 27 - 26 - 2**3 - 1, a=0, b=3, Gx=0xDB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D, Gy=0x9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D, n=0xFFFFFFFFFFFFFFFFFFFFFFFE26F2FC170F69466A74DEFD8D

I have another curve (with another p(!), similar base point and equation ) parameters.

I need to calculate 'n

'. How can I do it with code in sage, python or another software please?

Br

click to hide/show revision 2
No.2 Revision

How to calculate “n” of elliptic curve(secp256k1 with enover p)?

Example:

secp192k1':  _ECData( p=2192 - 232 - 212 - 28 - 27 - 26 - 2**3 - 1, a=0, b=3,  Gx=0xDB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D,  Gy=0x9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D,
n=0xFFFFFFFFFFFFFFFFFFFFFFFE26F2FC170F69466A74DEFD8D

n=0xFFFFFFFFFFFFFFFFFFFFFFFE26F2FC170F69466A74DEFD8D

I have another curve (with another p(!), similar base point and equation ) parameters.

I need to calculate 'nn

'. How can I do it with code in sage, python or another software please?

Br

How to calculate “n” of elliptic curve(secp256k1 with enover p)?

Example:

secp192k1': 

_ECData( p=2192 - 232 - 212 - 28 - 27 - 26 - 2**3 - 1, a=0, b=3, 
Gx=0xDB4FF10EC057E9AE26B07D0280B7F4341DA5D1B1EAE06C7D, 
Gy=0x9B2F2F6D9C5628A7844163D015BE86344082AA88D95E2F9D,
n=0xFFFFFFFFFFFFFFFFFFFFFFFE26F2FC170F69466A74DEFD8D

I have another curve (with another p(!), similar base point and equation ) parameters.

I need to calculate n

How can I do it with code in sage, python or another software please?

Br